-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.15 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
{
"name": "online-judge-frontend-admin",
"version": "0.1.0",
"private": true,
"description": "online judge frontend admin",
"license": "MIT",
"author": "caiyexiang",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"preview": "node build/index.js --preview",
"test:unit": "jest --clearCache && vue-cli-service test:unit",
"lint": "vue-cli-service lint",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml",
"commit": "git-cz"
},
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.4.4",
"element-ui": "^2.13.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@types/jszip": "^3.1.7",
"@vue/babel-preset-jsx": "^1.1.2",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-unit-jest": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"autoprefixer": "^9.7.4",
"babel-eslint": "^10.0.3",
"chalk": "^3.0.0",
"clipboard": "^2.0.6",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "^3.1.0",
"el-table-draggable-directives": "^1.0.6",
"eslint": "^5.16.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^5.0.0",
"file-saver": "^2.0.2",
"fuse.js": "^3.4.6",
"html-docx-js-typescript": "^0.1.2",
"husky": "^4.2.3",
"jszip": "^3.2.2",
"path-to-regexp": "^6.1.0",
"prettier": "^1.19.1",
"runjs": "^4.4.2",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"screenfull": "^5.0.1",
"script-ext-html-webpack-plugin": "^2.1.4",
"sortablejs": "^1.10.2",
"svg-sprite-loader": "^4.2.1",
"svgo": "^1.3.2",
"vue-codemirror-lite": "^1.0.4",
"vue-quill-editor": "^3.0.6",
"vue-template-compiler": "^2.6.10",
"xlsx": "^0.15.5"
},
"engines": {
"node": ">=8.9",
"npm": ">= 3.0.0"
}
}