Files
website/package.json
dependabot[bot] 96697b7789 chore(deps): bump js-yaml from 4.1.0 to 4.1.1 (#216)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-21 18:33:42 -06:00

68 lines
2.0 KiB
JSON

{
"name": "pocket-id-website",
"version": "1.0.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.26.2",
"scripts": {
"preinstall": "npx only-allow pnpm",
"velite": "velite",
"velite:watch": "velite --watch",
"dev": "pnpm velite:watch & vite dev",
"start": "cross-env API_DOCS_DISABLED=true vite dev",
"prebuild": "pnpm velite",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"dependencies": {
"@prettier/sync": "^0.6.1",
"@sveltejs/adapter-static": "^3.0.9",
"js-yaml": "^4.1.1",
"mode-watcher": "^1.1.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.7",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@internationalized/date": "^3.9.0",
"@lucide/svelte": "^0.515.0",
"@shikijs/langs": "^3.11.0",
"@shikijs/themes": "^3.11.0",
"@sveltejs/kit": "^2.49.5",
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"@tailwindcss/vite": "^4.1.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^24.3.0",
"bits-ui": "^2.9.4",
"clsx": "^2.1.1",
"cross-env": "^10.0.0",
"isomorphic-dompurify": "^2.26.0",
"mdsx": "^0.0.7",
"package-manager-detector": "^1.3.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"runed": "^0.29.2",
"shiki": "^3.11.0",
"svelte": "^5.38.5",
"svelte-check": "^4.3.1",
"svelte-toolbelt": "^0.9.3",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^2.1.0",
"tailwindcss": "^4.1.12",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"velite": "^0.2.4",
"vite": "^7.1.11"
}
}