-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
43 lines (43 loc) · 1.03 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",
"private": true,
"version": "0.0.0",
"description": "a Sails application",
"keywords": [],
"dependencies": {
"babel-core": "^5.4.7",
"babel-eslint": "^3.1.9",
"babel-loader": "^5.1.2",
"babel-plugin-react-transform": "^1.1.1",
"eslint": "^1.3.1",
"eslint-plugin-react": "^2.3.0",
"express": "^4.13.3",
"include-all": "~0.1.3",
"lodash": "^3.10.1",
"radium": "^0.14.2",
"rc": "~0.5.0",
"react": "^0.13.0",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.0",
"redbox-react": "^1.0.1",
"rimraf": "^2.4.3",
"sails": "~0.11.0",
"sails-disk": "~0.10.0",
"webpack": "^1.9.6",
"webpack-hot-middleware": "^2.0.0"
},
"scripts": {
"start": "webpack && node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/weylandjoyner/webpack.git"
},
"author": "weylandjoyner",
"license": "",
"devDependencies": {
"css-loader": "^0.19.0",
"style-loader": "^0.12.4"
}
}