-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1 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
{
"name": "webpack-app",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:ScoutCodes/webpack-app.git",
"author": "scout <olegkruchay@hotmail.com>",
"license": "MIT",
"scripts": {
"start": "webpack-dev-server --env development",
"build": "webpack --env production",
"serv": "static build"
},
"devDependencies": {
"html-webpack-plugin": "^2.29.0",
"node-static": "^0.7.9",
"webpack": "^3.3.0",
"css-load er": "^0.26.1",
"eslint": "^3.15.0",
"eslint-loader": "^1.6.1",
"extract-text-webpack-plugin": "^2.0.0-beta",
"favicons-webpack-plugin": "^0.0.7",
"file-loader": "^0.10.0",
"node-sass": "^4.5.0",
"pug": "^2.0.0-beta11",
"pug-loader": "^2.3.0",
"sass-loader": "^5.0.1",
"style-loader": "^0.13.1",
"stylelint-webpack-plugin": "^0.5.1",
"webpack-dev-server": "^2.3.0",
"webpack-merge": "^2.6.1"
},
"dependencies": {
"pug": "^2.0.0-rc.2",
"jquery": "^3.1.1",
"normalize.css": "^5.0.0"
}
}