araozu.dev/package.json

20 lines
392 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": {
"@astrojs/check": "^0.5.10",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.6.1",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
2023-11-18 01:52:14 +00:00
}
}