-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 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
{
"name": "webpacktemplate",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack-dev-server --open --config webpack.dev.config.js",
"build": "webpack --config webpack.build.config.js"
},
"browserslist": [
"> 1%",
"last 3 version"
],
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.8.6",
"copy-webpack-plugin": "^5.1.2",
"css-loader": "^2.1.1",
"css-mqpacker": "^7.0.0",
"cssnano": "^4.1.10",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"i": "^0.3.6",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.14.1",
"normalize.css": "^8.0.1",
"npm": "^6.14.10",
"optimize-css-assets-webpack-plugin": "^5.0.4",
"path": "^0.12.7",
"postcss-comment": "^2.0.0",
"postcss-loader": "^3.0.0",
"pug": "^3.0.0",
"pug-loader": "^2.4.0",
"sass-loader": "^7.3.1",
"sass-resources-loader": "^2.1.1",
"sort-css-media-queries": "^1.5.2",
"style-loader": "^0.23.1",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2"
},
"dependencies": {
"gifsicle": "^5.2.0",
"gsap-plugin": "^5.0.6",
"inputmasks": "^5.0.4"
}
}