We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fe20d commit 35d3490Copy full SHA for 35d3490
lib/package.json
@@ -32,6 +32,7 @@
32
"@types/react-dom": "^19.0.2",
33
"@vitejs/plugin-react": "^4.3.4",
34
"@vitest/coverage-v8": "^2.1.8",
35
+ "esbuild": "^0.24.0",
36
"esbuild-plugin-rdi": "^0.0.0",
37
"esbuild-plugin-react18": "0.2.5",
38
"esbuild-plugin-react18-css": "^0.0.4",
@@ -43,19 +44,6 @@
43
44
"vite-tsconfig-paths": "^5.1.4",
45
"vitest": "^2.1.8"
46
},
- "dependencies": {
47
- "r18gs": "^2.0.1"
48
- },
49
- "peerDependencies": {
50
- "@types/react": "16.8 - 19",
51
- "next": "10 - 15",
52
- "react": "16.8 - 19"
53
54
- "peerDependenciesMeta": {
55
- "next": {
56
- "optional": true
57
- }
58
59
"funding": [
60
{
61
"type": "github",
@@ -85,4 +73,4 @@
85
73
"Modern",
86
74
"Seamless integration"
87
75
]
88
-}
76
+}
0 commit comments