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 4560af3 commit 5583e18Copy full SHA for 5583e18
src/bundles/ar/package.json
@@ -8,11 +8,15 @@
8
"./*": "./dist/*.js"
9
},
10
"dependencies": {
11
+ "react": "^18.3.1",
12
+ "react-dom": "^18.3.1",
13
"saar": "^1.0.4",
14
"uniqid": "patch:uniqid@npm%3A5.4.0#~/.yarn/patches/uniqid-npm-5.4.0-f982bda028.patch"
15
16
"devDependencies": {
17
"@sourceacademy/modules-buildtools": "workspace:^",
18
+ "@types/react": "^18.3.1",
19
+ "@types/react-dom": "^18.3.1",
20
"typescript": "^5.8.2"
21
22
"scripts": {
0 commit comments