aspireves.org/package.json

28 lines
698 B
JSON

{
"name": "aspireves-org",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "astro dev --port 3030 --host 0.0.0.0",
"build": "astro build",
"preview": "astro preview",
"start": "HOST=0.0.0.0 node dist/server/entry.mjs",
"clean": "rm -rf dist"
},
"dependencies": {
"@astrojs/node": "^9.5.4",
"@iconify-json/lucide": "^1.2.40",
"@storyblok/astro": "^8.0.0",
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.5.0",
"astro-icon": "^1.1.5",
"node-addon-api": "^8.6.0",
"node-gyp": "^12.2.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.14"
},
"devDependencies": {
"vite-plugin-mkcert": "^1.17.10"
}
}