forked from Ocyss/boss-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.03 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
{
"name": "boos-helper",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"build:noTsc": "vite build",
"preview": "vite preview",
"test": "vue-tsc --noEmit && vite build && vite preview --open",
"check": "vue-tsc --noEmit"
},
"dependencies": {
"@types/nanoassert": "^2.0.3",
"axios": "^1.7.7",
"element-plus": "^2.8.1",
"mitem": "^1.0.9",
"nanoassert": "^2.0.0",
"partial-json": "^0.1.7",
"vue": "^3.4.38",
"vue-virtual-scroller": "2.0.0-beta.8"
},
"devDependencies": {
"@types/node": "^20.16.3",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/tsconfig": "^0.5.1",
"@vueuse/core": "^10.11.1",
"proto2api": "^0.0.8",
"protobufjs": "^7.4.0",
"sass": "^1.77.8",
"ts-proto": "^1.181.2",
"typescript": "^5.5.4",
"unplugin-auto-import": "^0.17.8",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.4.2",
"vite-plugin-monkey": "^3.5.2",
"vue-tsc": "^1.8.27"
}
}