-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 959 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
33
34
35
36
37
38
39
{
"name": "react-webpack-babel",
"version": "0.0.2",
"description": "React Webpack Babel Starter Kit",
"main": "''",
"scripts": {
"build": "webpack --progress --profile --colors",
"dev": "webpack-dev-server --progress --profile --colors --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/alicoding/react-webpack-babel"
},
"keywords": [
"React",
"Webpack",
"Babel",
"Starter",
"template"
],
"author": "Ali Al Dallal",
"license": "MIT",
"bugs": {
"url": "https://github.com/alicoding/react-webpack-babel/issues"
},
"homepage": "https://github.com/alicoding/react-webpack-babel#readme",
"dependencies": {
"react": "^0.13.3",
"react-router": "^0.13.3",
"reactfire": "^0.4.0"
},
"devDependencies": {
"babel-core": "^5.5.8",
"babel-loader": "^5.1.4",
"react-hot-loader": "^1.2.7",
"webpack-dev-server": "^1.9.0",
"webpack": "^1.9.11"
}
}