-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.16 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 2.16 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
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
{
"name": "react-team-project",
"version": "0.1.0",
"homepage": "https://byht1.github.io/react-team-project/",
"private": true,
"dependencies": {
"@date-io/dayjs": "^1.3.13",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.11",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.1",
"@mui/styled-engine-sc": "^5.11.0",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.1",
"@tanstack/react-query": "^4.20.4",
"@tanstack/react-query-devtools": "^4.24.10",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.2.1",
"date-and-time": "^2.4.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.7",
"framer-motion": "^8.0.2",
"lodash.debounce": "^4.0.8",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.41.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.0.5",
"react-router-dom": "^6.8.1",
"react-scripts": "5.0.1",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.1",
"redux-persist": "^6.0.0",
"shortid": "^2.2.16",
"styled-components": "^5.3.6",
"styled-system": "^5.1.5",
"web-vitals": "^2.1.4",
"yup": "^1.0.0"
},
"scripts": {
"start": "react-scripts start",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint:js": "eslint src/**/*.{js,jsx}",
"component": "generate-react component",
"page": "generate-react component --type=page"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 5 safari version"
]
},
"devDependencies": {
"generate-react-cli": "^8.2.0"
}
}