-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.81 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
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@heroicons/react": "^2.1.1",
"@mapbox/mapbox-gl-geocoder": "^5.0.3",
"@mui/material": "^6.4.8",
"@react-three/drei": "^9.122.0",
"@react-three/fiber": "^8.18.0",
"@stripe/react-stripe-js": "^3.5.1",
"@stripe/stripe-js": "^6.1.0",
"@supabase/supabase-js": "^2.49.1",
"@tremor/react": "^3.14.1",
"axios": "^0.27.2",
"chart.js": "^4.4.1",
"framer-motion": "^12.4.10",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"lodash": "^4.17.21",
"lucide-react": "^0.344.0",
"mapbox-gl": "^2.15.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.5.2",
"react-i18next": "^15.4.1",
"react-icons": "^5.5.0",
"react-map-gl": "^7.1.7",
"react-router-dom": "^7.2.0",
"react-toastify": "^11.0.5",
"stripe": "^17.7.0",
"three": "^0.161.0"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@types/lodash": "^4.17.16",
"@types/mapbox-gl": "^2.7.21",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/three": "^0.161.2",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.2"
},
"resolutions": {
"axios": "^0.27.2"
}
}