-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 862 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 862 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
33
34
35
36
37
{
"name": "react-sample",
"version": "1.0.0",
"description": "react-sample is a React demo application to show isomorphic rendering.",
"contributors": [
{
"name": "Golo Roden",
"email": "golo.roden@thenativeweb.io"
}
],
"dependencies": {
"babel-core": "6.13.2",
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.13.2",
"babel-preset-react": "6.11.1",
"babel-register": "6.18.0",
"ejs": "2.5.2",
"express": "4.14.0",
"immutable": "3.8.1",
"react": "15.3.0",
"react-dom": "15.3.0",
"react-router": "3.0.0",
"webpack": "1.13.1"
},
"scripts": {
"build": "webpack",
"start": "webpack && node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/ReactStuttgart/isomorphic-rendering.git"
},
"keywords": [
"react"
],
"license": "MIT"
}