@s8lab/sso-client 1.1.1 → 1.1.2
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +78 -78
package/package.json
CHANGED
|
@@ -1,78 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@s8lab/sso-client",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "SSO authentication components for React — Login, Signup, ForgotPassword, Logout, Profile with Google reCAPTCHA and shadcn UI",
|
|
5
|
-
"author": "S8 Lab",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"main": "./dist/index.cjs",
|
|
9
|
-
"module": "./dist/index.js",
|
|
10
|
-
"types": "./dist/index.d.ts",
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"types": "./dist/index.d.ts",
|
|
14
|
-
"import": "./dist/index.js",
|
|
15
|
-
"require": "./dist/index.cjs"
|
|
16
|
-
},
|
|
17
|
-
"./styles.css": "./dist/styles.css"
|
|
18
|
-
},
|
|
19
|
-
"files": [
|
|
20
|
-
"dist"
|
|
21
|
-
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"dev": "vite",
|
|
24
|
-
"build": "tsc && vite build",
|
|
25
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
26
|
-
"preview": "vite preview",
|
|
27
|
-
"prepublishOnly": "npm run build"
|
|
28
|
-
},
|
|
29
|
-
"peerDependencies": {
|
|
30
|
-
"react": "^18.0.0",
|
|
31
|
-
"react-dom": "^18.0.0"
|
|
32
|
-
},
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"@hookform/resolvers": "^3.9.0",
|
|
35
|
-
"@hcaptcha/react-hcaptcha": "^1.1.1",
|
|
36
|
-
"@radix-ui/react-avatar": "^1.1.1",
|
|
37
|
-
"@radix-ui/react-checkbox": "^1.1.2",
|
|
38
|
-
"@radix-ui/react-label": "^2.1.0",
|
|
39
|
-
"@radix-ui/react-separator": "^1.1.0",
|
|
40
|
-
"@radix-ui/react-slot": "^1.1.0",
|
|
41
|
-
"class-variance-authority": "^0.7.1",
|
|
42
|
-
"clsx": "^2.1.1",
|
|
43
|
-
"lucide-react": "^0.468.0",
|
|
44
|
-
"react-google-recaptcha": "^3.1.0",
|
|
45
|
-
"react-hook-form": "^7.54.0",
|
|
46
|
-
"tailwind-merge": "^2.5.5",
|
|
47
|
-
"zod": "^3.23.8"
|
|
48
|
-
},
|
|
49
|
-
"devDependencies": {
|
|
50
|
-
"@types/node": "^22.10.2",
|
|
51
|
-
"@types/react": "^18.3.18",
|
|
52
|
-
"@types/react-dom": "^18.3.5",
|
|
53
|
-
"@types/react-google-recaptcha": "^2.1.9",
|
|
54
|
-
"@vitejs/plugin-react": "^4.3.4",
|
|
55
|
-
"autoprefixer": "^10.4.20",
|
|
56
|
-
"eslint": "^9.17.0",
|
|
57
|
-
"postcss": "^8.4.49",
|
|
58
|
-
"tailwindcss": "^3.4.17",
|
|
59
|
-
"typescript": "^5.7.2",
|
|
60
|
-
"vite": "^6.0.5",
|
|
61
|
-
"vite-plugin-dts": "^4.3.0",
|
|
62
|
-
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
63
|
-
},
|
|
64
|
-
"keywords": [
|
|
65
|
-
"sso",
|
|
66
|
-
"auth",
|
|
67
|
-
"login",
|
|
68
|
-
"signup",
|
|
69
|
-
"react",
|
|
70
|
-
"shadcn",
|
|
71
|
-
"recaptcha",
|
|
72
|
-
"authentication"
|
|
73
|
-
],
|
|
74
|
-
"repository": {
|
|
75
|
-
"type": "git",
|
|
76
|
-
"url": "https://github.com/avasarhub/sso-client-sdk"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@s8lab/sso-client",
|
|
3
|
+
"version": "1.1.2",
|
|
4
|
+
"description": "SSO authentication components for React — Login, Signup, ForgotPassword, Logout, Profile with Google reCAPTCHA and shadcn UI",
|
|
5
|
+
"author": "S8 Lab",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"main": "./dist/index.cjs",
|
|
9
|
+
"module": "./dist/index.js",
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"import": "./dist/index.js",
|
|
15
|
+
"require": "./dist/index.cjs"
|
|
16
|
+
},
|
|
17
|
+
"./styles.css": "./dist/styles.css"
|
|
18
|
+
},
|
|
19
|
+
"files": [
|
|
20
|
+
"dist"
|
|
21
|
+
],
|
|
22
|
+
"scripts": {
|
|
23
|
+
"dev": "vite",
|
|
24
|
+
"build": "tsc && vite build",
|
|
25
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
26
|
+
"preview": "vite preview",
|
|
27
|
+
"prepublishOnly": "npm run build"
|
|
28
|
+
},
|
|
29
|
+
"peerDependencies": {
|
|
30
|
+
"react": "^18.0.0",
|
|
31
|
+
"react-dom": "^18.0.0"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"@hookform/resolvers": "^3.9.0",
|
|
35
|
+
"@hcaptcha/react-hcaptcha": "^1.1.1",
|
|
36
|
+
"@radix-ui/react-avatar": "^1.1.1",
|
|
37
|
+
"@radix-ui/react-checkbox": "^1.1.2",
|
|
38
|
+
"@radix-ui/react-label": "^2.1.0",
|
|
39
|
+
"@radix-ui/react-separator": "^1.1.0",
|
|
40
|
+
"@radix-ui/react-slot": "^1.1.0",
|
|
41
|
+
"class-variance-authority": "^0.7.1",
|
|
42
|
+
"clsx": "^2.1.1",
|
|
43
|
+
"lucide-react": "^0.468.0",
|
|
44
|
+
"react-google-recaptcha": "^3.1.0",
|
|
45
|
+
"react-hook-form": "^7.54.0",
|
|
46
|
+
"tailwind-merge": "^2.5.5",
|
|
47
|
+
"zod": "^3.23.8"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"@types/node": "^22.10.2",
|
|
51
|
+
"@types/react": "^18.3.18",
|
|
52
|
+
"@types/react-dom": "^18.3.5",
|
|
53
|
+
"@types/react-google-recaptcha": "^2.1.9",
|
|
54
|
+
"@vitejs/plugin-react": "^4.3.4",
|
|
55
|
+
"autoprefixer": "^10.4.20",
|
|
56
|
+
"eslint": "^9.17.0",
|
|
57
|
+
"postcss": "^8.4.49",
|
|
58
|
+
"tailwindcss": "^3.4.17",
|
|
59
|
+
"typescript": "^5.7.2",
|
|
60
|
+
"vite": "^6.0.5",
|
|
61
|
+
"vite-plugin-dts": "^4.3.0",
|
|
62
|
+
"vite-plugin-lib-inject-css": "^2.1.1"
|
|
63
|
+
},
|
|
64
|
+
"keywords": [
|
|
65
|
+
"sso",
|
|
66
|
+
"auth",
|
|
67
|
+
"login",
|
|
68
|
+
"signup",
|
|
69
|
+
"react",
|
|
70
|
+
"shadcn",
|
|
71
|
+
"recaptcha",
|
|
72
|
+
"authentication"
|
|
73
|
+
],
|
|
74
|
+
"repository": {
|
|
75
|
+
"type": "git",
|
|
76
|
+
"url": "https://github.com/avasarhub/sso-client-sdk"
|
|
77
|
+
}
|
|
78
|
+
}
|