-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1000 Bytes
/
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
{
"name": "webpack-boilerplate",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "npm run lint && webpack --config webpack.config.js -p",
"dev": "npm run lint && webpack-dev-server --config webpack.dev.config.js --inline",
"lint": "./node_modules/.bin/eslint js"
},
"author": "Yang Zhao",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-preset-env": "^1.6.1",
"bootstrap": "^3.3.6",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.23.1",
"eslint": "^3.0.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"jquery": "^2.2.2",
"node-sass": "^3.4.2",
"postcss-loader": "^0.10.1",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"waypoints": "^4.0.0",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}