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": {
|
|
|
|
"@astrojs/check": "^0.5.10",
|
2024-07-15 18:34:47 +00:00
|
|
|
"@astrojs/mdx": "^3.1.2",
|
2024-04-23 22:06:30 +00:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-07-15 18:34:47 +00:00
|
|
|
"astro": "^4.11.5",
|
|
|
|
"tailwindcss": "^3.4.5",
|
|
|
|
"typescript": "^5.5.3"
|
2024-05-26 01:44:27 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-07-15 18:34:47 +00:00
|
|
|
"@shikijs/transformers": "^1.10.3"
|
2023-11-18 01:52:14 +00:00
|
|
|
}
|
|
|
|
}
|