-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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": "react-relay-modern-starter-kit",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --hot --open",
"fetch-schema": "graphql-js-schema-fetch http://localhost:4000/graphql > dist/schema.json",
"relay": "relay-compiler --src ./src --schema ./dist/schema.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spiegela/react-relay-modern-starter-kit.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "git+https://github.com/spiegela/react-relay-modern-starter-kit.git/issues"
},
"homepage": "git+https://github.com/spiegela/react-relay-modern-starter-kit.git",
"dependencies": {
"found": "^0.3.4",
"found-relay": "next",
"graphql-relay": "^0.5.2",
"node-sass": "^4.5.3",
"normalize.css": "^7.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-md": "^1.1.3",
"react-relay": "^1.3.0",
"relay-compiler": "^1.3.0",
"relay-runtime": "^1.3.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-relay": "^1.3.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"graphql-js-schema-fetch": "^1.1.2",
"react-hot-loader": "next",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
}
}