forked from Project-HAMi/HAMi-WebUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.52 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "hami-webui-web",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite",
"start:dev": "vite",
"start:webpack": "export NODE_ENV=development && vue-cli-service serve",
"lint": "eslint --ext .js,.vue src",
"build": "vite build",
"build:webpack": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
"dev": "vite",
"build:vite": "vite build",
"new": "plop",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"test:ci": "npm run lint && npm run test:unit"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@tabler/core": "1.0.0-beta20",
"@tabler/icons-vue": "^2.36.0",
"animate.css": "v4.1.1",
"axios": "1.5.1",
"body-parser": "1.20.2",
"bootstrap": "5.3.1",
"core-js": "^3.8.3",
"crypto-browserify": "^3.12.0",
"echarts": "5.4.3",
"element-plus": "^2.4.1",
"generate-avatar": "1.4.10",
"iframe-resizer": "^4.3.2",
"js-cookie": "3.0.5",
"lodash": "^4.17.21",
"node-polyfill-webpack-plugin": "^2.0.1",
"normalize.css": "^8.0.1",
"nprogress": "0.2.0",
"socket.io-client": "^4.7.4",
"sortablejs": "^1.15.2",
"tom-select": "2.2.2",
"vue": "^3.2.13",
"vue-clipboard3": "2.0.0",
"vue-count-to": "1.0.13",
"vue-native-websocket-vue3": "^3.1.7",
"vue-router": "^4.0.3",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.0",
"vuex-persistedstate": "^4.1.0",
"web-storage-cache": "^1.1.1"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@vitejs/plugin-vue": "^5.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"eslint": "8.56.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"mockjs": "^1.1.0",
"prettier": "^2.4.1",
"sass": "^1.32.7",
"sass-loader": "^12.0.0",
"svg-sprite-loader": "^6.0.9",
"vite": "^5.0.0",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue-cli-plugin-element-plus": "~0.0.13"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}