-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 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
{
"name": "topos.nz",
"version": "1.0.0",
"scripts": {
"watch:tailwind": "cross-env ROLLUP_WATCH=1 postcss src/tailwind.pcss -o public/build/tailwind.css -w",
"build:tailwind": "postcss src/tailwind.pcss -o public/build/tailwind.css",
"build": "npm run build:tailwind && vite build",
"build:prerender": "npm run build && tsx scripts/generate-sitemap.ts && tsx scripts/prerender.ts",
"dev": "vite",
"start": "sirv public",
"generate:sitemap": "tsx scripts/generate-sitemap.ts"
},
"devDependencies": {
"@types/human-date": "1.4.0",
"@types/maplibre-gl": "1.14.0",
"@types/node": "^20.12.12",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"autoprefixer": "10.4.13",
"postcss": "8.4.21",
"postcss-cli": "10.1.0",
"tailwindcss": "3.2.7",
"tslib": "2.5.0",
"tsx": "^4.19.2",
"typescript": "5.6.3",
"vite": "5.2.11",
"wrangler": "^3.57.2"
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"@vitejs/plugin-react": "5.1.4",
"dexie": "3.2.4",
"dexie-react-hooks": "^1.1.7",
"isomorphic-fetch": "3.0.0",
"maplibre-contour": "github:fallaciousreasoning/maplibre-contour#main",
"maplibre-gl": "^5.6.2",
"ol": "9.1.0",
"proj4": "2.9.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"supercluster": "^8.0.1"
}
}