@redzone/taunt-logins-ui-react 0.0.4 → 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.
- package/.history/babel.config_20251002171845.json +0 -0
- package/.history/babel.config_20251002171847.json +3 -0
- package/.history/babel.config_20251002172145.json +3 -0
- package/.history/babel.config_20251002172313.json +3 -0
- package/.history/babel.config_20251002172415.json +8 -0
- package/.history/package_20251002171613.json +40 -0
- package/.history/package_20251002171644.json +40 -0
- package/.history/package_20251002171740.json +43 -0
- package/.history/package_20251002172017.json +43 -0
- package/.history/package_20251002172634.json +53 -0
- package/.history/package_20251002182812.json +52 -0
- package/.history/package_20251002183227.json +34 -0
- package/.history/package_20251002183258.json +42 -0
- package/.history/package_20251002202514.json +46 -0
- package/.history/package_20251002202542.json +46 -0
- package/.history/package_20251002202550.json +45 -0
- package/.history/package_20251002203503.json +46 -0
- package/.history/package_20251002204314.json +45 -0
- package/.history/package_20251002213111.json +45 -0
- package/.history/package_20251002222438.json +47 -0
- package/.history/package_20251002222511.json +45 -0
- package/.history/package_20251002222541.json +45 -0
- package/.history/src/App_20251002205122.tsx +54 -0
- package/.history/src/lib/index_20251002182429.ts +4 -0
- package/.history/src/lib/magic_20251002171038.tsx +50 -0
- package/.history/src/lib/metamask_20251002171636.tsx +27 -0
- package/.history/tsconfig.app_20251002172720.json +28 -0
- package/.history/vite.config_20251002182237.ts +19 -0
- package/.history/vite.config_20251002182326.ts +19 -0
- package/.history/vite.config_20251002182358.ts +19 -0
- package/.history/vite.config_20251002182434.ts +19 -0
- package/.history/vite.config_20251002182749.ts +26 -0
- package/.history/vite.config_20251002182810.ts +26 -0
- package/.history/vite.config_20251002184535.ts +36 -0
- package/.history/vite.config_20251002184720.ts +41 -0
- package/.history/vite.config_20251002184748.ts +37 -0
- package/.history/vite.config_20251002184844.ts +37 -0
- package/.history/vite.config_20251002201901.ts +45 -0
- package/.history/vite.config_20251002202019.ts +47 -0
- package/.history/vite.config_20251002202043.ts +47 -0
- package/.history/vite.config_20251002202502.ts +47 -0
- package/.history/vite.config_20251002203503.ts +43 -0
- package/asdf/tsconfig.app.json +28 -0
- package/asdf/tsconfig.json +7 -0
- package/asdf/tsconfig.node.json +26 -0
- package/package.json +21 -15
- package/src/App.tsx +2 -2
- package/src/lib/index.ts +4 -0
- package/src/lib/magic.tsx +2 -2
- package/src/lib/metamask.tsx +1 -1
- package/tsconfig.json +23 -5
- package/tsconfig.node.json +3 -19
- package/vite.config.ts +40 -7
- package/public/vite.svg +0 -1
- /package/{tsconfig.app.json → .history/tsconfig.app_20251002141038.json} +0 -0
|
File without changes
|
|
@@ -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
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
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.js",
|
|
16
|
+
"types": "./dist/taunt-logins-ui-react.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"import": "./dist/taunt-logins-ui-react.js",
|
|
20
|
+
"require": "./dist/taunt-logins-ui-react.umd.js"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@redzone/taunt-logins": "^0.0.3",
|
|
25
|
+
"react": "^19.1.1",
|
|
26
|
+
"react-dom": "^19.1.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
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": "^5.0.4",
|
|
35
|
+
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
36
|
+
"eslint": "^9.36.0",
|
|
37
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
38
|
+
"eslint-plugin-react-refresh": "^0.4.22",
|
|
39
|
+
"globals": "^16.4.0",
|
|
40
|
+
"typescript": "~5.9.3",
|
|
41
|
+
"typescript-eslint": "^8.45.0",
|
|
42
|
+
"vite": "^7.1.7",
|
|
43
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
44
|
+
"vite-plugin-dts": "^4.5.4"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@redzone/taunt-logins-ui-react",
|
|
3
|
+
"version": "0.0.4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vite",
|
|
7
|
+
"build": "tsc && 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.js",
|
|
16
|
+
"types": "./dist/taunt-logins-ui-react.d.ts",
|
|
17
|
+
"exports": {
|
|
18
|
+
".": {
|
|
19
|
+
"import": "./dist/taunt-logins-ui-react.js",
|
|
20
|
+
"require": "./dist/taunt-logins-ui-react.umd.js"
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"dependencies": {
|
|
24
|
+
"@redzone/taunt-logins": "^0.0.3",
|
|
25
|
+
"react": "^19.1.1",
|
|
26
|
+
"react-dom": "^19.1.1"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
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": "^5.0.4",
|
|
35
|
+
"@vitejs/plugin-react-swc": "^4.1.0",
|
|
36
|
+
"eslint": "^9.36.0",
|
|
37
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
38
|
+
"eslint-plugin-react-refresh": "^0.4.22",
|
|
39
|
+
"globals": "^16.4.0",
|
|
40
|
+
"typescript": "~5.9.3",
|
|
41
|
+
"typescript-eslint": "^8.45.0",
|
|
42
|
+
"vite": "^7.1.7",
|
|
43
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
44
|
+
"vite-plugin-dts": "^4.5.4"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@redzone/taunt-logins-ui-react",
|
|
3
|
+
"version": "0.0.4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vite",
|
|
7
|
+
"build": "tsc && vite build",
|
|
8
|
+
"prebuild": "npm run clean",
|
|
9
|
+
"clean": "rm -rf dist",
|
|
10
|
+
"lint": "eslint .",
|
|
11
|
+
"preview": "vite preview"
|
|
12
|
+
},
|
|
13
|
+
"main": "./dist/taunt-logins-ui-react.umd.js",
|
|
14
|
+
"module": "./dist/taunt-logins-ui-react.js",
|
|
15
|
+
"types": "./dist/taunt-logins-ui-react.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": "./dist/taunt-logins-ui-react.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": "^5.0.4",
|
|
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
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
43
|
+
"vite-plugin-dts": "^4.5.4"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@redzone/taunt-logins-ui-react",
|
|
3
|
+
"version": "0.0.4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vite",
|
|
7
|
+
"build": "tsc && vite build",
|
|
8
|
+
"prebuild": "npm run clean",
|
|
9
|
+
"clean": "rm -rf dist",
|
|
10
|
+
"lint": "eslint .",
|
|
11
|
+
"preview": "vite preview"
|
|
12
|
+
},
|
|
13
|
+
"main": "./dist/taunt-logins-ui-react.umd.js",
|
|
14
|
+
"module": "./dist/taunt-logins-ui-react.js",
|
|
15
|
+
"types": "./dist/taunt-logins-ui-react.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": "./dist/taunt-logins-ui-react.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": "^5.0.4",
|
|
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-plugin-css-injected-by-js": "^3.5.2",
|
|
42
|
+
"vite": ">=4.5.3",
|
|
43
|
+
"vite-plugin-dts": "^4.5.3",
|
|
44
|
+
"vitest": "^3.1.1"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@redzone/taunt-logins-ui-react",
|
|
3
|
+
"version": "0.0.4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vite",
|
|
7
|
+
"build": "tsc && vite build",
|
|
8
|
+
"prebuild": "npm run clean",
|
|
9
|
+
"clean": "rm -rf dist",
|
|
10
|
+
"lint": "eslint .",
|
|
11
|
+
"preview": "vite preview"
|
|
12
|
+
},
|
|
13
|
+
"main": "./dist/taunt-logins-ui-react.umd.js",
|
|
14
|
+
"module": "./dist/taunt-logins-ui-react.js",
|
|
15
|
+
"types": "./dist/taunt-logins-ui-react.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": "./dist/taunt-logins-ui-react.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": "^5.0.4",
|
|
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
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
43
|
+
"vite-plugin-dts": "^4.5.4"
|
|
44
|
+
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@redzone/taunt-logins-ui-react",
|
|
3
|
+
"version": "0.0.4",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"dev": "vite",
|
|
7
|
+
"build": "tsc && vite build",
|
|
8
|
+
"prebuild": "npm run clean",
|
|
9
|
+
"clean": "rm -rf dist",
|
|
10
|
+
"lint": "eslint .",
|
|
11
|
+
"preview": "vite preview"
|
|
12
|
+
},
|
|
13
|
+
"main": "./dist/taunt-logins-ui-react.umd.js",
|
|
14
|
+
"module": "./dist/taunt-logins-ui-react.js",
|
|
15
|
+
"types": "./dist/taunt-logins-ui-react.d.ts",
|
|
16
|
+
"exports": {
|
|
17
|
+
".": {
|
|
18
|
+
"import": "./dist/taunt-logins-ui-react.js",
|
|
19
|
+
"require": "./dist/taunt-logins-ui-react.umd.js"
|
|
20
|
+
}
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@redzone/taunt-logins": "^0.0.3",
|
|
24
|
+
"react": "^18.3.1",
|
|
25
|
+
"react-dom": "^18.3.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": "^5.0.4",
|
|
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
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
43
|
+
"vite-plugin-dts": "^4.5.4"
|
|
44
|
+
}
|
|
45
|
+
}
|