UNPKG

@patternfly/react-code-editor

Version:

This package provides a PatternFly wrapper for the Monaco code editor

49 lines (48 loc) 1.28 kB
{ "name": "@patternfly/react-code-editor", "version": "6.2.0", "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.2.0", "@patternfly/react-icons": "^6.2.0", "@patternfly/react-styles": "^6.2.0", "react-dropzone": "14.3.5", "tslib": "^2.8.1" }, "peerDependencies": { "react": "^17 || ^18", "react-dom": "^17 || ^18" }, "devDependencies": { "monaco-editor": "^0.52.2" }, "gitHead": "5dff0b6d87c9b56a261dfa64ad980a0bf42663a3" }