Files
Memento/package.json
2026-01-15 15:09:01 +13:00

32 lines
790 B
JSON

{
"name": "memento-ui-test",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/node": "^9.5.1",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/daygrid": "^6.1.20",
"@fullcalendar/interaction": "^6.1.20",
"@fullcalendar/list": "^6.1.20",
"@fullcalendar/resource": "^6.1.20",
"@fullcalendar/scrollgrid": "^6.1.20",
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.8",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1",
"pg": "^8.16.3",
"quill": "2.0.3",
"tailwindcss": "^4.1.18"
},
"devDependencies": {
"@types/pg": "^8.16.0",
"drizzle-kit": "^0.31.8",
"tsx": "^4.21.0"
}
}