Add export-story script and draft for Tiny Accident

This commit is contained in:
Bad Manners 2024-03-24 22:48:07 -03:00
parent 7f7a62a391
commit 808f565e59
16 changed files with 678 additions and 15 deletions

View file

@ -8,7 +8,8 @@
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier . --write"
"prettier": "prettier . --write",
"export-story": "tsx scripts/export-story.ts"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
@ -26,8 +27,11 @@
"typescript": "^5.4.2"
},
"devDependencies": {
"commander": "^12.0.0",
"fetch-retry": "^6.0.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12"
"prettier-plugin-tailwindcss": "^0.5.12",
"tsx": "^4.7.1"
}
}