-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.51 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
60
61
62
63
64
{
"name": "assertcarbon",
"version": "1.0.0",
"description": "",
"author": "wqy",
"license": "",
"type": "module",
"scripts": {
"dev": "vite",
"build:dev": "vite build --mode development",
"build:stag": "vite build --mode stag",
"build:prod": "vite build --mode production",
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"axios": "^1.3.5",
"countup.js": "^2.6.0",
"echarts": "^5.4.2",
"echarts-gl": "^2.0.9",
"element-plus": "^2.3.3",
"js-cookie": "^3.0.1",
"js-md5": "^0.8.3",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"pinia": "^2.0.34",
"qs": "^6.11.1",
"sm-crypto": "^0.3.13",
"unplugin-auto-import": "^0.18.3",
"vue": "^3.2.47",
"vue-demi": "^0.13.11",
"vue-jsonp": "^2.0.0",
"vue-router": "^4.1.6",
"vue3-scale-box": "^0.1.9",
"vue3-seamless-scroll": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitejs/plugin-vue": "^2.1.0",
"@vue/compiler-sfc": "^3.2.47",
"eslint": "^8.38.0",
"eslint-plugin-vue": "^9.10.0",
"prettier": "^2.8.7",
"sass": "^1.78.0",
"sass-loader": "^16.0.2",
"typescript": "^5.0.4",
"vite": "^2.9.0",
"vite-plugin-compression": "^0.5.1",
"vue-eslint-parser": "^9.1.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"engines": {
"node": ">=16.0.0",
"npm": ">= 7.0.0"
}
}