-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 3.87 KB
/
package.json
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "activity-map",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"lint": "next lint",
"start": "next start",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"db:reset": "tsx drizzle/reset.ts"
},
"dependencies": {
"@auth/drizzle-adapter": "^1.8.0",
"@dwayneparton/geojson-to-gpx": "^0.2.0",
"@hookform/resolvers": "^4.1.2",
"@mapbox/geosimplify-js": "^0.1.0",
"@mapbox/polyline": "^1.2.1",
"@mapbox/togeojson": "^0.16.2",
"@neondatabase/serverless": "^0.10.4",
"@observablehq/plot": "^0.6.17",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slider": "^1.2.3",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-toggle": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/react-visually-hidden": "^1.1.2",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-table": "^8.21.2",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/d3": "^7.4.3",
"@types/d3-hexbin": "^0.2.5",
"@types/file-saver": "^2.0.7",
"@types/geojson": "^7946.0.16",
"@types/mapbox-gl": "^3.4.1",
"@types/mapbox__polyline": "^1.0.5",
"@vercel/analytics": "^1.5.0",
"@vercel/postgres": "^0.10.0",
"@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"csv-stringify": "^6.5.2",
"d3": "^7.9.0",
"d3-hexbin": "^0.2.2",
"date-fns": "^4.1.0",
"dotenv": "^16.4.7",
"drizzle-orm": "^0.40.0",
"embla-carousel-react": "^8.5.2",
"eslint-plugin-next": "^0.0.0",
"file-saver": "^2.0.5",
"geist": "^1.3.1",
"htl": "^0.3.1",
"immer": "^10.1.1",
"lucide-react": "^0.476.0",
"mapbox-gl": "^3.10.0",
"next": "^15.2.0",
"next-auth": "5.0.0-beta.25",
"next-themes": "^0.4.4",
"postgres": "^3.4.5",
"proj4": "^2.15.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.5.0",
"react-map-gl": "^8.0.1",
"react-scan": "^0.2.8",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"typescript-eslint": "^8.25.0",
"ws": "^8.18.1",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.0",
"@eslint/js": "^9.21.0",
"@tailwindcss/postcss": "^4.0.9",
"@types/eslint": "^9.6.1",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@types/react-map-gl": "^6.1.7",
"@types/ws": "^8.5.14",
"@typescript-eslint/eslint-plugin": "^8.25.0",
"@typescript-eslint/parser": "^8.25.0",
"@typescript-eslint/typescript-estree": "^8.25.0",
"babel-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"drizzle-kit": "^0.30.5",
"eslint": "^9.21.0",
"eslint-config-next": "^15.2.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-react-compiler": "19.0.0-beta-e1e972c-20250221",
"pg": "^8.13.3",
"postcss": "^8.5.3",
"prettier": "^3.5.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"pwa-asset-generator": "^6.4.0",
"tailwindcss": "^4.0.9",
"typescript": "5.7.3"
},
"ct3aMetadata": {
"initVersion": "7.31.0"
},
"packageManager": "pnpm@9.0.4"
}