forked from Cathy0807/react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
44
45
46
47
48
49
{
"name": "react-webpack-babel",
"version": "0.0.2",
"description": "React Webpack Babel Starter Kit",
"main": "''",
"scripts": {
"build": "NODE_ENV=production webpack -p --config webpack.production.config.js --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": {
"json-loader": "^0.5.4",
"json5-loader": "^0.6.0",
"jsx-loader": "^0.13.2",
"node-libs-browser": "1.0.0",
"react": "15.0.1",
"react-dom": "15.0.1"
},
"devDependencies": {
"babel-core": "6.7.7",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"copy-webpack-plugin": "^3.0.1",
"css-loader": "0.23.1",
"file-loader": "0.8.5",
"react-hot-loader": "1.3.0",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"webpack": "1.13.0",
"webpack-dev-server": "1.14.1"
}
}