2023-05-13 14:38:56 +00:00
|
|
|
{
|
2023-05-15 14:52:29 +00:00
|
|
|
"name": "astroad",
|
2023-06-17 10:36:40 +00:00
|
|
|
"description": "Astroad - Astro",
|
2023-05-13 14:38:56 +00:00
|
|
|
"type": "module",
|
2023-07-28 15:03:49 +00:00
|
|
|
"version": "1.1",
|
2023-05-15 14:52:29 +00:00
|
|
|
"license": "MIT",
|
2023-05-13 14:38:56 +00:00
|
|
|
"scripts": {
|
2023-05-13 17:10:37 +00:00
|
|
|
"dev": "astro dev --host",
|
|
|
|
"build": "astro build"
|
2023-05-13 14:38:56 +00:00
|
|
|
},
|
|
|
|
"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",
|
2024-04-03 13:31:56 +00:00
|
|
|
"@tanstack/react-query": "^5.28.14",
|
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-02 11:08:24 +00:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.1.0",
|
2023-05-15 14:52:29 +00:00
|
|
|
"css-select": "5.1.0",
|
2024-04-03 13:31:56 +00:00
|
|
|
"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",
|
2023-09-19 11:04:45 +00:00
|
|
|
"sharp": "^0.32.6",
|
2023-08-15 19:01:50 +00:00
|
|
|
"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"
|
2023-06-18 17:45:41 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-15 19:01:50 +00:00
|
|
|
"prettier": "^3.0.2",
|
2023-08-15 19:06:28 +00:00
|
|
|
"prettier-plugin-astro": "^0.11.1",
|
2023-09-01 10:37:34 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.4"
|
2023-05-13 14:38:56 +00:00
|
|
|
}
|
2023-05-13 17:10:37 +00:00
|
|
|
}
|