Files
pocket-id/frontend/package.json

64 lines
1.9 KiB
JSON
Raw Normal View History

2024-08-12 11:00:25 +02:00
{
2025-08-27 15:24:57 -05:00
"name": "pocket-id-frontend",
2025-10-27 14:07:34 +01:00
"version": "1.14.1",
2025-08-27 15:24:57 -05:00
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"dev": "vite dev --port 3000",
"build": "vite build",
"preview": "vite preview --port 3000",
"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 ."
},
"dependencies": {
2025-10-24 12:14:19 +02:00
"@simplewebauthn/browser": "^13.2.2",
"@tailwindcss/vite": "^4.1.16",
"axios": "^1.12.2",
2025-08-27 15:24:57 -05:00
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"jose": "^5.10.0",
"qrcode": "^1.5.4",
"runed": "^0.31.1",
2025-10-24 12:14:19 +02:00
"sveltekit-superforms": "^2.28.0",
2025-08-27 15:24:57 -05:00
"tailwind-merge": "^3.3.1",
2025-10-24 12:14:19 +02:00
"zod": "^4.1.12"
2025-08-27 15:24:57 -05:00
},
"devDependencies": {
2025-10-24 12:14:19 +02:00
"@inlang/paraglide-js": "^2.4.0",
2025-08-27 15:24:57 -05:00
"@inlang/plugin-m-function-matcher": "^2.1.0",
"@inlang/plugin-message-format": "^4.0.0",
2025-10-24 12:14:19 +02:00
"@internationalized/date": "^3.10.0",
2025-08-27 15:24:57 -05:00
"@lucide/svelte": "^0.525.0",
2025-10-24 12:14:19 +02:00
"@sveltejs/adapter-static": "^3.0.10",
"@sveltejs/kit": "^2.47.3",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
2025-08-27 15:24:57 -05:00
"@types/eslint": "^9.6.1",
2025-10-24 12:14:19 +02:00
"@types/node": "^22.18.12",
"@types/qrcode": "^1.5.6",
"bits-ui": "^2.14.1",
"eslint": "^9.38.0",
2025-08-27 15:24:57 -05:00
"eslint-config-prettier": "^10.1.8",
2025-10-24 12:14:19 +02:00
"eslint-plugin-svelte": "^3.12.5",
2025-08-27 15:24:57 -05:00
"formsnap": "^2.0.1",
2025-10-24 12:14:19 +02:00
"globals": "^16.4.0",
2025-08-27 15:24:57 -05:00
"mode-watcher": "^1.1.0",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
2025-10-24 12:14:19 +02:00
"rollup": "^4.52.5",
"svelte": "^5.41.3",
"svelte-check": "^4.3.3",
2025-08-27 15:24:57 -05:00
"svelte-sonner": "^1.0.5",
"tailwind-variants": "^1.0.0",
2025-10-24 12:14:19 +02:00
"tailwindcss": "^4.1.16",
2025-08-27 15:24:57 -05:00
"tslib": "^2.8.1",
2025-10-24 12:14:19 +02:00
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.12"
2025-08-27 15:24:57 -05:00
}
2024-08-12 11:00:25 +02:00
}