Files
txarli.dev/package.json
Cassidy Williams 3d368d3379 Add Tina to build
2023-10-21 00:27:21 -05: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": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"astro": "^2.6.6",
"prettier": "^2.8.4",
"prettier-plugin-astro": "^0.8.0"
},
"dependencies": {
"@tinacms/cli": "^1.5.30",
"tinacms": "^1.5.21"
}
}