-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 772 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 772 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
{
"name": "react-webpack-babel",
"version": "0.0.2",
"description": "React Webpack Babel Starter Kit",
"main": "''",
"scripts": {
"dev": "webpack-dev-server",
"prebuild": "rimraf dist",
"build": "NODE_ENV=production webpack -p"
},
"keywords": ["React", "Webpack", "Babel", "Starter", "template"],
"license": "MIT",
"dependencies": {
"bootstrap": "3.3.5",
"react": "15.6.2",
"react-dom": "15.5.4"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "6.5.0",
"css-loader": "^0.28.7",
"file-loader": "^1.1.5",
"rimraf": "^2.6.2",
"style-loader": "0.13.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.3"
}
}