forked from willin/svelte-auth-afdian
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.13 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "@svelte-dev/auth-afdian",
"version": "0.1.1",
"description": "Afdian 爱发电 Strategy for Svelte Auth",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
"svelte",
"auth",
"authentication",
"local",
"auth0",
"authing",
"oauth2",
"afdian",
"爱发电",
"strategies"
],
"scripts": {
"dev": "vite dev --port 8788",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --write . && eslint . --fix"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
}
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"dependencies": {
"@svelte-dev/auth-oauth2": "^0.0.5"
},
"peerDependencies": {
"@svelte-dev/auth": "^0.1.2",
"@svelte-dev/session": "^0.1.0",
"svelte": "^5.0.0 || ^4.0.0"
},
"devDependencies": {
"@svelte-dev/auth": "^0.1.1",
"@svelte-dev/session": "^0.1.0",
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.27.4",
"@sveltejs/package": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.30.0",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"publint": "^0.1.9",
"svelte": "^5.0.0-next.17",
"svelte-check": "^3.6.0",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^4.4.2"
},
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/willin/svelte-auth-afdian.git"
},
"bugs": {
"url": "https://github.com/willin/svelte-auth/issues"
},
"license": "Apache-2.0",
"homepage": "https://github.com/willin/svelte-auth#readme"
}