@illuma-ai/code-sandbox 1.4.1 → 1.5.0
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/README.md +11 -12
- package/dist/index.cjs +91 -96
- package/dist/index.js +11895 -17954
- package/dist/styles.css +1 -1
- package/package.json +9 -11
- package/dist/index.cjs.map +0 -1
- package/dist/index.js.map +0 -1
package/README.md
CHANGED
|
@@ -27,18 +27,17 @@ npm install @illuma-ai/code-sandbox
|
|
|
27
27
|
These must be installed by the consuming application:
|
|
28
28
|
|
|
29
29
|
```bash
|
|
30
|
-
npm install react react-dom @monaco-editor/react monaco-editor
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
| Peer Dependency | Version
|
|
34
|
-
| ---------------------- |
|
|
35
|
-
| `react` | `^18.0.0 \|\| ^19.0.0`
|
|
36
|
-
| `react-dom` | `^18.0.0 \|\| ^19.0.0`
|
|
37
|
-
| `@monaco-editor/react` | `^4.6.0`
|
|
38
|
-
| `monaco-editor` | `>=0.40.0`
|
|
39
|
-
|
|
|
40
|
-
|
|
|
41
|
-
| `lucide-react` | `>=0.300.0` |
|
|
30
|
+
npm install react react-dom @monaco-editor/react monaco-editor allotment framer-motion
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
| Peer Dependency | Version |
|
|
34
|
+
| ---------------------- | ----------------------------------- |
|
|
35
|
+
| `react` | `^18.0.0 \|\| ^19.0.0` |
|
|
36
|
+
| `react-dom` | `^18.0.0 \|\| ^19.0.0` |
|
|
37
|
+
| `@monaco-editor/react` | `^4.6.0` |
|
|
38
|
+
| `monaco-editor` | `>=0.40.0` |
|
|
39
|
+
| `allotment` | `^1.20.0` |
|
|
40
|
+
| `framer-motion` | `^10.0.0 \|\| ^11.0.0 \|\| ^12.0.0` |
|
|
42
41
|
|
|
43
42
|
## Prerequisites
|
|
44
43
|
|