25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"name": "caperren-com",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"dev-hosted": "astro dev --host",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"test": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"astro": "^5.15.3",
|
|
"flowbite": "^3.1.2",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.56.1",
|
|
"@types/node": "^24.10.0",
|
|
"vitest": "^4.0.7"
|
|
}
|
|
}
|