-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
36 lines (36 loc) · 855 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
35
36
{
"name": "TeslaUSB",
"version": "0.1.0",
"private": true,
"engines": {
"npm": ">=6.0.0",
"node": ">=12.7.0"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"bytes": "^3.1.2",
"core-js": "^3.6.5",
"dayjs": "^1.10.7",
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"veui": "^2.4.2",
"veui-theme-dls": "^2.4.2",
"veui-theme-dls-icons": "^2.11.1",
"vue": "^2.6.11",
"vue-router": "^3.5.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-veui": "^2.4.2",
"less": "^3.13.1",
"less-loader": "^5.0.0",
"unplugin-vue-components": "^0.17.11",
"veui-loader": "^2.4.2",
"vue-template-compiler": "^2.6.11"
}
}