-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.11 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
{
"name": "simonsaysplant",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "NODE_ENV=production node server.js",
"lint": "next lint",
"postinstall": "prisma db pull && prisma generate && prisma generate --sql"
},
"dependencies": {
"@heroui/accordion": "^2.2.13",
"@heroui/autocomplete": "^2.3.17",
"@heroui/avatar": "^2.2.12",
"@heroui/badge": "^2.2.10",
"@heroui/card": "^2.2.15",
"@heroui/dom-animation": "^2.1.6",
"@heroui/input": "^2.4.16",
"@heroui/modal": "^2.2.13",
"@heroui/navbar": "^2.2.14",
"@heroui/react": "^2.8.9",
"@heroui/select": "^2.4.16",
"@heroui/skeleton": "^2.2.10",
"@heroui/slider": "^2.4.20",
"@heroui/spinner": "^2.2.13",
"@heroui/system": "^2.4.19",
"@heroui/table": "^2.2.15",
"@heroui/theme": "^2.4.19",
"@heroui/tooltip": "^2.2.13",
"@heroui/use-infinite-scroll": "^2.2.7",
"@prisma/client": "6.17.1",
"@react-stately/data": "^3.12.2",
"@supabase/supabase-js": "^2.49.3",
"@turf/simplify": "^7.2.0",
"@vis.gl/react-google-maps": "^1.5.2",
"autoprefixer": "^10.4.21",
"cors": "^2.8.5",
"framer-motion": "^12.5.0",
"heroui-cli": "^1.2.2",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"leaflet": "^1.9.4",
"next": "15.3.8",
"pako": "^2.1.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/leaflet": "^1.9.16",
"@types/node": "^20.17.25",
"@types/pako": "^2.0.3",
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4",
"eslint": "^9.23.0",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.3",
"prisma": "^6.17.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.8.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@heroui/shared-utils",
"@prisma/client",
"@prisma/engines",
"core-js",
"esbuild",
"prisma",
"sharp",
"supabase"
]
}
}