-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "webpack-single-page-boilerplate",
"version": "0.0.0",
"description": "Simple Page app boilerplate using webpack",
"main": "scripts/index.js",
"scripts": {
"build": "webpack",
"watch": "webpack -d --watch",
"production": "NODE_ENV=production webpack -p",
"test": "eslint . && webpack -d && webpack -p"
},
"keywords": [
"boilerplate",
"webpack",
"babel",
"less"
],
"author": "Nihey Takizawa <[email protected]>",
"license": "MIT",
"dependencies": {
"babel-core": "^5.6.15",
"babel-loader": "^5.3.1",
"cheerio": "^0.19.0",
"collides": "0.0.2",
"config": "^1.16.0",
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-minifier": "^0.8.0",
"image-load": "0.0.0",
"img-loader": "^1.1.0",
"json-loader": "^0.5.2",
"less": "^2.5.1",
"less-loader": "^2.2.0",
"md5": "^2.0.0",
"node-libs-browser": "^0.5.2",
"style-loader": "^0.12.3",
"webpack": "^1.10.1"
},
"devDependencies": {
"eslint": "^1.6.0"
}
}