-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.31 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 2.31 KB
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
71
72
73
74
75
76
77
78
79
80
81
{
"name": "apollo-react-client-cache-tests",
"version": "1.0.0",
"description": "Some manual tests for apollo's client cache",
"main": "src/server",
"engines": {
"node": "6.2.2",
"npm": "3.7.3"
},
"scripts": {
"dev-start": "nodemon -e js,jsx,md,mustache -w ./src --exec ./dev-tools/babel-run -- ./src/server",
"dev": "nf start -w --procfile ./dev-tools/Procfile.dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djshapiro/apollo-react-client-cache-tests"
},
"keywords": [
"react-apollo-starter-kit",
"caching",
"client",
"redux"
],
"author": "Dan Shapiro",
"license": "MIT",
"bugs": {
"url": "https://github.com/djshapiro/apollo-react-client-cache-tests/issues"
},
"homepage": "https://github.com/djshapiro/apollo-react-client-cache-tests",
"dependencies": {
"aphrodite": "^1.1.0",
"apollo-client": "^0.8.1",
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-latest": "^6.22.0",
"babel-register": "^6.14.0",
"body-parser": "^1.16.0",
"eslint-plugin-import": "^1.15.0",
"express": "^4.14.0",
"graphql": "^0.9.0",
"graphql-server-express": "^0.6.0",
"graphql-tag": "^1.2.4",
"graphql-tools": "^0.9.2",
"json-loader": "^0.5.4",
"minilog": "^3.1.0",
"nodemon": "^1.11.0",
"react": "^15.3.1",
"react-apollo": "^0.9.0",
"react-dom": "^15.4.0",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.7",
"redux-thunk": "^2.2.0",
"rollbar": "^0.6.2",
"webpack": "^2.2.1",
"webpack-dev-server": "^1.16.1",
"webpack-manifest-plugin": "^1.0.1"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-eslint": "^6.1.2",
"babel-register": "^6.9.0",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
"eslint-plugin-react": "^5.2.2",
"foreman": "^1.4.1",
"nodemon": "^1.9.2",
"webpack-dev-server": "^1.14.1"
}
}