-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.52 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.52 KB
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
{
"name": "blockpi",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"dependencies": {
"animate.css": "^4.1.1",
"axios": "^0.21.1",
"element-ui": "^2.15.5",
"lodash": "^4.17.15",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"querystring": "^0.2.0",
"smoothscroll-polyfill": "^0.4.4",
"vue": "^2.6.12",
"vue-router": "^3.5.1",
"vue-typed-js": "^0.1.2",
"vuex": "^3.6.2",
"xss": "^1.0.8"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.2.3",
"@vue/cli-plugin-eslint": "^4.2.3",
"@vue/cli-plugin-router": "^4.2.3",
"@vue/cli-plugin-vuex": "^4.2.3",
"@vue/cli-service": "^4.2.3",
"autoprefixer": "^9.5.1",
"babel-eslint": "^10.1.0",
"better-scroll": "^1.15.2",
"compression-webpack-plugin": "^5.0.1",
"core-js": "^3.6.5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "5.15.3",
"eslint-config-cherryfe": "^1.0.0",
"eslint-plugin-vue": "^6.2.2",
"lint-staged": "^10.2.4",
"lottie-web": "^5.7.13",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"svg-sprite-loader": "4.1.3",
"vue-template-compiler": "^2.6.11"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": "vue-cli-service lint --fix"
}
}