-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 795 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 795 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
{
"name": "webpack-example",
"version": "0.1.0",
"description": "",
"main": "app.js",
"author": "bestguy",
"license": "MIT",
"dependencies": {
"config": "^1.10.0",
"express": "^4.10.8",
"imports-loader": "^0.6.3",
"morgan": "^1.5.1"
},
"devDependencies": {
"babel-core": "^4.7.3",
"babel-loader": "^4.1.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.8.0",
"css-loader": "^0.9.0",
"es6-loader": "^0.2.0",
"html-loader": "^0.2.3",
"jade": "^1.9.0",
"jade-html-loader": "0.0.2",
"jade-loader": "^0.7.0",
"json-loader": "^0.5.1",
"less": "^2.2.0",
"less-loader": "^2.0.0",
"markdown-loader": "^0.1.2",
"style-loader": "^0.8.2",
"webpack": "^1.4.13",
"webpack-dev-middleware": "^1.0.11"
}
}