@redzone/taunt-logins-ui-react 0.0.3 → 0.0.5

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.
Files changed (65) hide show
  1. package/.history/babel.config_20251002171845.json +0 -0
  2. package/.history/babel.config_20251002171847.json +3 -0
  3. package/.history/babel.config_20251002172145.json +3 -0
  4. package/.history/babel.config_20251002172313.json +3 -0
  5. package/.history/babel.config_20251002172415.json +8 -0
  6. package/.history/package_20251002162605.json +35 -0
  7. package/.history/package_20251002162619.json +35 -0
  8. package/.history/package_20251002162631.json +35 -0
  9. package/.history/package_20251002162639.json +35 -0
  10. package/.history/package_20251002162659.json +35 -0
  11. package/.history/package_20251002162811.json +39 -0
  12. package/.history/package_20251002162820.json +39 -0
  13. package/.history/package_20251002171613.json +40 -0
  14. package/.history/package_20251002171644.json +40 -0
  15. package/.history/package_20251002171740.json +43 -0
  16. package/.history/package_20251002172017.json +43 -0
  17. package/.history/package_20251002172634.json +53 -0
  18. package/.history/package_20251002182812.json +52 -0
  19. package/.history/package_20251002183227.json +34 -0
  20. package/.history/package_20251002183258.json +42 -0
  21. package/.history/package_20251002202514.json +46 -0
  22. package/.history/package_20251002202542.json +46 -0
  23. package/.history/package_20251002202550.json +45 -0
  24. package/.history/package_20251002203503.json +46 -0
  25. package/.history/package_20251002204314.json +45 -0
  26. package/.history/package_20251002213111.json +45 -0
  27. package/.history/package_20251002222438.json +47 -0
  28. package/.history/package_20251002222511.json +45 -0
  29. package/.history/package_20251002222541.json +45 -0
  30. package/.history/src/App_20251002205122.tsx +54 -0
  31. package/.history/src/lib/index_20251002162704.ts +0 -0
  32. package/.history/src/lib/index_20251002162712.ts +1 -0
  33. package/{src/lib/taunt.ts → .history/src/lib/index_20251002182429.ts} +2 -0
  34. package/.history/src/lib/magic_20251002171038.tsx +50 -0
  35. package/.history/src/lib/metamask_20251002171636.tsx +27 -0
  36. package/.history/tsconfig.app_20251002172720.json +28 -0
  37. package/.history/vite.config_20251002182237.ts +19 -0
  38. package/.history/vite.config_20251002182326.ts +19 -0
  39. package/.history/vite.config_20251002182358.ts +19 -0
  40. package/.history/vite.config_20251002182434.ts +19 -0
  41. package/.history/vite.config_20251002182749.ts +26 -0
  42. package/.history/vite.config_20251002182810.ts +26 -0
  43. package/.history/vite.config_20251002184535.ts +36 -0
  44. package/.history/vite.config_20251002184720.ts +41 -0
  45. package/.history/vite.config_20251002184748.ts +37 -0
  46. package/.history/vite.config_20251002184844.ts +37 -0
  47. package/.history/vite.config_20251002201901.ts +45 -0
  48. package/.history/vite.config_20251002202019.ts +47 -0
  49. package/.history/vite.config_20251002202043.ts +47 -0
  50. package/.history/vite.config_20251002202502.ts +47 -0
  51. package/.history/vite.config_20251002203503.ts +43 -0
  52. package/asdf/tsconfig.app.json +28 -0
  53. package/asdf/tsconfig.json +7 -0
  54. package/asdf/tsconfig.node.json +26 -0
  55. package/package.json +21 -8
  56. package/src/App.tsx +2 -2
  57. package/src/lib/index.ts +4 -0
  58. package/src/lib/magic.tsx +2 -2
  59. package/src/lib/metamask.tsx +1 -1
  60. package/tsconfig.json +23 -5
  61. package/tsconfig.node.json +3 -19
  62. package/vite.config.ts +40 -7
  63. package/public/vite.svg +0 -1
  64. package/src/lib/exports.ts +0 -3
  65. /package/{tsconfig.app.json → .history/tsconfig.app_20251002141038.json} +0 -0
File without changes
@@ -0,0 +1,3 @@
1
+ {
2
+ "presets": ["@babel/preset-react"]
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "presets": ["@babel/preset-flow", "@babel/env", "@babel/react"]
3
+ }
@@ -0,0 +1,3 @@
1
+ {
2
+ "presets": ["@babel/preset-env", "@babel/react", "@babel/preset-flow"]
3
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "presets": [
3
+ "@babel/preset-env",
4
+ "@babel/react",
5
+ "@babel/preset-flow",
6
+ "@babel/plugin-transform-class-properties"
7
+ ]
8
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.3",
4
+ "type": "module",
5
+ "main": "src/lib/exports.ts",
6
+ "scripts": {
7
+ "dev": "vite",
8
+ "build": "tsc -b && vite build",
9
+ "lint": "eslint .",
10
+ "preview": "vite preview",
11
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/component -d dist --copy-files"
12
+ },
13
+ "dependencies": {
14
+ "@redzone/taunt-logins": "^0.0.3",
15
+ "react": "^19.1.1",
16
+ "react-dom": "^19.1.1"
17
+ },
18
+ "devDependencies": {
19
+ "@babel/cli": "^7.28.3",
20
+ "@babel/preset-react": "^7.27.1",
21
+ "@eslint/js": "^9.36.0",
22
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
23
+ "@types/node": "^24.6.0",
24
+ "@types/react": "^19.1.16",
25
+ "@types/react-dom": "^19.1.9",
26
+ "@vitejs/plugin-react-swc": "^4.1.0",
27
+ "eslint": "^9.36.0",
28
+ "eslint-plugin-react-hooks": "^5.2.0",
29
+ "eslint-plugin-react-refresh": "^0.4.22",
30
+ "globals": "^16.4.0",
31
+ "typescript": "~5.9.3",
32
+ "typescript-eslint": "^8.45.0",
33
+ "vite": "^7.1.7"
34
+ }
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.3",
4
+ "type": "module",
5
+ "main": "src/lib/exports.ts",
6
+ "scripts": {
7
+ "dev": "vite",
8
+ "build": "tsc -b && vite build",
9
+ "lint": "eslint .",
10
+ "preview": "vite preview",
11
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/component -d dist --copy-files"
12
+ },
13
+ "dependencies": {
14
+ "@redzone/taunt-logins": "^0.0.3",
15
+ "react": "^19.1.1",
16
+ "react-dom": "^19.1.1"
17
+ },
18
+ "devDependencies": {
19
+ "@babel/cli": "^7.28.3",
20
+ "@babel/preset-react": "^7.27.1",
21
+ "@eslint/js": "^9.36.0",
22
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
23
+ "@types/node": "^24.6.0",
24
+ "@types/react": "^19.1.16",
25
+ "@types/react-dom": "^19.1.9",
26
+ "@vitejs/plugin-react-swc": "^4.1.0",
27
+ "eslint": "^9.36.0",
28
+ "eslint-plugin-react-hooks": "^5.2.0",
29
+ "eslint-plugin-react-refresh": "^0.4.22",
30
+ "globals": "^16.4.0",
31
+ "typescript": "~5.9.3",
32
+ "typescript-eslint": "^8.45.0",
33
+ "vite": "^7.1.7"
34
+ }
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.3",
4
+ "type": "module",
5
+ "main": "src/lib/exports.ts",
6
+ "scripts": {
7
+ "dev": "vite",
8
+ "build": "tsc -b && vite build",
9
+ "lint": "eslint .",
10
+ "preview": "vite preview",
11
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib/exports -d dist --copy-files"
12
+ },
13
+ "dependencies": {
14
+ "@redzone/taunt-logins": "^0.0.3",
15
+ "react": "^19.1.1",
16
+ "react-dom": "^19.1.1"
17
+ },
18
+ "devDependencies": {
19
+ "@babel/cli": "^7.28.3",
20
+ "@babel/preset-react": "^7.27.1",
21
+ "@eslint/js": "^9.36.0",
22
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
23
+ "@types/node": "^24.6.0",
24
+ "@types/react": "^19.1.16",
25
+ "@types/react-dom": "^19.1.9",
26
+ "@vitejs/plugin-react-swc": "^4.1.0",
27
+ "eslint": "^9.36.0",
28
+ "eslint-plugin-react-hooks": "^5.2.0",
29
+ "eslint-plugin-react-refresh": "^0.4.22",
30
+ "globals": "^16.4.0",
31
+ "typescript": "~5.9.3",
32
+ "typescript-eslint": "^8.45.0",
33
+ "vite": "^7.1.7"
34
+ }
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.3",
4
+ "type": "module",
5
+ "main": "src/lib/exports.ts",
6
+ "scripts": {
7
+ "dev": "vite",
8
+ "build": "tsc -b && vite build",
9
+ "lint": "eslint .",
10
+ "preview": "vite preview",
11
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib/exports.ts -d dist --copy-files"
12
+ },
13
+ "dependencies": {
14
+ "@redzone/taunt-logins": "^0.0.3",
15
+ "react": "^19.1.1",
16
+ "react-dom": "^19.1.1"
17
+ },
18
+ "devDependencies": {
19
+ "@babel/cli": "^7.28.3",
20
+ "@babel/preset-react": "^7.27.1",
21
+ "@eslint/js": "^9.36.0",
22
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
23
+ "@types/node": "^24.6.0",
24
+ "@types/react": "^19.1.16",
25
+ "@types/react-dom": "^19.1.9",
26
+ "@vitejs/plugin-react-swc": "^4.1.0",
27
+ "eslint": "^9.36.0",
28
+ "eslint-plugin-react-hooks": "^5.2.0",
29
+ "eslint-plugin-react-refresh": "^0.4.22",
30
+ "globals": "^16.4.0",
31
+ "typescript": "~5.9.3",
32
+ "typescript-eslint": "^8.45.0",
33
+ "vite": "^7.1.7"
34
+ }
35
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.3",
4
+ "type": "module",
5
+ "main": "src/lib/exports.ts",
6
+ "scripts": {
7
+ "dev": "vite",
8
+ "build": "tsc -b && vite build",
9
+ "lint": "eslint .",
10
+ "preview": "vite preview",
11
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
12
+ },
13
+ "dependencies": {
14
+ "@redzone/taunt-logins": "^0.0.3",
15
+ "react": "^19.1.1",
16
+ "react-dom": "^19.1.1"
17
+ },
18
+ "devDependencies": {
19
+ "@babel/cli": "^7.28.3",
20
+ "@babel/preset-react": "^7.27.1",
21
+ "@eslint/js": "^9.36.0",
22
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
23
+ "@types/node": "^24.6.0",
24
+ "@types/react": "^19.1.16",
25
+ "@types/react-dom": "^19.1.9",
26
+ "@vitejs/plugin-react-swc": "^4.1.0",
27
+ "eslint": "^9.36.0",
28
+ "eslint-plugin-react-hooks": "^5.2.0",
29
+ "eslint-plugin-react-refresh": "^0.4.22",
30
+ "globals": "^16.4.0",
31
+ "typescript": "~5.9.3",
32
+ "typescript-eslint": "^8.45.0",
33
+ "vite": "^7.1.7"
34
+ }
35
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.3",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "lint": "eslint .",
9
+ "preview": "vite preview",
10
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
11
+ },
12
+ "babel": {
13
+ "presets": [
14
+ "@babel/preset-react"
15
+ ]
16
+ },
17
+ "dependencies": {
18
+ "@redzone/taunt-logins": "^0.0.3",
19
+ "react": "^19.1.1",
20
+ "react-dom": "^19.1.1"
21
+ },
22
+ "devDependencies": {
23
+ "@babel/cli": "^7.28.3",
24
+ "@babel/preset-react": "^7.27.1",
25
+ "@eslint/js": "^9.36.0",
26
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
27
+ "@types/node": "^24.6.0",
28
+ "@types/react": "^19.1.16",
29
+ "@types/react-dom": "^19.1.9",
30
+ "@vitejs/plugin-react-swc": "^4.1.0",
31
+ "eslint": "^9.36.0",
32
+ "eslint-plugin-react-hooks": "^5.2.0",
33
+ "eslint-plugin-react-refresh": "^0.4.22",
34
+ "globals": "^16.4.0",
35
+ "typescript": "~5.9.3",
36
+ "typescript-eslint": "^8.45.0",
37
+ "vite": "^7.1.7"
38
+ }
39
+ }
@@ -0,0 +1,39 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "lint": "eslint .",
9
+ "preview": "vite preview",
10
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
11
+ },
12
+ "babel": {
13
+ "presets": [
14
+ "@babel/preset-react"
15
+ ]
16
+ },
17
+ "dependencies": {
18
+ "@redzone/taunt-logins": "^0.0.3",
19
+ "react": "^19.1.1",
20
+ "react-dom": "^19.1.1"
21
+ },
22
+ "devDependencies": {
23
+ "@babel/cli": "^7.28.3",
24
+ "@babel/preset-react": "^7.27.1",
25
+ "@eslint/js": "^9.36.0",
26
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
27
+ "@types/node": "^24.6.0",
28
+ "@types/react": "^19.1.16",
29
+ "@types/react-dom": "^19.1.9",
30
+ "@vitejs/plugin-react-swc": "^4.1.0",
31
+ "eslint": "^9.36.0",
32
+ "eslint-plugin-react-hooks": "^5.2.0",
33
+ "eslint-plugin-react-refresh": "^0.4.22",
34
+ "globals": "^16.4.0",
35
+ "typescript": "~5.9.3",
36
+ "typescript-eslint": "^8.45.0",
37
+ "vite": "^7.1.7"
38
+ }
39
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "babel-build": "npx babel src --out-file index.js --extensions .ts,.tsx",
9
+ "lint": "eslint .",
10
+ "preview": "vite preview",
11
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
12
+ },
13
+ "babel": {
14
+ "presets": [
15
+ "@babel/preset-react"
16
+ ]
17
+ },
18
+ "dependencies": {
19
+ "@redzone/taunt-logins": "^0.0.3",
20
+ "react": "^19.1.1",
21
+ "react-dom": "^19.1.1"
22
+ },
23
+ "devDependencies": {
24
+ "@babel/cli": "^7.28.3",
25
+ "@babel/preset-react": "^7.27.1",
26
+ "@eslint/js": "^9.36.0",
27
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
28
+ "@types/node": "^24.6.0",
29
+ "@types/react": "^19.1.16",
30
+ "@types/react-dom": "^19.1.9",
31
+ "@vitejs/plugin-react-swc": "^4.1.0",
32
+ "eslint": "^9.36.0",
33
+ "eslint-plugin-react-hooks": "^5.2.0",
34
+ "eslint-plugin-react-refresh": "^0.4.22",
35
+ "globals": "^16.4.0",
36
+ "typescript": "~5.9.3",
37
+ "typescript-eslint": "^8.45.0",
38
+ "vite": "^7.1.7"
39
+ }
40
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "babel-build": "npx babel src/lib --out-file index.js --extensions .ts,.tsx",
9
+ "lint": "eslint .",
10
+ "preview": "vite preview",
11
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
12
+ },
13
+ "babel": {
14
+ "presets": [
15
+ "@babel/preset-react"
16
+ ]
17
+ },
18
+ "dependencies": {
19
+ "@redzone/taunt-logins": "^0.0.3",
20
+ "react": "^19.1.1",
21
+ "react-dom": "^19.1.1"
22
+ },
23
+ "devDependencies": {
24
+ "@babel/cli": "^7.28.3",
25
+ "@babel/preset-react": "^7.27.1",
26
+ "@eslint/js": "^9.36.0",
27
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
28
+ "@types/node": "^24.6.0",
29
+ "@types/react": "^19.1.16",
30
+ "@types/react-dom": "^19.1.9",
31
+ "@vitejs/plugin-react-swc": "^4.1.0",
32
+ "eslint": "^9.36.0",
33
+ "eslint-plugin-react-hooks": "^5.2.0",
34
+ "eslint-plugin-react-refresh": "^0.4.22",
35
+ "globals": "^16.4.0",
36
+ "typescript": "~5.9.3",
37
+ "typescript-eslint": "^8.45.0",
38
+ "vite": "^7.1.7"
39
+ }
40
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "babel-build": "npx babel src/lib --out-file index.js --extensions .ts,.tsx",
9
+ "prebabel-build": "npm run clean",
10
+ "prebuild": "npm run clean",
11
+ "clean": "rm -rf dist",
12
+ "lint": "eslint .",
13
+ "preview": "vite preview",
14
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
15
+ },
16
+ "babel": {
17
+ "presets": [
18
+ "@babel/preset-react"
19
+ ]
20
+ },
21
+ "dependencies": {
22
+ "@redzone/taunt-logins": "^0.0.3",
23
+ "react": "^19.1.1",
24
+ "react-dom": "^19.1.1"
25
+ },
26
+ "devDependencies": {
27
+ "@babel/cli": "^7.28.3",
28
+ "@babel/preset-react": "^7.27.1",
29
+ "@eslint/js": "^9.36.0",
30
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
31
+ "@types/node": "^24.6.0",
32
+ "@types/react": "^19.1.16",
33
+ "@types/react-dom": "^19.1.9",
34
+ "@vitejs/plugin-react-swc": "^4.1.0",
35
+ "eslint": "^9.36.0",
36
+ "eslint-plugin-react-hooks": "^5.2.0",
37
+ "eslint-plugin-react-refresh": "^0.4.22",
38
+ "globals": "^16.4.0",
39
+ "typescript": "~5.9.3",
40
+ "typescript-eslint": "^8.45.0",
41
+ "vite": "^7.1.7"
42
+ }
43
+ }
@@ -0,0 +1,43 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "babel-build": "babel src/lib --extensions .ts,.tsx",
9
+ "prebabel-build": "npm run clean",
10
+ "prebuild": "npm run clean",
11
+ "clean": "rm -rf dist",
12
+ "lint": "eslint .",
13
+ "preview": "vite preview",
14
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
15
+ },
16
+ "babel": {
17
+ "presets": [
18
+ "@babel/preset-react"
19
+ ]
20
+ },
21
+ "dependencies": {
22
+ "@redzone/taunt-logins": "^0.0.3",
23
+ "react": "^19.1.1",
24
+ "react-dom": "^19.1.1"
25
+ },
26
+ "devDependencies": {
27
+ "@babel/cli": "^7.28.3",
28
+ "@babel/preset-react": "^7.27.1",
29
+ "@eslint/js": "^9.36.0",
30
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
31
+ "@types/node": "^24.6.0",
32
+ "@types/react": "^19.1.16",
33
+ "@types/react-dom": "^19.1.9",
34
+ "@vitejs/plugin-react-swc": "^4.1.0",
35
+ "eslint": "^9.36.0",
36
+ "eslint-plugin-react-hooks": "^5.2.0",
37
+ "eslint-plugin-react-refresh": "^0.4.22",
38
+ "globals": "^16.4.0",
39
+ "typescript": "~5.9.3",
40
+ "typescript-eslint": "^8.45.0",
41
+ "vite": "^7.1.7"
42
+ }
43
+ }
@@ -0,0 +1,53 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "babel-build": "babel src/lib --extensions .ts,.tsx",
9
+ "prebabel-build": "npm run clean",
10
+ "prebuild": "npm run clean",
11
+ "clean": "rm -rf dist",
12
+ "lint": "eslint .",
13
+ "preview": "vite preview",
14
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
15
+ },
16
+ "babel": {
17
+ "presets": [
18
+ "react",
19
+ [
20
+ "@babel/preset-env",
21
+ {
22
+ "useBuiltIns": "entry"
23
+ }
24
+ ],
25
+ "@babel/preset-react"
26
+ ]
27
+ },
28
+ "dependencies": {
29
+ "@redzone/taunt-logins": "^0.0.3",
30
+ "react": "^19.1.1",
31
+ "react-dom": "^19.1.1"
32
+ },
33
+ "devDependencies": {
34
+ "@babel/cli": "^7.28.3",
35
+ "@babel/plugin-transform-class-properties": "^7.27.1",
36
+ "@babel/preset-env": "^7.28.3",
37
+ "@babel/preset-flow": "^7.27.1",
38
+ "@babel/preset-react": "^7.27.1",
39
+ "@eslint/js": "^9.36.0",
40
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
41
+ "@types/node": "^24.6.0",
42
+ "@types/react": "^19.1.16",
43
+ "@types/react-dom": "^19.1.9",
44
+ "@vitejs/plugin-react-swc": "^4.1.0",
45
+ "eslint": "^9.36.0",
46
+ "eslint-plugin-react-hooks": "^5.2.0",
47
+ "eslint-plugin-react-refresh": "^0.4.22",
48
+ "globals": "^16.4.0",
49
+ "typescript": "~5.9.3",
50
+ "typescript-eslint": "^8.45.0",
51
+ "vite": "^7.1.7"
52
+ }
53
+ }
@@ -0,0 +1,52 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "prebabel-build": "npm run clean",
9
+ "prebuild": "npm run clean",
10
+ "clean": "rm -rf dist",
11
+ "lint": "eslint .",
12
+ "preview": "vite preview",
13
+ "publish:npm": "rm -rf dist && mkdir dist && babel src/lib -d dist --copy-files"
14
+ },
15
+ "babel": {
16
+ "presets": [
17
+ "react",
18
+ [
19
+ "@babel/preset-env",
20
+ {
21
+ "useBuiltIns": "entry"
22
+ }
23
+ ],
24
+ "@babel/preset-react"
25
+ ]
26
+ },
27
+ "dependencies": {
28
+ "@redzone/taunt-logins": "^0.0.3",
29
+ "react": "^19.1.1",
30
+ "react-dom": "^19.1.1"
31
+ },
32
+ "devDependencies": {
33
+ "@babel/cli": "^7.28.3",
34
+ "@babel/plugin-transform-class-properties": "^7.27.1",
35
+ "@babel/preset-env": "^7.28.3",
36
+ "@babel/preset-flow": "^7.27.1",
37
+ "@babel/preset-react": "^7.27.1",
38
+ "@eslint/js": "^9.36.0",
39
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
40
+ "@types/node": "^24.6.0",
41
+ "@types/react": "^19.1.16",
42
+ "@types/react-dom": "^19.1.9",
43
+ "@vitejs/plugin-react-swc": "^4.1.0",
44
+ "eslint": "^9.36.0",
45
+ "eslint-plugin-react-hooks": "^5.2.0",
46
+ "eslint-plugin-react-refresh": "^0.4.22",
47
+ "globals": "^16.4.0",
48
+ "typescript": "~5.9.3",
49
+ "typescript-eslint": "^8.45.0",
50
+ "vite": "^7.1.7"
51
+ }
52
+ }
@@ -0,0 +1,34 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "prebabel-build": "npm run clean",
9
+ "prebuild": "npm run clean",
10
+ "clean": "rm -rf dist",
11
+ "lint": "eslint .",
12
+ "preview": "vite preview"
13
+ },
14
+ "dependencies": {
15
+ "@redzone/taunt-logins": "^0.0.3",
16
+ "react": "^19.1.1",
17
+ "react-dom": "^19.1.1"
18
+ },
19
+ "devDependencies": {
20
+ "@eslint/js": "^9.36.0",
21
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
22
+ "@types/node": "^24.6.0",
23
+ "@types/react": "^19.1.16",
24
+ "@types/react-dom": "^19.1.9",
25
+ "@vitejs/plugin-react-swc": "^4.1.0",
26
+ "eslint": "^9.36.0",
27
+ "eslint-plugin-react-hooks": "^5.2.0",
28
+ "eslint-plugin-react-refresh": "^0.4.22",
29
+ "globals": "^16.4.0",
30
+ "typescript": "~5.9.3",
31
+ "typescript-eslint": "^8.45.0",
32
+ "vite": "^7.1.7"
33
+ }
34
+ }
@@ -0,0 +1,42 @@
1
+ {
2
+ "name": "@redzone/taunt-logins-ui-react",
3
+ "version": "0.0.4",
4
+ "type": "module",
5
+ "scripts": {
6
+ "dev": "vite",
7
+ "build": "tsc -b && vite build",
8
+ "prebabel-build": "npm run clean",
9
+ "prebuild": "npm run clean",
10
+ "clean": "rm -rf dist",
11
+ "lint": "eslint .",
12
+ "preview": "vite preview"
13
+ },
14
+ "main": "./dist/taunt-logins-ui-react.umd.js",
15
+ "module": "./dist/taunt-logins-ui-react.es.js",
16
+ "exports": {
17
+ ".": {
18
+ "import": "./dist/taunt-logins-ui-react.es.js",
19
+ "require": "./dist/taunt-logins-ui-react.umd.js"
20
+ }
21
+ },
22
+ "dependencies": {
23
+ "@redzone/taunt-logins": "^0.0.3",
24
+ "react": "^19.1.1",
25
+ "react-dom": "^19.1.1"
26
+ },
27
+ "devDependencies": {
28
+ "@eslint/js": "^9.36.0",
29
+ "@ianvs/prettier-plugin-sort-imports": "^4.7.0",
30
+ "@types/node": "^24.6.0",
31
+ "@types/react": "^19.1.16",
32
+ "@types/react-dom": "^19.1.9",
33
+ "@vitejs/plugin-react-swc": "^4.1.0",
34
+ "eslint": "^9.36.0",
35
+ "eslint-plugin-react-hooks": "^5.2.0",
36
+ "eslint-plugin-react-refresh": "^0.4.22",
37
+ "globals": "^16.4.0",
38
+ "typescript": "~5.9.3",
39
+ "typescript-eslint": "^8.45.0",
40
+ "vite": "^7.1.7"
41
+ }
42
+ }