-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.0.0-alpha.7",
"@material-ui/icons": "^4.0.0-alpha.1",
"data-generator-retail": "^2.7.0",
"fakerest": "~2.1.0",
"fetch-mock": "~6.3.0",
"json-graphql-server": "~2.1.3",
"ra-data-fakerest": "^2.0.0",
"ra-data-graphql-simple": "^2.0.0",
"ra-data-simple-rest": "^2.0.0",
"ra-input-rich-text": "^2.0.0",
"ra-language-english": "^2.0.0",
"ra-language-french": "^2.0.0",
"react": "~16.8.6",
"react-admin": "^2.0.0",
"react-app-polyfill": "^0.1.3",
"react-dom": "~16.8.6",
"react-redux": "~5.0.7",
"react-router-dom": "~4.2.2",
"react-scripts": "^2.0.5",
"recompose": "~0.26.0",
"redux-form": "~7.4.0",
"redux-saga": "~0.16.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject"
},
"homepage": "http://dead-ticket.surge.sh",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 10",
"not op_mini all"
]
}