-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 KB
/
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
{
"name": "melody-workshop",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "npx prettier . --write"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-number-format": "^5.4.2",
"react-router-dom": "^7.0.1",
"tdesign-react": "^1.10.1",
"wavesurfer-multitrack": "^0.4.12",
"wavesurfer.js": "^7.8.9",
"zustand": "^5.0.1"
},
"devDependencies": {
"@iconify/json": "^2.2.258",
"@types/lodash": "^4.17.13",
"@types/node": "^22.7.5",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react-input-mask": "^3.0.6",
"@types/web": "^0.0.169",
"@unocss/preset-icons": "^0.63.4",
"@unocss/transformer-directives": "^0.63.4",
"@unocss/transformer-variant-group": "^0.63.4",
"@vitejs/plugin-react": "^4.3.2",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"unocss": "^0.63.4",
"vite": "^5.4.8"
}
}