-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.83 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
94
95
96
97
98
99
100
101
102
{
"name": "habithub",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hello-pangea/dnd": "^16.6.0",
"@karmaniverous/serify-deserify": "^2.0.8",
"@material-tailwind/html": "^2.2.2",
"@mui/icons-material": "^5.15.15",
"@mui/lab": "^5.0.0-alpha.170",
"@mui/material": "^5.15.20",
"@phosphor-icons/react": "^2.1.5",
"@reduxjs/toolkit": "^2.2.5",
"@testing-library/user-event": "^13.5.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/redux-persist": "^4.3.1",
"axios": "^1.7.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"docx": "^8.5.0",
"file-saver": "^2.0.5",
"firebase": "^10.12.2",
"formik": "^2.4.6",
"framer-motion": "^11.2.11",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-datepicker": "^7.1.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-loader-spinner": "^6.1.6",
"react-password-checklist": "^1.6.0",
"react-password-strength-bar": "^0.4.1",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-spinners": "^0.14.1",
"react-tag-input-component": "^2.0.2",
"react-time-picker": "^7.0.0",
"react-toastify": "^10.0.5",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"styled-components": "^6.1.12",
"sweetalert2": "^11.12.2",
"typescript": "^4.9.5",
"web-vitals": "^2.1.4",
"yup": "^1.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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 1 safari version"
]
},
"devDependencies": {
"@babel/preset-env": "^7.25.3",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^16.0.0",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^20.14.9",
"@types/react-datepicker": "^6.2.0",
"@types/react-time-picker": "^6.0.0",
"@types/redux-mock-store": "^1.0.6",
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"compression-webpack-plugin": "^11.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"redux-mock-store": "^1.5.4",
"tailwindcss": "^3.4.4",
"ts-jest": "^29.2.4",
"ts-node": "^10.9.2"
}
}