27 lines
601 B
JSON
27 lines
601 B
JSON
{
|
|
"name": "ixabatasha",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/node": "^9.0.2",
|
|
"@astrojs/react": "^4.2.0",
|
|
"@tailwindcss/vite": "^4.0.3",
|
|
"@types/react": "^19.0.8",
|
|
"@types/react-dom": "^19.0.3",
|
|
"astro": "^5.2.3",
|
|
"astro-robots": "^2.3.1",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.0.3",
|
|
"typescript": "^5.7.3"
|
|
},
|
|
"devDependencies": {
|
|
"daisyui": "5.0.0-beta.6"
|
|
}
|
|
} |