forked from cleanappio/cleanapp-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.76 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.76 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
{
"name": "cleanapp-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.4.0",
"@mapbox/mapbox-gl-draw": "^1.5.0",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@stripe/react-stripe-js": "^3.7.0",
"@stripe/stripe-js": "^7.3.1",
"@types/leaflet": "^1.9.20",
"@types/mapbox__mapbox-gl-draw": "^1.4.9",
"@types/mapbox-gl": "^3.4.1",
"autoprefixer": "^10.4.21",
"axios": "^1.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"js-sha256": "^0.11.1",
"jspdf": "^3.0.1",
"leaflet": "^1.9.4",
"leaflet-draw": "^1.0.4",
"lucide-react": "^0.516.0",
"mapbox-gl": "^3.13.0",
"mapbox-gl-draw-freehand-mode": "^3.0.0",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"next": "15.3.3",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-animated-numbers": "^1.1.1",
"react-dom": "^18.3.1",
"react-globe.gl": "^2.33.2",
"react-hook-form": "^7.58.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-leaflet": "^4.2.1",
"react-leaflet-draw": "^0.20.6",
"react-map-gl": "^8.0.4",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"text-to-image": "^8.0.1",
"three": "^0.177.0",
"zustand": "^5.0.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.1.10",
"@types/jspdf": "^1.3.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^9",
"eslint-config-next": "15.3.3",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}