Files
txarli.dev/package.json
2023-12-03 00:55:35 -06:00

24 lines
490 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": "^3.0.0",
"@astrojs/sitemap": "^3.0.3",
"astro": "^3.6.4",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2"
},
"dependencies": {
"@tinacms/cli": "^1.5.30",
"tinacms": "^1.5.21"
}
}