UNPKG

@patternfly/react-code-editor

Version:

This package provides a PatternFly wrapper for the Monaco code editor

49 lines (48 loc) 1.3 kB
{ "name": "@patternfly/react-code-editor", "version": "6.3.1", "description": "This package provides a PatternFly wrapper for the Monaco code editor\n", "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "patternfly:src": "src/", "sideEffects": false, "publishConfig": { "access": "public", "tag": "prerelease" }, "repository": { "type": "git", "url": "https://github.com/patternfly/patternfly-react.git" }, "keywords": [ "react", "patternfly", "code-editor" ], "author": "Red Hat", "license": "MIT", "bugs": { "url": "https://github.com/patternfly/patternfly-react/issues" }, "homepage": "https://github.com/patternfly/patternfly-react/tree/main/packages/react-code-editor#readme", "scripts": { "clean": "rimraf dist" }, "dependencies": { "@monaco-editor/react": "^4.6.0", "@patternfly/react-core": "^6.3.1", "@patternfly/react-icons": "^6.3.1", "@patternfly/react-styles": "^6.3.1", "react-dropzone": "14.3.5", "tslib": "^2.8.1" }, "peerDependencies": { "react": "^17 || ^18 || ^19", "react-dom": "^17 || ^18 || ^19" }, "devDependencies": { "monaco-editor": "^0.52.2" }, "gitHead": "08775efb8b882f3b2b6cf7b7221f41154875415b" }