-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
145 lines (145 loc) · 4.82 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "ostiler",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "run-s build:*",
"build:remix": "remix build --sourcemap",
"build:server": "tsx ./other/build-server.ts",
"dev": "remix dev -c \"node ./server/dev-server.js\" --manual",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "cross-env NODE_ENV=production node ./server.js",
"typecheck": "tsc",
"db:generate": "drizzle-kit generate:pg",
"db:up": "drizzle-kit up:pg",
"db:push": "drizzle-kit push:pg",
"tile-server:deploy": "wrangler deploy",
"tile-server:dev": "wrangler dev",
"tile-server:start": "wrangler dev"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.507.0",
"@aws-sdk/s3-request-presigner": "^3.507.0",
"@hono/node-server": "^1.7.0",
"@hookform/resolvers": "^3.3.4",
"@mantine/form": "^7.5.1",
"@mantine/hooks": "^7.5.1",
"@placemarkio/check-geojson": "^0.1.12",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@remix-run/css-bundle": "^2.6.0",
"@remix-run/express": "^2.6.0",
"@remix-run/node": "^2.6.0",
"@remix-run/react": "^2.6.0",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-query-devtools": "^5.18.1",
"@trpc/client": "^11.0.0-next-beta.264",
"@trpc/react-query": "^11.0.0-next-beta.264",
"@trpc/server": "^11.0.0-next-beta.264",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"close-with-grace": "^1.2.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"date-fns": "^3.3.1",
"drizzle-orm": "^0.29.3",
"drizzle-zod": "^0.5.1",
"embla-carousel-react": "^8.0.0-rc22",
"execa": "^8.0.1",
"express": "^4.18.2",
"fflate": "^0.8.2",
"hono": "^3.12.11",
"isbot": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.323.0",
"maplibre-gl": "^4.0.0",
"morgan": "^1.10.0",
"next-themes": "^0.2.1",
"path-to-regexp": "^6.2.1",
"pg-boss": "^9.0.3",
"pmtiles": "^3.0.3",
"postgres": "^3.4.3",
"protomaps-themes-base": "^2.0.0-alpha.5",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.50.1",
"react-map-gl": "^7.1.7",
"react-resizable-panels": "^2.0.3",
"remix-flat-routes": "^0.6.4",
"remix-hono": "^0.0.15",
"sonner": "^1.4.0",
"source-map-support": "^0.5.21",
"superjson": "^2.2.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@remix-run/dev": "^2.6.0",
"@types/bcrypt": "^5.0.2",
"@types/compression": "^1.7.2",
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.4",
"@types/geojson": "^7946.0.14",
"@types/jsonwebtoken": "^9.0.5",
"@types/morgan": "^1.9.4",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/source-map-support": "^0.5.6",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"chokidar": "^3.6.0",
"drizzle-kit": "^0.20.14",
"esbuild": "^0.20.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fs-extra": "^11.2.0",
"npm-run-all": "^4.1.5",
"tailwindcss": "^3.4.1",
"tsx": "^4.7.0",
"typescript": "^5.1.6",
"wrangler": "^3.27.0"
},
"engines": {
"node": ">=18.0.0"
}
}