araozu.dev/package.json

25 lines
520 B
JSON
Raw Normal View History

2023-11-18 01:52:14 +00:00
{
2024-04-23 22:06:30 +00:00
"name": "araozu-dev",
2023-11-18 01:52:14 +00:00
"type": "module",
2024-04-23 22:06:30 +00:00
"version": "0.0.1",
2023-11-18 01:52:14 +00:00
"scripts": {
2024-04-23 22:06:30 +00:00
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
2023-11-18 01:52:14 +00:00
},
2024-04-23 22:06:30 +00:00
"dependencies": {
2024-10-06 02:06:04 +00:00
"@astrojs/check": "^0.9.4",
2025-01-19 01:08:24 +00:00
"@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"
2024-05-26 01:44:27 +00:00
},
"devDependencies": {
2025-01-19 01:08:24 +00:00
"@shikijs/transformers": "^1.27.2"
2023-11-18 01:52:14 +00:00
}
}