website/package.json

62 lines
1.7 KiB
JSON
Raw Normal View History

2024-07-11 15:51:49 +03:00
{
2024-07-11 15:54:27 +03:00
"name": "website",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"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",
"lint": "prettier --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
2025-02-21 18:01:27 +03:00
"@sveltejs/kit": "^2.17.2",
2025-02-22 12:53:31 +03:00
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/typography": "^0.5.16",
2024-10-29 17:46:18 +09:00
"@types/eslint": "^9.6.1",
2025-02-22 12:45:46 +03:00
"@types/node": "^22.13.5",
"autoprefixer": "^10.4.20",
2025-02-22 12:45:46 +03:00
"eslint": "^9.21.0",
2024-07-11 15:54:27 +03:00
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.1",
2025-02-21 18:01:27 +03:00
"globals": "^15.15.0",
2024-08-24 03:46:05 +03:00
"mdsvex": "^0.12.3",
2025-02-21 18:01:27 +03:00
"postcss": "^8.5.3",
2025-02-22 12:45:46 +03:00
"prettier": "^3.5.2",
"prettier-plugin-svelte": "^3.3.3",
2025-02-22 12:53:31 +03:00
"svelte": "^5.20.2",
2024-07-11 15:54:27 +03:00
"svelte-adapter-bun": "^0.5.2",
2025-02-22 12:53:31 +03:00
"svelte-check": "^4.1.4",
"sveltekit-rate-limiter": "^0.6.1",
2025-01-02 17:23:26 +09:00
"tailwindcss": "^3.4.17",
2024-11-26 19:57:00 +03:00
"tslib": "^2.8.1",
"typescript": "^5.7.3",
2025-02-21 18:01:27 +03:00
"typescript-eslint": "^8.24.1",
2025-02-22 12:55:27 +03:00
"typescript-svelte-plugin": "^0.3.45",
2025-02-22 12:53:31 +03:00
"vite": "^6.1.1"
2024-07-11 15:54:27 +03:00
},
"type": "module",
"dependencies": {
2025-02-22 12:45:46 +03:00
"@neodrag/svelte": "^2.3.1",
"@skyware/bot": "^0.3.8",
2024-08-15 00:43:18 +03:00
"@std/toml": "npm:@jsr/std__toml",
"@types/node-schedule": "^2.1.7",
2025-02-21 18:01:27 +03:00
"nanoid": "^5.1.0",
"node-schedule": "^2.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"robots-parser": "^3.0.1",
"steamgriddb": "^2.2.0",
"svelte-time": "^2.0.0"
2024-08-08 04:46:38 +03:00
},
"trustedDependencies": [
2024-08-23 16:44:40 +03:00
"@sveltejs/kit",
"esbuild",
2024-09-19 01:16:53 +03:00
"sharp",
2024-08-08 04:46:38 +03:00
"svelte-preprocess"
]
2024-07-11 15:51:49 +03:00
}