-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
53 lines (53 loc) · 1.3 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
51
52
53
{
"name": "relay-skeleton",
"version": "0.0.1",
"description": "A minimal React, Relay, GraphQL skeleton.",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp"
},
"dependencies": {
"express-graphql": "^0.3.0",
"graphql": "^0.4.2",
"graphql-relay": "^0.3.0",
"react": "^0.14.0-beta3",
"react-dom": "^0.14.0-beta3",
"react-relay": "^0.1.1",
"react-router": "^1.0.0-beta3"
},
"devDependencies": {
"babel": "^5.8.21",
"babel-core": "^5.8.20",
"babel-loader": "^5.3.2",
"babel-relay-plugin": "^0.1.2",
"css-loader": "^0.15.6",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-graphql": "^0.2.0",
"html-webpack-plugin": "^1.6.0",
"nodemon": "^1.4.0",
"object-assign": "^3.0.0",
"react-hot-loader": "^1.2.8",
"sass-loader": "^2.0.0",
"source-map-support": "^0.3.2",
"style-loader": "^0.12.3",
"webpack": "^1.10.5",
"webpack-dev-server": "^1.10.1"
},
"repository": {
"type": "git",
"url": "https://github.com/fortruce/relay-skeleton.git"
},
"keywords": [
"react",
"relay",
"skeleton",
"webpack"
],
"author": "fortruce",
"license": "ISC",
"bugs": {
"url": "https://github.com/fortruce/relay-skeleton/issues"
},
"homepage": "https://github.com/fortruce/relay-skeleton"
}