website/package.json

57 lines
1.6 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": {
2024-10-29 11:46:18 +03:00
"@sveltejs/enhanced-img": "^0.3.10",
"@sveltejs/kit": "^2.7.3",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.1",
"@types/node": "^22.8.2",
"autoprefixer": "^10.4.20",
2024-10-29 11:46:18 +03:00
"eslint": "^9.13.0",
2024-07-11 15:54:27 +03:00
"eslint-config-prettier": "^9.1.0",
2024-10-29 11:46:18 +03:00
"eslint-plugin-svelte": "^2.46.0",
"globals": "^15.11.0",
2024-08-24 03:46:05 +03:00
"mdsvex": "^0.12.3",
2024-10-29 11:46:18 +03:00
"postcss": "^8.4.47",
"prettier": "^3.3.3",
2024-10-29 11:46:18 +03:00
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
2024-07-11 15:54:27 +03:00
"svelte-adapter-bun": "^0.5.2",
2024-10-29 11:46:18 +03:00
"svelte-check": "^3.8.6",
"tailwindcss": "^3.4.14",
"tslib": "^2.8.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.1",
"vite": "^5.4.10"
2024-07-11 15:54:27 +03:00
},
"type": "module",
"dependencies": {
2024-10-30 16:33:08 +03:00
"@atproto/api": "^0.13.12",
2024-08-15 00:43:18 +03:00
"@std/toml": "npm:@jsr/std__toml",
"base64url": "^3.0.1",
2024-10-29 11:46:18 +03:00
"nanoid": "^5.0.8",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"typescript-svelte-plugin": "^0.3.42"
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
}