-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.13 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
{
"name": "annals",
"version": "1.0.0",
"description": "H5年报demo",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "set ENV=development && webpack-dev-server --hot --progress --host 0.0.0.0 --config build/webpack.dev.conf.js",
"sit": "webpack --config build/webpack.sit.conf.js",
"build": "webpack --config build/webpack.prod.conf.js",
"codecheck": "eslint --ext .jsx,.js,.vue,.ts,.tsx --fix src && .\\node_modules\\.bin\\prettier --write src/**/*.{css,scss,less} --loglevel warn"
},
"repository": {
"type": "git",
"url": ""
},
"author": "yuancongzhou",
"license": "ISC",
"husky": {
"hooks": {
"pre-commit": "npm run codecheck"
}
},
"dependencies": {
"animate.css": "^4.1.0",
"babel-loader": "^8.0.5",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"clean-webpack-plugin": "^3.0.0",
"click-password": "^1.1.2",
"compression-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.0.5",
"css-loader": "^3.2.0",
"echarts": "4.2.0-rc.2",
"fastclick": "^1.0.6",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"offline-plugin": "^5.0.7",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"style-loader": "^1.0.0",
"swiper": "5.2.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.2.0",
"v-charts": "^1.19.0",
"vconsole": "^3.3.4",
"vue": "^2.6.10",
"vue-awesome-swiper": "^4.1.1",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-merge": "^4.2.2"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-vue": "^6.0.1",
"husky": "^3.1.0",
"prettier": "^1.19.1",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-dev-server": "^3.9.0"
}
}