Files
txarli.dev/package.json
Cassidy Williams 875fa394b2 Add initial TinaCMS
2023-10-20 16:47:08 -05:00

24 lines
451 B
JSON

{
"name": "@cassidoo/blahg",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"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"
}
}