-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.5 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
{
"name": "qiuzi-hospital-admin",
"version": "0.1.0",
"description": "The front-end project for hospital admin, as my graduation design.",
"author": "qiuzi <[email protected]>",
"license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"stylelint": "stylelint src/**/*.vue src/**/*.scss",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo"
},
"dependencies": {
"axios": "^0.21.4",
"core-js": "^3.30.2",
"dayjs": "^1.11.8",
"element-ui": "^2.15.13",
"js-cookie": "^2.2.1",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path-to-regexp": "^6.2.1",
"utility": "^1.18.0",
"vue": "^2.7.14",
"vue-router": "^3.2.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-eslint": "~4.5.19",
"@vue/cli-plugin-router": "~4.5.19",
"@vue/cli-plugin-vuex": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"@vue/eslint-config-standard": "^6.1.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^6.0.1",
"sass-loader": "^10.2.1",
"stylelint": "^13.13.1",
"stylelint-config-qiuzi": "^1.1.0",
"svg-sprite-loader": "^5.2.1",
"svgo": "^2.8.0",
"vue-template-compiler": "^2.7.14"
}
}