-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 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
{
"name": "obelisk",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"test": "bun test"
},
"dependencies": {
"@mozilla/readability": "^0.6.0",
"@tanstack/react-query": "5.90.19",
"clsx": "2.1.1",
"drizzle-orm": "^0.45.1",
"framer-motion": "12.27.5",
"linkedom": "^0.18.12",
"mapbox-gl": "3.18.0",
"mapillary-js": "^4.1.2",
"next": "16.1.6",
"osm-read": "^0.7.0",
"postgres": "3.4.8",
"react": "19.2.4",
"react-dom": "19.2.3",
"react-map-gl": "8.1.0",
"react-markdown": "10.1.0",
"supercluster": "8.0.1",
"typesense": "3.0.1",
"zod": "4.3.6"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.3",
"@tailwindcss/postcss": "4.1.18",
"@types/bun": "^1.3.9",
"@types/mapbox-gl": "3.4.1",
"@types/node": "25.2.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/supercluster": "7.1.3",
"drizzle-kit": "^0.31.9",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"postcss": "8.5.6",
"tailwindcss": "4.1.18",
"tsx": "4.21.0",
"typescript": "5.9.3"
},
"packageManager": "[email protected]"
}