mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 09:13:19 +03:00
59 lines
1.7 KiB
JSON
59 lines
1.7 KiB
JSON
{
|
|
"name": "pocket-id-frontend",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"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 ."
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.46.0",
|
|
"@sveltejs/adapter-auto": "^3.0.0",
|
|
"@sveltejs/adapter-node": "^5.2.0",
|
|
"@sveltejs/kit": "^2.0.0",
|
|
"@sveltejs/vite-plugin-svelte": "^3.0.0",
|
|
"@types/eslint": "^8.56.7",
|
|
"@types/jsonwebtoken": "^9.0.6",
|
|
"@types/node": "^22.1.0",
|
|
"autoprefixer": "^10.4.19",
|
|
"cbor-js": "^0.1.0",
|
|
"eslint": "^9.0.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-svelte": "^2.36.0",
|
|
"globals": "^15.0.0",
|
|
"postcss": "^8.4.38",
|
|
"prettier": "^3.1.1",
|
|
"prettier-plugin-svelte": "^3.1.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.4",
|
|
"svelte": "^5.0.0-next.1",
|
|
"svelte-check": "^3.6.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"tslib": "^2.4.1",
|
|
"typescript": "^5.0.0",
|
|
"typescript-eslint": "^8.0.0-alpha.20",
|
|
"vite": "^5.0.3"
|
|
},
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@simplewebauthn/browser": "^10.0.0",
|
|
"axios": "^1.7.2",
|
|
"bits-ui": "^0.21.12",
|
|
"clsx": "^2.1.1",
|
|
"crypto": "^1.0.1",
|
|
"formsnap": "^1.0.1",
|
|
"jsonwebtoken": "^9.0.2",
|
|
"lucide-svelte": "^0.399.0",
|
|
"mode-watcher": "^0.4.1",
|
|
"svelte-sonner": "^0.3.27",
|
|
"sveltekit-superforms": "^2.16.1",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwind-variants": "^0.2.1",
|
|
"zod": "^3.23.8"
|
|
}
|
|
}
|