-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 1.84 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 1.84 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
{
"name": "mapfolio",
"private": true,
"version": "0.0.0",
"description": "High-precision, open-source cartographic poster design engine & vector GIS studio",
"keywords": [
"maplibre-gl",
"cartography",
"map-poster",
"gis",
"react19",
"typescript",
"openfreemap",
"gpx-visualizer",
"osrm",
"vector-tiles",
"wall-art",
"mapbox-alternative",
"open-source"
],
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:prod": "NODE_ENV=production vite build",
"lint": "eslint .",
"preview": "vite preview",
"db:push": "drizzle-kit push"
},
"dependencies": {
"@neondatabase/serverless": "^1.1.0",
"@types/three": "^0.185.4",
"cesium": "^1.144.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.45.2",
"lucide-react": "^0.468.0",
"maplibre-gl": "^3.6.2",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-map-gl": "^7.1.9",
"resium": "^1.25.0",
"tailwind-merge": "^3.6.0",
"three": "^0.185.1",
"zustand": "^3.7.2"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^8.0.1",
"@eslint/js": "^10.0.1",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^24.13.3",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.5.4",
"dotenv": "^17.4.2",
"drizzle-kit": "^0.18.1",
"eslint": "^10.8.0",
"eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.5.3",
"globals": "^17.7.0",
"postcss": "^8.5.26",
"tailwindcss": "^4.3.3",
"tsx": "^4.23.12",
"typescript": "~6.0.2",
"typescript-eslint": "^8.65.0",
"vite": "^5.4.0"
},
"allowScripts": {
"esbuild@0.15.18": true,
"esbuild@0.28.2": true,
"es5-ext@0.10.64": true,
"fsevents@2.3.3": true
}
}