-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.03 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "vt-admin-app-ts",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"build:docker": "vue-cli-service build --mode production --dest app",
"build:production": "vue-cli-service build --mode production",
"build:pre-production": "vue-cli-service build --mode pre-production",
"build:staging": "vue-cli-service build --mode staging",
"lint": "vue-cli-service lint",
"inspect": "vue-cli-service inspect"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^9.13.0",
"axios": "^0.27.2",
"bootstrap-icons": "^1.11.0",
"core-js": "^3.32.2",
"countup.js": "^2.8.0",
"crypto-js": "^4.1.1",
"echarts": "^5.4.3",
"echarts-gl": "^2.0.9",
"element-plus": "^2.3.14",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.5",
"mitt": "^3.0.1",
"moment": "^2.29.4",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"pinyin-match": "^1.2.4",
"qs": "^6.11.2",
"vue": "^3.3.4",
"vue-cropper": "^1.1.1",
"vue-i18n": "^9.4.1",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@types/crypto-js": "^4.1.2",
"@types/js-cookie": "^3.0.4",
"@types/node": "^18.17.16",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-typescript": "^9.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^8.7.1",
"sass": "^1.67.0",
"sass-loader": "^12.6.0",
"typescript": "~4.5.5"
}
}