-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.63 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
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
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "admin-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^0.2.31",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.1.2",
"@types/recharts": "^1.8.17",
"@types/uuid": "^8.3.0",
"array-move": "^3.0.1",
"aws-amplify": "^3.3.11",
"aws-amplify-react": "^4.2.15",
"browser-image-compression": "^1.0.14",
"camelcase-keys": "^6.2.2",
"connected-react-router": "^6.8.0",
"firebase": "^7.24.0",
"history": "^4.10.1",
"immer": "^7.0.15",
"lodash": "^4.17.20",
"nanoid": "^3.1.20",
"prop-types": "^15.7.2",
"ra-data-json-server": "^3.10.3",
"ra-i18n-polyglot": "^3.10.3",
"ra-input-rich-text": "^3.10.1",
"ra-language-chinese": "^2.0.8",
"ra-language-english": "^3.10.3",
"ra-language-malay": "^3.11.2",
"react": "^16.14.0",
"react-admin": "^3.10.3",
"react-admin-amplify": "^1.2.2",
"react-beautiful-dnd": "^13.0.0",
"react-card-flip": "^1.0.11",
"react-dom": "^16.14.0",
"react-grid-layout": "^1.2.0",
"react-hook-form": "^6.12.1",
"react-redux": "^7.2.2",
"react-redux-firebase": "^3.8.1",
"react-scripts": "^3.4.4",
"react-sortable-hoc": "^1.11.0",
"react-tabtab": "^2.0.0",
"react-transition-group": "^4.4.1",
"recharts": "^1.8.5",
"redux": "^4.0.5",
"redux-firestore": "^0.13.0",
"redux-injectors": "^1.3.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"snakecase-keys": "^3.2.1",
"styled-components": "^4.4.1",
"universal-cookie": "^4.0.4",
"uuid": "^8.3.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@hookform/devtools": "^2.2.1",
"@types/history": "^4.7.8",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.10",
"@types/query-string": "^6.3.0",
"@types/react": "^16.14.2",
"@types/react-beautiful-dnd": "^13.0.0",
"@types/react-dom": "^16.9.10",
"@types/react-redux": "^7.1.11",
"@types/react-router": "^5.1.8",
"@types/react-router-dom": "^5.1.6",
"@types/styled-components": "^5.1.4",
"react-hook-form-devtools": "^1.2.0",
"typescript": "^3.9.7"
}
}