@dloizides/auth-web 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +110 -110
package/package.json
CHANGED
|
@@ -1,110 +1,110 @@
|
|
|
1
|
-
|
|
2
|
-
"name":
|
|
3
|
-
"version":
|
|
4
|
-
"description":
|
|
5
|
-
"keywords":
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"author":
|
|
15
|
-
"license":
|
|
16
|
-
"repository":
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"homepage":
|
|
21
|
-
"bugs":
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
"main":
|
|
25
|
-
"module":
|
|
26
|
-
"types":
|
|
27
|
-
"exports":
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
"files":
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
"sideEffects":
|
|
57
|
-
"engines":
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
"scripts":
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
"peerDependencies":
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"peerDependenciesMeta":
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"devDependencies":
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@dloizides/auth-web",
|
|
3
|
+
"version": "1.2.1",
|
|
4
|
+
"description": "Themeable, branded auth UI for the dloizides.com portfolio. Native LoginForm / ForgotPasswordForm / ResetPasswordForm components, headless hooks, the same-origin BffAuthClient, and a role-based post-login router. Built on @dloizides/auth-client; talks only to a same-origin /bff/* — no secrets, no token handling, no Keycloak calls in the browser.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"auth",
|
|
7
|
+
"bff",
|
|
8
|
+
"react-native",
|
|
9
|
+
"expo",
|
|
10
|
+
"login-form",
|
|
11
|
+
"keycloak",
|
|
12
|
+
"dloizides"
|
|
13
|
+
],
|
|
14
|
+
"author": "dloizides",
|
|
15
|
+
"license": "MIT",
|
|
16
|
+
"repository": {
|
|
17
|
+
"type": "git",
|
|
18
|
+
"url": "https://github.com/openmindednewby/auth-web.git"
|
|
19
|
+
},
|
|
20
|
+
"homepage": "https://github.com/openmindednewby/auth-web#readme",
|
|
21
|
+
"bugs": {
|
|
22
|
+
"url": "https://github.com/openmindednewby/auth-web/issues"
|
|
23
|
+
},
|
|
24
|
+
"main": "./dist/index.js",
|
|
25
|
+
"module": "./dist/index.mjs",
|
|
26
|
+
"types": "./dist/index.d.ts",
|
|
27
|
+
"exports": {
|
|
28
|
+
".": {
|
|
29
|
+
"react-native": {
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
31
|
+
"default": "./dist/index.js"
|
|
32
|
+
},
|
|
33
|
+
"browser": {
|
|
34
|
+
"types": "./dist/index.d.ts",
|
|
35
|
+
"default": "./dist/index.js"
|
|
36
|
+
},
|
|
37
|
+
"require": {
|
|
38
|
+
"types": "./dist/index.d.ts",
|
|
39
|
+
"default": "./dist/index.js"
|
|
40
|
+
},
|
|
41
|
+
"import": {
|
|
42
|
+
"types": "./dist/index.d.mts",
|
|
43
|
+
"default": "./dist/index.mjs"
|
|
44
|
+
},
|
|
45
|
+
"default": {
|
|
46
|
+
"types": "./dist/index.d.ts",
|
|
47
|
+
"default": "./dist/index.js"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
},
|
|
51
|
+
"files": [
|
|
52
|
+
"dist",
|
|
53
|
+
"README.md",
|
|
54
|
+
"CHANGELOG.md"
|
|
55
|
+
],
|
|
56
|
+
"sideEffects": false,
|
|
57
|
+
"engines": {
|
|
58
|
+
"node": ">=18.0.0"
|
|
59
|
+
},
|
|
60
|
+
"scripts": {
|
|
61
|
+
"build": "rimraf dist && tsup",
|
|
62
|
+
"build:watch": "tsup --watch",
|
|
63
|
+
"test": "jest",
|
|
64
|
+
"test:watch": "jest --watch",
|
|
65
|
+
"test:coverage": "jest --coverage",
|
|
66
|
+
"lint": "eslint src --ext .ts,.tsx",
|
|
67
|
+
"lint:fix": "eslint src --ext .ts,.tsx --fix",
|
|
68
|
+
"typecheck": "tsc --noEmit",
|
|
69
|
+
"clean": "rimraf dist",
|
|
70
|
+
"security:audit": "npm audit --audit-level=high",
|
|
71
|
+
"deps:outdated": "npm outdated || exit 0",
|
|
72
|
+
"deps:unused": "npx depcheck --ignores \"@types/jest,@types/node,@types/react,@types/react-test-renderer,rimraf,react-test-renderer,eslint-plugin-react,eslint-plugin-react-hooks,eslint-plugin-sonarjs,@typescript-eslint/eslint-plugin\"",
|
|
73
|
+
"deps:licenses": "npx license-checker --onlyAllow \"MIT;Apache-2.0;ISC;BSD-2-Clause;BSD-3-Clause;0BSD;Unlicense;CC0-1.0\"",
|
|
74
|
+
"deps:health": "npm run deps:outdated && npm run deps:unused",
|
|
75
|
+
"prepublishOnly": "npm run clean && npm run build && npm run test"
|
|
76
|
+
},
|
|
77
|
+
"peerDependencies": {
|
|
78
|
+
"@dloizides/auth-client": ">=3.2.0",
|
|
79
|
+
"@tanstack/react-query": "^5.0.0",
|
|
80
|
+
"react": ">=17.0.0",
|
|
81
|
+
"react-native": ">=0.70.0"
|
|
82
|
+
},
|
|
83
|
+
"peerDependenciesMeta": {
|
|
84
|
+
"react-native": {
|
|
85
|
+
"optional": true
|
|
86
|
+
}
|
|
87
|
+
},
|
|
88
|
+
"devDependencies": {
|
|
89
|
+
"@dloizides/auth-client": "^3.2.0",
|
|
90
|
+
"@tanstack/react-query": "^5.0.0",
|
|
91
|
+
"@types/jest": "^29.5.0",
|
|
92
|
+
"@types/node": "^20.19.32",
|
|
93
|
+
"@types/react": "^18.3.0",
|
|
94
|
+
"@types/react-test-renderer": "^18.3.0",
|
|
95
|
+
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
96
|
+
"@typescript-eslint/parser": "^7.0.0",
|
|
97
|
+
"eslint": "^8.57.0",
|
|
98
|
+
"eslint-plugin-react": "^7.34.0",
|
|
99
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
100
|
+
"eslint-plugin-sonarjs": "^4.0.3",
|
|
101
|
+
"jest": "^29.7.0",
|
|
102
|
+
"react": "^18.3.0",
|
|
103
|
+
"react-native": "^0.74.0",
|
|
104
|
+
"react-test-renderer": "^18.3.0",
|
|
105
|
+
"rimraf": "^5.0.0",
|
|
106
|
+
"ts-jest": "~29.1.0",
|
|
107
|
+
"tsup": "^8.0.0",
|
|
108
|
+
"typescript": "^5.4.0"
|
|
109
|
+
}
|
|
110
|
+
}
|