astro-payload-template/astro/package.json

49 lines
1.3 KiB
JSON
Raw Normal View History

{
"name": "astroad",
"description": "Astroad - Astro",
"type": "module",
"version": "1.1",
"license": "MIT",
"scripts": {
"dev": "astro dev --host",
"build": "astro build"
},
"dependencies": {
2024-04-02 14:28:04 +00:00
"@astrojs/image": "0.18.0",
"@astrojs/prefetch": "0.4.1",
2024-04-03 12:22:56 +00:00
"@astrojs/react": "^3.1.1",
2024-04-02 14:28:04 +00:00
"@astrojs/sitemap": "3.1.2",
"@astrojs/tailwind": "5.1.0",
2024-04-02 13:26:21 +00:00
"@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",
2024-04-03 17:11:33 +00:00
"@types/leaflet": "^1.9.8",
2024-04-03 12:22:56 +00:00
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.23",
2024-04-02 14:28:04 +00:00
"astro": "^4.5.13",
2024-04-03 17:11:33 +00:00
"axios": "^1.6.8",
2024-04-02 11:08:24 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"css-select": "5.1.0",
"leaflet": "^1.9.4",
2024-04-02 11:08:24 +00:00
"lucide-react": "^0.364.0",
2024-04-03 12:22:56 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
2024-04-02 13:26:21 +00:00
"react-hook-form": "^7.51.2",
2024-04-03 12:22:56 +00:00
"react-leaflet": "^4.2.1",
"sharp": "^0.32.6",
"slate-serializers": "0.4.1",
2024-04-02 11:08:24 +00:00
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.3.3",
2024-04-02 13:26:21 +00:00
"tailwindcss-animate": "^1.0.7",
2024-04-02 14:28:04 +00:00
"typescript": "^5.4.3",
2024-04-02 13:26:21 +00:00
"zod": "^3.22.4"
},
"devDependencies": {
"prettier": "^3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.4"
}
}