-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.04 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.04 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
{
"name": "the-wild-oasis",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^3.2.2",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-solid-svg-icons": "^6.7.1",
"@fortawesome/react-fontawesome": "^0.2.2",
"@material-tailwind/react": "^2.1.10",
"@mui/icons-material": "^6.1.8",
"@mui/material": "^6.1.8",
"@nextui-org/checkbox": "^2.1.5",
"@nextui-org/react": "^2.4.8",
"@react-three/drei": "^9.120.4",
"@react-three/fiber": "^8.17.10",
"@react-three/postprocessing": "^2.16.3",
"@shadcn/ui": "^0.0.4",
"@supabase/supabase-js": "^2.21.0",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.8",
"chart.js": "^4.4.7",
"dat.gui": "^0.7.9",
"date-fns": "^2.30.0",
"devextreme-react": "^24.2.3",
"firebase": "^11.1.0",
"lucide-react": "^0.474.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.0",
"react-datepicker": "^7.5.0",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-hook-form": "^7.43.9",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-router-dom": "^6.11.1",
"recharts": "^2.13.3",
"socket.io-client": "^4.8.1",
"styled-components": "^5.3.11",
"three": "^0.171.0",
"three-stdlib": "^2.34.0",
"use-sync-external-store": "^1.2.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"eslint": "^8.39.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"shadcn-ui": "^0.9.3",
"tailwindcss": "^3.4.15",
"vite": "^4.2.0",
"vite-plugin-eslint": "^1.8.1"
}
}