Files
txarli.dev/package.json
2024-12-14 09:46:58 -06:00

24 lines
489 B
JSON

{
"name": "@cassidoo/blahg",
"version": "0.0.1",
"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.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.5",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1"
},
"dependencies": {
"@tinacms/cli": "^1.7.0",
"tinacms": "^2.5.2"
}
}