-
Notifications
You must be signed in to change notification settings - Fork 35
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
37
38
39
40
41
42
{
"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",
"fetch-event-stream": "^0.1.5",
"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"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}