33 lines
789 B
JSON
33 lines
789 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.1.1",
|
|
"@astrojs/react": "^4.2.0",
|
|
"@aws-sdk/client-s3": "^3.750.0",
|
|
"@tailwindcss/vite": "^4.0.8",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"@types/node": "^22.13.5",
|
|
"@types/react": "^19.0.10",
|
|
"@types/react-dom": "^19.0.4",
|
|
"astro": "^5.3.1",
|
|
"astro-robots": "^2.3.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"jwt-decode": "^4.0.0",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"tailwindcss": "^4.0.8",
|
|
"typescript": "^5.7.3",
|
|
"uuid": "^11.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"daisyui": "5.0.0-beta.6"
|
|
}
|
|
} |