Revelav3/package.json
2024-08-01 22:48:40 -05:00

26 lines
623 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",
"@fastify/compress": "^7.0.3",
"@fastify/static": "^7.0.4",
"@iconify-json/ph": "^1.1.13",
"astro": "^4.12.2",
"astro-icon": "^1.1.0",
"fastify": "^4.28.1",
"nanostores": "^0.10.3",
"sequelize": "^6.37.3",
"tailwindcss": "^3.4.6",
"typescript": "^5.5.3"
}
}