feat: auth system
This commit is contained in:
parent
ed94a8de34
commit
5faf40474f
25 changed files with 778 additions and 9 deletions
11
package.json
11
package.json
|
|
@ -9,7 +9,7 @@
|
|||
"db_dev": "./db/pocketbase serve --dir ./db/pb_data",
|
||||
"vite_build": "vite build",
|
||||
"db_copy": "cp ./db/pocketbase ./out && cp -r ./db/pb_migrations ./out",
|
||||
"preview": "./out/pocketbase serve --dir ./out/pb_data --publicDir ./out/build",
|
||||
"preview": "ENV=PROD ./out/pocketbase serve --dir ./out/pb_data --publicDir ./out/build",
|
||||
"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",
|
||||
|
|
@ -19,16 +19,19 @@
|
|||
"devDependencies": {
|
||||
"@eslint/compat": "^1.2.5",
|
||||
"@eslint/js": "^9.18.0",
|
||||
"@lucide/svelte": "^0.536.0",
|
||||
"@internationalized/date": "^3.8.2",
|
||||
"@lucide/svelte": "^0.515.0",
|
||||
"@sveltejs/adapter-static": "^3.0.8",
|
||||
"@sveltejs/kit": "^2.22.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^6.0.0",
|
||||
"@tailwindcss/vite": "^4.0.0",
|
||||
"bits-ui": "^2.9.1",
|
||||
"clsx": "^2.1.1",
|
||||
"eslint": "^9.18.0",
|
||||
"eslint-config-prettier": "^10.0.1",
|
||||
"eslint-plugin-svelte": "^3.0.0",
|
||||
"globals": "^16.0.0",
|
||||
"pocketbase": "^0.26.2",
|
||||
"prettier": "^3.4.2",
|
||||
"prettier-plugin-svelte": "^3.3.3",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
|
|
@ -44,7 +47,11 @@
|
|||
},
|
||||
"pnpm": {
|
||||
"onlyBuiltDependencies": [
|
||||
"@tailwindcss/oxide",
|
||||
"esbuild"
|
||||
]
|
||||
},
|
||||
"dependencies": {
|
||||
"zod": "^4.0.14"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue