-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.17 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.17 KB
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
43
{
"name": "melody-canvas",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "npx prettier . --write"
},
"dependencies": {
"@unocss/reset": "66.1.0-beta.7",
"@webav/av-cliper": "^1.0.7",
"chroma-js": "^3.1.2",
"fabric": "^6.4.3",
"fft.js": "^4.0.4",
"lodash-es": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tdesign-react": "^1.14.5",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@iconify/json": "^2.2.258",
"@types/chroma-js": "^3.1.1",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.5",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/web": "^0.0.169",
"@unocss/preset-attributify": "66.1.0-beta.7",
"@unocss/preset-icons": "66.1.0-beta.7",
"@unocss/preset-wind3": "66.1.0-beta.7",
"@unocss/transformer-directives": "66.1.0-beta.7",
"@unocss/transformer-variant-group": "66.1.0-beta.7",
"@vitejs/plugin-react": "^4.3.2",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.3",
"unocss": "66.1.0-beta.7",
"vite": "^5.4.8"
}
}