-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.71 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
84
85
86
87
88
89
90
91
{
"name": "webpack-pug-scss-boiperplate",
"version": "2.1.3",
"description": "A webpack boilerplate for building web apps",
"main": "./app/scripts/index.js",
"author": "Alex Nozdriukhin",
"license": "MIT",
"scripts": {
"analyze": "webpack-bundle-analyzer ./stats.json",
"build": "webpack --env production --progress",
"start": "nodemon --watch webpack.config.js --exec \"webpack-dev-server --open --hot --env development\""
},
"repository": {
"type": "git",
"url": "https://github.com/alexnoz/webpack-pug-scss-boilerplate.git"
},
"keywords": [
"boilerplate",
"webpack",
"pug",
"jade",
"sass",
"scss"
],
"devDependencies": {
"@babel/cli": "7.0.0-beta.54",
"@babel/core": "7.0.0-beta.54",
"@babel/plugin-syntax-dynamic-import": "7.0.0-beta.54",
"@babel/preset-env": "7.0.0-beta.54",
"autoprefixer": "^8.5.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.0-beta",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-compat": "^2.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-standard": "^3.1.0",
"fast-sass-loader": "^1.4.5",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"glob": "^7.1.2",
"html-inline-css-webpack-plugin": "^1.4.0",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^3.2.0",
"image-webp-loader": "^1.2.1",
"image-webpack-loader": "^4.6.0",
"imagemin-webp-webpack-plugin": "^3.1.0",
"mini-css-extract-plugin": "0.4.0",
"node-sass": "4.9.0",
"nodemon": "^1.17.4",
"optimize-css-assets-webpack-plugin": "^4.0.1",
"postcss-loader": "^2.1.5",
"pug-html-loader": "^1.1.5",
"purify-css": "^1.2.5",
"purifycss-webpack": "^0.7.0",
"style-loader": "^0.21.0",
"stylelint": "^9.2.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-scss": "^3.1.0",
"stylelint-webpack-plugin": "^0.10.4",
"terser-webpack-plugin": "1.1.0",
"url-loader": "^1.0.1",
"webp-loader": "^0.4.0",
"webpack": "^4.20.2",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.4",
"webpack-manifest-plugin": "^2.0.2",
"webpack-merge": "^4.1.2",
"webpack-stats-plugin": "0.2.1"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"picturefill": "^3.0.3",
"workbox-webpack-plugin": "^3.6.3"
}
}