22 lines
501 B
JSON
22 lines
501 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",
|
|
"nanostores": "^0.10.3",
|
|
"tailwindcss": "^3.4.6",
|
|
"typescript": "^5.5.3"
|
|
}
|
|
}
|