@nikhil_mahala/monaco_advanced
Version:
Provides a rich text editor with build in text_mate_grammar , and default features
44 lines (43 loc) • 1.15 kB
JSON
{
"name": "@nikhil_mahala/monaco_advanced",
"version": "1.0.1",
"description": "Provides a rich text editor with build in text_mate_grammar , and default features ",
"keywords": [
"Monaco",
"MonacoAdvanced",
"Syntax",
"Highlighting",
"textmate",
"grammar"
],
"homepage": "https://github.com/AngryFury7/Monaco_Advanced#readme",
"bugs": {
"url": "https://github.com/AngryFury7/Monaco_Advanced/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AngryFury7/Monaco_Advanced.git"
},
"license": "ISC",
"author": "Nikhil Mahala",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"monaco-editor": "^0.52.2",
"monaco-editor-textmate": "^4.0.0",
"monaco-textmate": "^3.0.1",
"onigasm": "^2.2.5",
"react": "^19.1.0",
"vscode-oniguruma": "^2.0.1",
"vscode-textmate": "^9.2.0"
},
"devDependencies": {
"customize-cra": "^1.0.0",
"monaco-editor-webpack-plugin": "^7.1.0",
"react-app-rewired": "^2.2.1"
}
}