19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/roboto-condensed": "^5.2.6",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"astro": "^5.10.1",
|
|
"daisyui": "^5.0.43",
|
|
"tailwindcss": "^4.1.11"
|
|
}
|
|
}
|