-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
34 lines (34 loc) · 951 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
{
"name": "react-hot-loader-minimal-boilerplate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --hot --history-api-fallback --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wkwiatek/react-hot-loader-minimal-boilerplate.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wkwiatek/react-hot-loader-minimal-boilerplate/issues"
},
"homepage": "https://github.com/wkwiatek/react-hot-loader-minimal-boilerplate#readme",
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-latest": "^6.22.0",
"babel-preset-react": "^6.23.0",
"react-hot-loader": "^3.0.0-beta.6",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}