Files
ixabatasha/package.json
2025-05-19 22:19:38 -06:00

36 lines
890 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.2.1",
"@astrojs/react": "^4.2.7",
"@aws-sdk/client-s3": "^3.812.0",
"@tailwindcss/vite": "^4.1.7",
"@types/jsonwebtoken": "^9.0.9",
"@types/node": "^22.15.19",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"astro": "^5.7.13",
"astro-robots": "^2.3.1",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"tailwindcss": "^4.1.7",
"typescript": "^5.8.3",
"uuid": "^11.1.0"
},
"devDependencies": {
"daisyui": "5.0.35"
}
}