Last active
November 29, 2022 00:56
-
-
Save JenniferFuBook/522baa618715c314d26aaf9b560460b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "@monaco-editor/react", | |
"version": "4.4.6", | |
"description": "Monaco Editor for React - use the monaco-editor in any React application without needing to use webpack (or rollup/parcel/etc) configuration files / plugins", | |
"author": "Suren Atoyan <[email protected]>", | |
"main": "lib/cjs/index.js", | |
"module": "lib/es/index.js", | |
"unpkg": "lib/umd/monaco-react.min.js", | |
"jsdelivr": "lib/umd/monaco-react.min.js", | |
"types": "lib/types.d.ts", | |
... | |
"peerDependencies": { | |
"monaco-editor": ">= 0.25.0 < 1", | |
"react": "^16.8.0 || ^17.0.0 || ^18.0.0", | |
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" | |
}, | |
"devDependencies": { | |
... | |
}, | |
... | |
"dependencies": { | |
"@monaco-editor/loader": "^1.3.2", | |
"prop-types": "^15.7.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment