-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.33 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
{
"name": "apollo-d3",
"private": true,
"scripts": {
"start": "meteor run",
"lint": "eslint ."
},
"dependencies": {
"apollo-client": "^1.0.0-rc.2",
"babel-runtime": "^6.20.0",
"body-parser": "^1.17.1",
"classnames": "^2.2.5",
"d3": "^3.5.17",
"express": "^4.15.2",
"graphql": "^0.9.1",
"graphql-server-express": "^0.6.0",
"graphql-tag": "^1.0.0",
"graphql-tools": "^0.10.1",
"isomorphic-fetch": "^2.2.1",
"meteor-node-stubs": "~0.2.4",
"react": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-addons-pure-render-mixin": "^15.4.1",
"react-addons-update": "^15.4.1",
"react-apollo": "^0.13.3",
"react-dom": "^15.4.1",
"react-redux": "^5.0.3",
"underscore": "^1.8.3"
},
"devDependencies": {
"eslint": "^3.11.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-import-resolver-meteor": "^0.3.4",
"eslint-plugin-graphql": "^0.6.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.7.1",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-exponentiation-operator": "^6.22.0",
"babel-register": "^6.18.0"
}
}