-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.48 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
{
"name": "bonsay_admin",
"version": "0.1.0",
"private": true,
"homepage": "/",
"dependencies": {
"@chakra-ui/react": "^1.7.4",
"@craco/craco": "^6.4.3",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@reduxjs/toolkit": "^1.7.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/jest": "^24.9.1",
"@types/node": "^12.20.41",
"@types/react": "^16.14.21",
"@types/react-dom": "^16.9.14",
"@types/react-redux": "^7.1.22",
"axios": "^0.25.0",
"craco-alias": "^3.0.1",
"framer-motion": "^5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-dropzone": "^11.5.1",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"react-scripts": "5.0.0",
"recharts": "^2.1.9",
"redux-persist": "^6.0.0",
"typescript": "^4.1.6"
},
"resolutions": {
"mini-css-extract-plugin": "2.4.5"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test"
},
"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": {
"@types/axios": "^0.14.0",
"@types/react-dropzone": "^5.1.0",
"@types/redux-persist": "^4.3.1"
}
}