UNPKG

react-music-waveform

Version:
97 lines (96 loc) 2.39 kB
{ "name": "react-music-waveform", "author": "mswalih", "version": "0.1.2", "type": "module", "keywords": [ "react", "react-component", "music", "waveform", "audio", "react-music-waveform", "music-waveform", "audio-waveform", "music-visualization", "audio-visualization", "waveform-component", "react-audio", "music-player", "audio-player", "sound-visualization", "customizable", "themeable", "responsive", "music-widget", "audio-spectrum", "frequency-visualization", "sound-wave", "music-ui", "interactive", "styled" ], "exports": { ".": { "types": "./dist/types/index.d.ts", "import": "./dist/index.es.js", "require": "./dist/index.umd.js" }, "./dist/index.css": "./dist/index.css", "./style.css": "./dist/index.css" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Swalih-18/react-music-waveform.git" }, "types": "./dist/types/index.d.ts", "homepage": "https://github.com/Swalih-18/react-music-waveform#readme", "bugs": { "url": "https://github.com/Swalih-18/react-music-waveform/issues" }, "style": "./dist/index.css", "files": [ "dist/index.es.js", "dist/types/index.d.ts" ], "publishConfig": { "access": "public" }, "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": {}, "devDependencies": { "@eslint/js": "^9.25.0", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.3", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.4.1", "eslint": "^9.25.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", "react": "^19.1.0", "react-dom": "^19.1.0", "rollup": "^4.44.0", "rollup-plugin-peer-deps-external": "^2.2.4", "typescript": "~5.8.3", "typescript-eslint": "^8.30.1", "vite": "^6.3.5", "@tailwindcss/vite": "^4.1.10", "@types/node": "^24.0.3", "lucide-react": "^0.518.0", "tailwindcss": "^4.1.10", "vite-plugin-dts": "^4.5.4" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" } }