35 lines
839 B
JSON
35 lines
839 B
JSON
{
|
|
"name": "trucknet-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@protomaps/basemaps": "^5.7.2",
|
|
"@radix-ui/react-dialog": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-toast": "^1.2.0",
|
|
"clsx": "^2.1.0",
|
|
"idb": "^8.0.0",
|
|
"maplibre-gl": "^5.0.0",
|
|
"pmtiles": "^3.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwind-merge": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.6.0",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-pwa": "^0.21.0"
|
|
}
|
|
}
|