-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 873 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 873 Bytes
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
{
"name": "bilibili-live-spamer",
"private": true,
"version": "1.6.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/minifyUserscript.js",
"preview": "vue-tsc -b && vite preview",
"format": "prettier --write src/"
},
"dependencies": {
"axios": "^1.13.6",
"lodash": "^4.17.23",
"mitt": "^3.0.1",
"naive-ui": "^2.44.1",
"pinia": "^3.0.4",
"vue": "^3.5.30"
},
"devDependencies": {
"@types/lodash": "^4.17.24",
"@types/node": "~25.0.10",
"@vitejs/plugin-vue": "^6.0.5",
"prettier": "^3.8.1",
"terser": "^5.46.1",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-monkey": "^7.1.9",
"vite-svg-loader": "^5.1.1",
"vue-tsc": "^3.2.6"
}
}