-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
{
"name": "new",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/react-fontawesome": "^0.1.4",
"@material-ui/core": "^1.5.0",
"axios": "^0.18.1",
"braces": "^2.3.1",
"handlebars": "^4.0.14",
"js-yaml": "^3.13.1",
"cors-anywhere": "^0.4.1",
"deepmerge": "^3.2.0",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"moment": "^2.23.0",
"prop-types": "15.6.2",
"ra-data-fakerest": "2.5.2",
"ra-data-json-server": "2.2.0",
"ra-input-rich-text": "2.4.2",
"ra-ui-materialui": "^2.7.3",
"react": "16.3.2",
"react-admin": "^2.8.5",
"react-datepicker": "^2.2.0",
"react-dom": ">=16.3.3",
"react-joyride": "^2.0.2",
"react-native-rss-parser": "^1.3.0",
"react-router-dom": "4.3.1",
"react-scripts": "^2.1.8",
"react-signature-pad-wrapper": "^1.2.4",
"recharts": "1.4.2",
"redux-devtools-extension": "2.13.7",
"redux-saga": "0.16.2",
"redux-saga-routines": "^3.1.3",
"redux-thunk": "2.3.0",
"rss-parser": "^3.6.2",
"sort-array-objects": "^2.0.0"
},
"devDependencies": {},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}