aspireves.org/package.json

25 lines
559 B
JSON
Raw Normal View History

2026-02-21 13:51:19 +01:00
{
"name": "aspireves-org",
2026-02-21 13:51:19 +01:00
"private": true,
"version": "1.0.0",
2026-02-21 13:51:19 +01:00
"type": "module",
"scripts": {
"dev": "astro dev --port 3030 --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"clean": "rm -rf dist"
2026-02-21 13:51:19 +01:00
},
"dependencies": {
"@astrojs/node": "^9.5.4",
"@iconify-json/lucide": "^1.2.40",
"@storyblok/astro": "^8.0.0",
2026-02-21 13:51:19 +01:00
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.5.0",
"astro-icon": "^1.1.5",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"vite-plugin-mkcert": "^1.17.10"
2026-02-21 13:51:19 +01:00
}
}