-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 905 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
{
"name": "hid-bler-manager",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.10",
"@iconify-json/ep": "^1.1.8",
"element-plus": "^2.2.22",
"npm-run-all": "^4.1.5",
"vue": "^3.2.38"
},
"devDependencies": {
"@types/node": "^16.11.56",
"@types/w3c-web-hid": "^1.0.3",
"@vitejs/plugin-vue": "^3.0.3",
"@vue/tsconfig": "^0.1.3",
"naive-ui": "^2.34.2",
"npm-run-all": "^4.1.5",
"typescript": "~4.7.4",
"unplugin-auto-import": "^0.11.5",
"unplugin-element-plus": "^0.4.1",
"unplugin-icons": "^0.14.14",
"unplugin-vue-components": "^0.22.11",
"vfonts": "^0.0.3",
"vite": "^3.0.9",
"vue-tsc": "^0.40.7"
}
}