This repository was archived by the owner on Jan 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.9 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 1.9 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
{
"name": "cccc",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/roboto": "^5.0.13",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.1.2",
"@heroicons/react": "^2.1.5",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"animejs": "^3.2.2",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"firebase": "^10.12.3",
"formik": "^2.4.6",
"intl-tel-input": "^23.5.0",
"lucide-react": "^0.411.0",
"postcss": "^8.4.39",
"react": "^18.3.1",
"react-country-state-city": "^1.1.3",
"react-dom": "^18.3.1",
"react-flags-select": "^2.2.3",
"react-redux": "^9.1.2",
"react-router-dom": "^6.25.1",
"react-scripts": "5.0.1",
"react-select": "^5.8.0",
"react-spring": "^9.7.3",
"react-step-progress-bar": "^1.0.3",
"redux": "^5.0.1",
"styled-components": "^6.1.11",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.166.1",
"web-vitals": "^2.1.4",
"yup": "^1.4.0"
},
"scripts": {
"build": "vite build",
"start": "vite preview"
},
"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": {
"@vitejs/plugin-react": "^4.3.1",
"tailwindcss": "^3.4.6",
"vite": "^5.3.4"
}
}