-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·37 lines (37 loc) · 968 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·37 lines (37 loc) · 968 Bytes
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
{
"name": "easyapi-service",
"version": "0.1.0",
"description": "EasyAPI服务中心",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"vue": "^2.6.14",
"vuex": "^3.6.2",
"vue-router": "^3.5.2",
"axios": "^0.21.4",
"view-design": "^4.6.1",
"clipboard": "^2.0.8",
"core-js": "^3.18.0",
"highcharts": "^9.2.2",
"js-cookie": "^3.0.1",
"moment": "^2.29.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "^4.5.13",
"@vue/cli-service": "^4.5.13",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.18.0",
"prettier": "^2.4.1",
"stylus": "^0.55.0",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.14"
}
}