-
Notifications
You must be signed in to change notification settings - Fork 53
/
package.json
50 lines (50 loc) · 1.26 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "isomorphic-relay",
"version": "0.7.4",
"description": "Adds server side rendering support to React Relay",
"author": "Denis Nedelyaev",
"homepage": "https://github.com/denvned/isomorphic-relay",
"bugs": {
"url": "https://github.com/denvned/isomorphic-relay/issues"
},
"license": "BSD-2-Clause",
"keywords": [
"isomorphic",
"isomorphic-react-relay",
"isomorphic-relay",
"react",
"react-relay",
"relay",
"server",
"server-rendering",
"server-side",
"server-side-rendering"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/denvned/isomorphic-relay.git"
},
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "npm run build"
},
"dependencies": {
"babel-runtime": "^6.6.1"
},
"peerDependencies": {
"react": "^0.14.8 || ^15.0.1",
"react-relay": "0.9.3 - 0.10.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-plugin-transform-es2015-classes": "^6.6.5",
"babel-plugin-transform-runtime": "^6.7.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-relay-plugin": "0.9.3",
"react": "^15.0.1",
"react-relay": "0.9.3"
}
}