20 lines
444 B
JSON
20 lines
444 B
JSON
{
|
|
"name": "astro-tina",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"dev:tina": "tinacms dev -c \"node ./tina/config.server.ts\""
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5.6.1",
|
|
"@astrojs/mdx": "^4.0.8",
|
|
"@tinacms/cli": "^2.2.3",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"tinacms": "^2.2.3",
|
|
"astro-tina": "^0.1.4"
|
|
}
|
|
}
|