28 lines
726 B
JSON
28 lines
726 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",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.13",
|
|
"@tailwindcss/vite": "^4.2.4",
|
|
"@tinacms/cli": "^2.1.2",
|
|
"@tinacms/datalayer": "^2.0.18",
|
|
"astro": "^5.16.16",
|
|
"express": "^4.19.0",
|
|
"mongodb-level": "^0.0.4",
|
|
"next": "^14.2.0",
|
|
"next-auth": "^4.24.7",
|
|
"tailwindcss": "^4.2.4",
|
|
"tinacms": "^3.3.2",
|
|
"tinacms-authjs": "^21.0.5",
|
|
"tinacms-gitprovider-github": "^4.1.5"
|
|
}
|
|
}
|