-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 727 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 727 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
31
32
{
"name": "react-isomorfic-sample",
"version": "0.0.1",
"description": "sample for react isomorfic app",
"main": "index.js",
"scripts": {
"test": "test"
},
"keywords": [
"react",
"isomorfic"
],
"author": "Alex Werman",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"express": "^4.16.2",
"flow-bin": "^0.59.0",
"html-webpack-plugin": "^2.30.1",
"webpack": "^3.8.1"
},
"dependencies": {
"react": "^16.1.1",
"react-dom": "^16.1.1"
}
}