-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "react-apollo-reactadmin-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.1.2",
"@material-ui/icons": "^3.0.1",
"apollo-boost": "^0.1.16",
"apollo-cache-inmemory": "^1.2.10",
"apollo-client": "^2.4.2",
"apollo-link": "^1.2.3",
"apollo-link-error": "^1.1.1",
"apollo-link-http": "^1.5.5",
"babel-polyfill": "^6.26.0",
"graphql": "^14.0.2",
"ra-data-opencrud": "0.0.6",
"react": "^16.5.2",
"react-admin": "^2.3.3",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"react-scripts": "2.0.4",
"recompose": "^0.30.0",
"redux-form": "^7.4.2",
"store": "^2.0.12"
},
"scripts": {
"start": "cross-env PORT=4000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"cross-env": "^5.2.0",
"eslint-config-google": "^0.10.0",
"prop-types": "^15.6.2"
}
}