-
-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"private": true,
"description": "An example project for Auth.js with SvelteKit",
"repository": "https://github.com/nextauthjs/sveltekit-auth-example",
"bugs": {
"url": "https://github.com/nextauthjs/next-auth/issues"
},
"homepage": "https://sveltekit-auth-example.vercel.app",
"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"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.60.1",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"svelte": "^5.55.7",
"svelte-check": "^4.0.4",
"typescript": "5.4.5",
"vite": "^6.4.2"
},
"dependencies": {
"@auth/sveltekit": "latest"
},
"type": "module",
"pnpm": {
"overrides": {
"@sveltejs/kit@2": "2.60.1",
"braces@3": "3.0.3",
"cookie@0": "0.7.0",
"devalue@5": "5.8.1",
"esbuild@0": "0.25.0",
"minimatch@3": "3.1.3",
"nanoid@3": "3.3.8",
"picomatch@2": "2.3.2",
"postcss@8": "8.5.10",
"rollup@4": "4.59.0",
"svelte@5": "5.55.7",
"vite@5": "6.4.2",
"vite@6": "6.4.2"
}
}
}