forked from insin/react-heatpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 859 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
{
"name": "react-heatpack",
"version": "1.2.0",
"description": "A 'heatpack' command for quick React development with webpack hot reloading",
"repository": {
"type": "git",
"url": "https://github.com/insin/react-heatpack.git"
},
"bin": {
"heatpack": "./bin/heatpack.js"
},
"dependencies": {
"autoprefixer-loader": "^2.0.0",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"cjsx-loader": "^2.0.1",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"css-loader": "^0.15.1",
"file-loader": "^0.8.4",
"json-loader": "^0.5.2",
"minimist": "^1.1.1",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"react-hot-loader": "^1.2.7",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.10.0",
"webpack-dev-server": "^1.10.1"
},
"license": "MIT"
}