Files
blog/package.json
2026-02-18 14:07:18 +01:00

28 lines
667 B
JSON

{
"name": "@keystatic/templates-astro",
"version": "0.0.61",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Thinkmill/keystatic/",
"directory": "templates/astro"
},
"dependencies": {
"@astrojs/markdoc": "^0.12.9",
"@astrojs/react": "^4.2.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"astro": "^5.2.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"@keystatic/astro": "^5.0.6",
"@keystatic/core": "^0.5.48"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
}
}