-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.29 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.29 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
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
103
104
105
106
107
108
109
110
111
{
"name": "projectx_ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/nunito-sans": "^5.0.4",
"@fontsource/nunito-sans": "^5.0.3",
"@material-ui/core": "^4.12.4",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.136",
"@mui/material": "^5.15.14",
"@mui/styled-engine-sc": "^5.12.0",
"@mui/x-charts": "^6.19.8",
"@mui/x-date-pickers": "^6.19.5",
"@mui/x-date-pickers-pro": "^7.6.1",
"@supabase/supabase-js": "^2.103.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"axios": "^1.15.2",
"bootstrap": "^5.3.0",
"chart.js": "^4.4.2",
"country-state-city": "^3.2.1",
"date-fns": "^2.30.0",
"dayjs": "^1.11.9",
"file-saver": "^2.0.5",
"formik": "^2.4.5",
"framer-motion": "^11.0.22",
"js-base64": "^3.7.5",
"js-cookie": "^3.0.5",
"js-file-download": "^0.4.12",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"mui-one-time-password-input": "^1.1.2",
"mui-tel-input": "^5.1.2",
"postcode-validator": "^3.8.20",
"react": "^18.2.0",
"react-big-calendar": "^1.8.2",
"react-chartjs-2": "^5.2.0",
"react-circular-progressbar": "^2.1.0",
"react-cookie": "^6.1.1",
"react-d3-speedometer": "^2.2.1",
"react-dom": "^18.2.0",
"react-gauge-chart": "^0.4.1",
"react-hook-form": "^7.45.1",
"react-infinite-scroll-component": "^6.1.0",
"react-input-verification-code": "^1.0.2",
"react-pro-sidebar": "^1.1.0-alpha.1",
"react-redux": "^8.1.1",
"react-router-dom": "^6.16.0",
"react-select": "^5.8.0",
"react-simple-star-rating": "^5.1.7",
"react-slick": "^0.29.0",
"react-tabs": "^6.0.2",
"react-time-line": "^0.3.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.26.4",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.9",
"recharts": "^2.12.3",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"save": "^2.9.0",
"scripts": "^0.1.0",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.11",
"web-vitals": "^2.1.4",
"yup": "^1.3.3"
},
"scripts": {
"start:dev": "react-scripts start",
"start:prod": "env-cmd -f .env.prod 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/plugin-proposal-private-property-in-object": "*",
"@babel/preset-react": "^7.24.7",
"env-cmd": "^10.1.0",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"react-scripts": "^5.0.1"
}
}