fishing-api/site/package.json

21 lines
491 B
JSON
Raw Permalink Normal View History

2024-07-07 15:11:44 +02:00
{
2024-10-20 07:41:52 +02:00
"name": "site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
2024-10-20 07:53:58 +02:00
"@astrojs/node": "^8.3.4",
2024-10-20 07:41:52 +02:00
"@astrojs/tailwind": "^5.1.2",
"astro": "^4.10.2",
"tailwindcss": "^3.4.14",
"typescript": "^5.4.5"
}
}