Files
txarli.dev/package.json
2024-01-06 22:59:45 -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": "^4.0.1",
"@astrojs/sitemap": "^3.0.4",
"astro": "^4.1.1",
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2"
},
"dependencies": {
"@tinacms/cli": "^1.5.38",
"tinacms": "^1.5.28"
}
}