-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.06 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
{
"name": "bilibili-music",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:tsc": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@ocyss/bilibili-music-backend": "0.2.0",
"audiobuffer-to-blob": "^1.0.2",
"diff": "^7.0.0",
"file-saver": "^2.0.5",
"js-base64": "^3.7.7",
"vue": "^3.4.27"
},
"devDependencies": {
"@arco-design/web-vue": "^2.55.3",
"@arco-plugins/vite-vue": "^1.4.5",
"@types/diff": "^6.0.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^20.14.2",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
"vite-plugin-monkey": "^4.0.0",
"vite-plugin-wasm": "^3.3.0",
"vue-tsc": "^2.0.19"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}