-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.53 KB
/
Copy pathpackage.json
File metadata and controls
80 lines (80 loc) · 2.53 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
{
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"script": "node main.js",
"start": "next start",
"export": "next build && next-image-export-optimizer",
"postinstall": ". ./patches/patch.sh && npm i --ignore-scripts && npx patch-package"
},
"dependencies": {
"@auth/prisma-adapter": "^2.11.1",
"@aws-sdk/client-s3": "^3.1025.0",
"@hookform/resolvers": "^5.2.2",
"@mapbox/mapbox-gl-draw": "^1.5.1",
"@placemarkio/tokml": "^0.3.9",
"@prisma/adapter-pg": "^7.6.0",
"@prisma/client": "^7.6.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-menubar": "^1.1.16",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.8",
"@scaleway/random-name": "^5.1.4",
"@stripe/react-stripe-js": "^6.1.0",
"@stripe/stripe-js": "^9.1.0",
"@turf/turf": "^7.3.4",
"@vis.gl/react-maplibre": "^8.1.0",
"boring-avatars": "^2.0.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"geogrid-maplibre-gl": "^0.2.4",
"lucide-react": "^1.7.0",
"mapbox-gl-draw-bezier-curve-mode": "^1.1.0",
"maplibre-gl": "^5.22.0",
"maplibre-gl-draw-circle": "^0.1.1",
"next": "^16.2.2",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"patch-package": "^8.0.1",
"rbush": "^4.0.1",
"react": "19.2.4",
"react-colorful": "^5.6.1",
"react-dom": "19.2.4",
"react-hook-form": "^7.72.1",
"react-quill-new": "^3.8.3",
"sanitize-html": "^2.17.2",
"seedrandom": "^3.0.5",
"sonner": "^2.0.7",
"stripe": "^22.0.0",
"tailwind-merge": "^3.5.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.183.2",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"dotenv": "^17.4.1",
"postcss": "^8.5.8",
"prisma": "^7.6.0",
"tailwindcss": "^4.2.2"
}
}