-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
83 lines (83 loc) · 2.53 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
78
79
80
81
82
83
{
"name": "webpack-static-html-scss",
"version": "0.0.1",
"description": "Auto webpack4 + jquery + scss + pjax for multipage static websites",
"private": true,
"author": "1003418012@qq.com",
"repository": {
"type": "git",
"url": "git+https://github.com/wzs28150/cool-static-cli.git"
},
"keywords": [
"cool-static-cli"
],
"scripts": {
"dev": "webpack-dev-server --mode development --config config/webpack.config.js",
"watch": "webpack --mode development --watch --config config/webpack.config.js",
"build": "webpack --mode production --config config/webpack.config.js",
"postbuild": "html dist/*.html --indent-size 2 --config config/webpack.config.js"
},
"dependencies": {
"aos": "^3.0.0-beta.6",
"cropperjs": "^1.4.3",
"flexboxgrid": "^6.3.1",
"headroom.js": "^0.9.4",
"jquery-pjax": "^2.0.1",
"jquery.nicescroll": "^3.7.6",
"loaders.css": "^0.1.2",
"nicescroll": "^3.7.4",
"normalize.css": "^8.0.0",
"nprogress": "^0.2.0",
"object-fit-images": "^3.2.3",
"photoswipe": "^4.1.2",
"picturefill": "^3.0.2",
"swiper": "^3.4.2"
},
"devDependencies": {
"art-template": "^4.13.2",
"art-template-loader": "^1.4.3",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-friendly-formatter": "^4.0.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.10.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"happypack": "^5.0.1",
"html-cli": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.8.3",
"postcss-import": "^11.1.0",
"postcss-load-config": "^1.2.0",
"postcss-loader": "^2.1.3",
"postcss-url": "^7.3.2",
"raw-loader": "^0.5.1",
"sass-loader": "^6.0.7",
"svg-sprite-loader": "^3.7.3",
"svgo": "^1.0.5",
"svgo-loader": "^2.1.0",
"webpack": "^4.5.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.2"
},
"browserslist": [
"> 1%",
"safari >= 7",
"ie >= 9"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/wzs28150/cool-static-cli/issues"
},
"homepage": "https://github.com/wzs28150/cool-static-cli/blob/master/README.md"
}