rewrite website
All checks were successful
deploy / build-and-deploy (push) Successful in 16s

This commit is contained in:
2025-10-13 17:22:49 +02:00
parent a6d910f56a
commit 55c0852b7e
263 changed files with 17905 additions and 14451 deletions

View File

@@ -1,59 +1,46 @@
{
"name": "website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "vitest",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@fontsource/nunito": "^5.1.0",
"@fontsource/roboto": "^5.1.0",
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^5.0.1",
"@types/bcrypt": "^5.0.2",
"@types/node": "^22.10.1",
"@types/validator": "^13.12.2",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.14",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"publint": "^0.2.12",
"sass": "^1.81.0",
"skinview3d": "^3.1.0",
"svelte": "^5.3.0",
"svelte-check": "^4.1.0",
"svelte-heros-v2": "^2.0.1",
"svelte-multicssclass": "^2.1.1",
"svelte-preprocess": "^6.0.3",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0",
"vite": "^6.0.1",
"vitest": "^2.1.6",
"zod": "^3.23.8"
},
"type": "module",
"dependencies": {
"bcrypt": "^5.1.1",
"dotenv": "^16.4.5",
"mariadb": "^3.3.2",
"sequelize": "^6.37.4",
"sequelize-typescript": "^2.1.6",
"sqlite3": "^5.1.7"
}
"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.4.6",
"@astrojs/svelte": "^7.2.0",
"@iconify-json/fa-brands": "^1.2.2",
"@iconify-json/heroicons": "^1.2.3",
"@iconify/svelte": "^5.0.2",
"@tailwindcss/vite": "^4.1.14",
"astro": "^5.14.4",
"astro-icon": "=1.1.2",
"bcrypt": "^6.0.0",
"daisyui": "^5.2.2",
"drizzle-orm": "^0.44.6",
"mysql2": "^3.15.2",
"nanostores": "^1.0.1",
"pino": "^10.0.0",
"sass-embedded": "^1.93.2",
"skinview3d": "^3.4.1",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
},
"devDependencies": {
"@types/bcrypt": "^6.0.0",
"@typescript-eslint/parser": "^8.46.0",
"eslint": "^9.37.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-svelte": "^3.12.4",
"globals": "^16.4.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.0"
}
}