UNPKG

@dafilabs/audio-visualizer

Version:

sync video player with comparison slider could be useful to compare before and after of videos

57 lines (56 loc) 1.58 kB
{ "name": "@dafilabs/audio-visualizer", "version": "0.0.6", "description": "sync video player with comparison slider could be useful to compare before and after of videos", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "rollup": "rollup -c --bundleConfigAsCjs" }, "repository": { "type": "git", "url": "https://github.com/semwaqas/audio-visualizer.git" }, "keywords": [ "audio", "audio-visualizer", "visualizer", "audio animation", "audio player", "threejs", "react" ], "author": "", "license": "ISC", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-swc": "^0.4.0", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "@swc/core": "^1.11.13", "@types/three": "^0.175.0", "autoprefixer": "^10.4.21", "postcss": "^8.5.3", "react": "^19.0.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-swc": "^0.2.1", "tailwindcss": "^4.0.17", "tslib": "^2.8.1", "typescript": "^5.8.2" }, "dependencies": { "@types/react": "^19.0.12", "lucide-react": "^0.484.0", "react-compare-slider": "^3.1.0", "rollup": "^4.37.0", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "three": "^0.175.0", "three-stdlib": "^2.35.15" } }