Files
teletypegames/apps/frontend/package.json
T
2026-03-02 19:57:11 +01:00

16 lines
277 B
JSON

{
"name": "ttglanding",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.17.1"
}
}