-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.31 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
62
63
64
65
66
67
68
69
70
{
"license": "MIT",
"description": "Relay, Mongodb, YelpDataset Test",
"homepage": "https://github.com/idkjs/graphdb-server",
"engines": {
"node": ">=5.0 <7",
"npm": ">=3.3 <4"
},
"dependencies": {
"babel-core": "^6.22.1",
"babel-polyfill": "^6.22.0",
"babel-runtime": "^6.22.0",
"fastclick": "1.0.6",
"graphql-relay": "^0.4.4",
"history": "^4.5.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.2",
"react-loading": "0.0.9",
"react-relay": "^0.10.0",
"react-router": "2.8.1",
"react-router-bootstrap": "0.23.1",
"react-router-relay": "0.13.5"
},
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-plugin-module-resolver": "^2.4.0",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-plugin-transform-react-constant-elements": "^6.22.0",
"babel-plugin-transform-react-inline-elements": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.2.11",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"babel-relay-plugin": "^0.10.0",
"babel-relay-plugin-loader": "^0.10.0",
"chalk": "1.1.3",
"deepmerge": "^1.3.1",
"del": "2.2.2",
"escope": "3.6.0",
"eslint": "^3.14.0",
"eslint-config-airbnb": "^14.0.0",
"eslint-import-resolver-babel-module": "^2.2.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-graphql": "^0.4.3",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.9.0",
"express-http-proxy": "^0.11.0",
"fs-extra": "^2.0.0",
"ncp": "2.0.0",
"nodemon": "1.11.0",
"react-hot-loader": "3.0.0-beta.5",
"react-transform-catch-errors": "1.0.2",
"redbox-react": "^1.3.3",
"source-map-support": "^0.4.10",
"webpack": "2.1.0-beta.20",
"webpack-dev-server": "2.1.0-beta.0",
"webpack-hot-middleware": "^2.15.0"
},
"scripts": {
"test": "./node_modules/.bin/eslint app",
"build": "BABEL_ENV=build NODE_ENV=production ./node_modules/.bin/babel-node ./tools/run build",
"start": "BABEL_ENV=build ./node_modules/.bin/babel-node ./tools/run start"
}
}