49 lines
1.3 KiB
JSON
49 lines
1.3 KiB
JSON
{
|
|
"name": "astroad",
|
|
"description": "Astroad - Astro",
|
|
"type": "module",
|
|
"version": "1.1",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"dev": "astro dev --host",
|
|
"build": "astro build"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/image": "0.18.0",
|
|
"@astrojs/prefetch": "0.4.1",
|
|
"@astrojs/react": "^3.1.1",
|
|
"@astrojs/sitemap": "3.1.2",
|
|
"@astrojs/tailwind": "5.1.0",
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@tanstack/react-query": "^5.28.14",
|
|
"@types/leaflet": "^1.9.8",
|
|
"@types/react": "^18.2.74",
|
|
"@types/react-dom": "^18.2.23",
|
|
"astro": "^4.5.13",
|
|
"axios": "^1.6.8",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"css-select": "5.1.0",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.364.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.51.2",
|
|
"react-leaflet": "^4.2.1",
|
|
"sharp": "^0.32.6",
|
|
"slate-serializers": "0.4.1",
|
|
"tailwind-merge": "^2.2.2",
|
|
"tailwindcss": "^3.3.3",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.4.3",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.0.2",
|
|
"prettier-plugin-astro": "^0.11.1",
|
|
"prettier-plugin-tailwindcss": "^0.5.4"
|
|
}
|
|
}
|