-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
77 lines (77 loc) · 2.05 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
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "teacher-scoring-system",
"title": "教师评分系统",
"description": "teacher scoring system",
"version": "2.0.0",
"author": "gd4ark <gd4ark@gmail.com>",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"win-report": "cross-env NODE_ENV=production npm_config_report=true npm run build",
"report": "NODE_ENV=production npm_config_report=true npm run build",
"lint": "eslint --ext .js,.vue src",
"lint-fix": "eslint --ext .js,.vue src --fix"
},
"husky": {
"hooks": {
"pre-commit": "npm run lint",
"pre-push": "npm run lint"
}
},
"dependencies": {
"axios": "^0.18.0",
"echarts": "^4.2.1",
"element-ui": "^2.8.2",
"file-saver": "^2.0.1",
"fuse.js": "3.4.4",
"html2canvas": "^1.0.0-rc.3",
"jspdf": "^1.5.3",
"lodash": "^4.17.11",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"path-to-regexp": "^3.0.0",
"screenfull": "^4.2.0",
"v-charts": "^1.19.0",
"vue": "^2.5.17",
"vue-amap": "^0.5.10",
"vue-codemirror-lite": "^1.0.4",
"vue-count-to": "^1.0.13",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-localstorage": "^1.0.0",
"xlsx": "^0.14.3"
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/register": "7.0.0",
"@vue/cli-plugin-babel": "3.5.3",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"compression-webpack-plugin": "^2.0.0",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-fa": "0.0.6",
"eslint-plugin-vue": "^5.2.3",
"husky": "^2.7.0",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"sass-resources-loader": "^2.0.0",
"validate-commit-msg": "^2.14.0",
"vue-eslint-parser": "^5.0.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.17",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-dev-server": "^3.1.14"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}