Files
claudekit/website/package.json
T

20 lines
391 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.37.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.6.1",
"sharp": "^0.34.2",
"tailwindcss": "^4.1.17"
}
}