Revelav3/package.json
MotorTruck1221 9a2306a9a8
Revert "It builds, but now the page crashes 🔥"
This reverts commit b716dc5b35.
2024-09-28 15:12:27 -06:00

42 lines
1.2 KiB
JSON

{
"name": "nebula-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "concurrently \"astro dev\" \"node server.js\"",
"start": "astro dev",
"build": "astro check && astro build",
"bstart": "astro build && node server.js",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/node": "^8.3.4",
"@astrojs/svelte": "^5.7.1",
"@astrojs/tailwind": "^5.1.1",
"@fastify/compress": "^7.0.3",
"@fastify/static": "^7.0.4",
"@iconify-json/ph": "^1.2.0",
"@mercuryworkshop/bare-mux": "1.1.1",
"@mercuryworkshop/epoxy-tls": "2.1.4-1",
"@mercuryworkshop/epoxy-transport": "2.0.1",
"@titaniumnetwork-dev/ultraviolet": "3.1.2",
"astro": "^4.15.9",
"astro-icon": "^1.1.1",
"concurrently": "^8.2.2",
"express": "^4.21.0",
"fastify": "^4.28.1",
"form-data": "^4.0.0",
"formdata-node": "^6.0.3",
"multer": "1.4.5-lts.1",
"nanostores": "^0.10.3",
"sequelize": "^6.37.3",
"sqlite3": "^5.1.7",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"vite-plugin-static-copy": "^1.0.6",
"wisp-server-node": "^1.1.7"
}
}