Files
theater-ziefen-website/package.json
T
johannes.gasser 656bd55f72
Build and Deploy / build-and-deploy (push) Successful in 13m21s
add next auth
2026-05-04 20:32:26 +02:00

31 lines
836 B
JSON

{
"name": "theater-ziefen-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "tinacms dev -c \"astro dev\"",
"build": "astro check && astro build",
"build:tina": "tinacms build && astro check && astro build",
"build:docker": "tinacms build && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/mdx": "^5.0.4",
"@tailwindcss/vite": "^4.2.4",
"@tinacms/cli": "^2.2.5",
"@tinacms/datalayer": "^2.0.18",
"astro": "^6.2.1",
"express": "^5.2.1",
"mongodb-level": "^0.0.4",
"next": "^15.5.15",
"next-auth": "^4.24.14",
"tailwindcss": "^4.2.4",
"tinacms": "^3.7.5",
"tinacms-authjs": "^21.0.5",
"tinacms-gitprovider-github": "^4.1.5",
"typescript": "^5.6.3"
}
}