21 lines
504 B
JSON
21 lines
504 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",
|
|
"astro": "^5.16.16",
|
|
"tailwindcss": "^4.2.4",
|
|
"tinacms": "^3.3.2"
|
|
}
|
|
}
|