Files
Memento/package.json
2026-01-12 07:46:01 +13:00

17 lines
334 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": {
"@tailwindcss/vite": "^4.1.18",
"astro": "^5.16.8",
"quill": "2.0.3",
"tailwindcss": "^4.1.18"
}
}