forked from geniuscarrier/webpack-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 950 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 950 Bytes
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
{
"name": "webpack-boilerplate",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"build": "webpack --config webpack.config.js -p",
"dev": "webpack-dev-server --config webpack.dev.config.js --inline"
},
"author": "Yang Zhao",
"license": "ISC",
"devDependencies": {
"animate.css": "git+https://github.com/daneden/animate.css.git",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.7.2",
"babel-eslint": "^5.0.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"bootstrap": "^3.3.6",
"css-loader": "^0.23.1",
"eslint": "^2.2.0",
"file-loader": "^0.8.5",
"font-awesome": "^4.5.0",
"jquery": "^2.2.2",
"jquery.scrollto": "^2.1.2",
"node-sass": "^3.4.2",
"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"
}
}