-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.72 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
54
55
56
57
58
59
60
61
{
"name": "reindex-starter-kit",
"version": "1.0.0",
"description": "A quickstart template for building an app with React, Relay and Reindex",
"main": "index.js",
"scripts": {
"start": "node devServer.js",
"build": "NODE_ENV=production webpack --config webpack.config.prod.js",
"graphiql": "reindex graphiql",
"schema-fetch": "reindex schema-fetch",
"schema-push": "reindex schema-push",
"schema-relay": "reindex schema-relay data/schema.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reindexio/reindex-starter-kit.git"
},
"keywords": [
"babel",
"boilerplate",
"graphql",
"react",
"reactjs",
"reindex",
"relay",
"webpack"
],
"author": "Reindex <[email protected]> (https://www.reindex.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/reindexio/reindex-starter-kit/issues"
},
"homepage": "https://github.com/reindexio/reindex-starter-kit#readme",
"dependencies": {
"babel-runtime": "^5.8.20",
"classnames": "^2.2.0",
"keycodes": "^0.2.1",
"react": "^0.14.0-rc1",
"react-dom": "^0.14.0-rc1",
"react-relay": "^0.3.2",
"reindex-js": "^0.2.0",
"todomvc-app-css": "^2.0.1"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.23",
"babel-loader": "^5.3.2",
"babel-plugin-react-transform": "^1.1.1",
"babel-relay-plugin": "^0.1.3",
"css-loader": "^0.19.0",
"express": "^4.13.3",
"react-transform-catch-errors": "^1.0.0",
"react-transform-hmr": "^1.0.0",
"redbox-react": "^1.0.1",
"reindex-cli": "^0.3.0",
"style-loader": "^0.12.4",
"webpack": "^1.12.0",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.0.0"
}
}