Files
website/package.json
bytedream 2a57616a74
All checks were successful
deploy / build-and-deploy (push) Successful in 31s
update dependencies
2025-11-10 14:29:33 +01:00

47 lines
1.2 KiB
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --host",
"build": "astro build",
"preview": "astro preview --host",
"astro": "astro",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/node": "^9.5.0",
"@astrojs/svelte": "^7.2.2",
"@iconify-json/fa-brands": "^1.2.2",
"@iconify-json/heroicons": "^1.2.3",
"@iconify/svelte": "^5.1.0",
"@tailwindcss/vite": "^4.1.17",
"astro": "^5.15.4",
"astro-icon": "=1.1.2",
"bcrypt": "^6.0.0",
"daisyui": "^5.4.7",
"drizzle-orm": "^0.44.7",
"mysql2": "^3.15.3",
"nanostores": "^1.0.1",
"pino": "^10.1.0",
"sass-embedded": "^1.93.3",
"skinview3d": "^3.4.1",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@typescript-eslint/parser": "^8.46.3",
"eslint": "^9.39.1",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-svelte": "^3.13.0",
"globals": "^16.5.0",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "=5.38.10",
"typescript-eslint": "^8.46.3"
}
}