Revelav3/package.json
2024-07-22 14:52:42 -05:00

21 lines
472 B
JSON

{
"name": "nebula-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.2",
"@astrojs/tailwind": "^5.1.0",
"@iconify-json/ph": "^1.1.13",
"astro": "^4.12.2",
"astro-icon": "^1.1.0",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
}
}