-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
42 lines (42 loc) · 985 Bytes
/
package.json
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
{
"name": "sveltekit-oidc",
"version": "0.0.8",
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"package": "svelte-kit package",
"preview": "svelte-kit preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/kit": "^1.0.0-next.166",
"@types/cookie": "^0.4.1",
"autoprefixer": "^10.3.4",
"cssnano": "^5.0.8",
"postcss": "^8.3.6",
"postcss-load-config": "^3.1.0",
"svelte": "^3.42.5",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.4",
"svelte2tsx": "^0.4.6",
"tailwindcss": "^2.2.15",
"tslib": "^2.3.1",
"typescript": "^4.4.3"
},
"license": "MIT",
"keywords": [
"sveltekit-oidc",
"auth",
"authentication",
"jwt",
"nodejs",
"oauth2",
"oidc",
"sveltekit"
],
"author": "Tushar Shukla",
"repository": "https://github.com/tushar10sh/sveltekit-oidc.git",
"type": "module",
"dependencies": {}
}