Skip to content

Instantly share code, notes, and snippets.

@JenniferFuBook
Last active November 29, 2022 00:56
Show Gist options
  • Save JenniferFuBook/522baa618715c314d26aaf9b560460b6 to your computer and use it in GitHub Desktop.
Save JenniferFuBook/522baa618715c314d26aaf9b560460b6 to your computer and use it in GitHub Desktop.
{
"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