-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 927 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
{
"name": "MuSpace",
"private": true,
"version": "0.7.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tabler/icons-react": "^3.12.0",
"@tauri-apps/api": "^1.6.0",
"aplayer": "^1.10.1",
"chance": "^1.1.12",
"chroma-js": "^3.0.0",
"colorthief": "^2.4.0",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"dexie": "^4.0.8",
"dexie-react-hooks": "^1.1.7",
"i18next": "^23.14.0",
"plyr": "^3.7.8",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-hotkeys-hook": "^4.5.0",
"react-i18next": "^15.0.1",
"react-lrc": "^3.2.1",
"wouter": "^3.3.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.6.1",
"@vitejs/plugin-react": "^4.3.1",
"code-inspector-plugin": "^0.16.0",
"vite": "^5.4.2"
}
}