araozu.dev/package.json
2025-01-18 20:08:24 -05:00

25 lines
520 B
JSON

{
"name": "araozu-dev",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.0.6",
"@astrojs/tailwind": "^5.1.4",
"@types/node": "^22.10.7",
"astro": "^5.1.7",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
},
"devDependencies": {
"@shikijs/transformers": "^1.27.2"
}
}