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 c7141a4 commit 8cf7c10Copy full SHA for 8cf7c10
bun.lockb
0 Bytes
esbuild.config.js
@@ -14,5 +14,6 @@ build({
14
keepNames: true,
15
loader: {
16
".png": "file"
17
- }
+ },
18
+ external: ["react", "react-dom"]
19
});
package.json
@@ -61,14 +61,16 @@
61
"interactjs": "1.10.26",
62
"lodash": "4.17.21",
63
"lucide-react": "0.316.0",
64
- "react": "18.0.0",
65
- "react-dom": "18.0.0",
66
"react-gridlines": "1.1.7",
67
"react-loader-spinner": "5.3.4",
68
"react-redux": "9.1.0",
69
"tailwind-merge": "1.13.2",
70
"uuid": "9.0.0"
71
},
+ "peerDependencies": {
+ "react": "^18.0.0",
72
+ "react-dom": "^18.0.0"
73
74
"devDependencies": {
75
"@commitlint/cli": "17.4.2",
76
"@commitlint/config-conventional": "17.4.2",
0 commit comments