-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
42 lines (42 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "g-music-visualizer",
"version": "1.0.0",
"description": "Awesome music visualizer mode",
"author": {
"name": "leon-kfd",
"email": "[email protected]"
},
"keywords": [
"music visualizer",
"react",
"g",
"d3"
],
"licence": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@antv/g": "^5.18.14",
"@antv/g-canvas": "^1.11.17",
"d3": "^7.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"stats.js": "^0.17.0"
},
"devDependencies": {
"@types/d3": "^6.7.0",
"@types/node": "^20.8.3",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/stats.js": "^0.17.3",
"@vitejs/plugin-react": "^4.1.0",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.0",
"typescript": "^5.2.2",
"vite": "^4.4.11",
"vite-plugin-cdn-import": "^0.3.5"
}
}