Files
txarli.dev/package.json
2025-09-09 00:08:58 -05:00

24 lines
491 B
JSON

{
"name": "@cassidoo/blahg",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "npx tinacms dev -c 'astro dev'",
"start": "astro dev",
"build": "tinacms build && astro build",
"preview": "astro preview",
"astro": "astro"
},
"devDependencies": {
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.5.1",
"astro": "^5.13.6",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
},
"dependencies": {
"@tinacms/cli": "^1.10.2",
"tinacms": "^2.8.2"
}
}