-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 923 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
{
"name": "async-issue",
"version": "0.1.0",
"description": "Example",
"scripts": {
"start": "node server.js"
},
"author": "Cale Newman <[email protected]> (http://github.com/calesce)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.18.0",
"babel-eslint": "^6.0.3",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"eslint": "^2.8.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-react": "^5.0.1",
"express": "^4.13.4",
"html-webpack-plugin": "^2.24.0",
"webpack": "^1.13.3",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.13.1"
},
"dependencies": {
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-hot-loader": "^3.0.0-beta.6"
}
}