mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 19:41:57 +08:00
41 lines
882 B
JSON
41 lines
882 B
JSON
{
|
|
"name": "@fesjs/plugin-monaco-editor",
|
|
"version": "2.0.0-rc.0",
|
|
"description": "@fesjs/plugin-monaco-editor",
|
|
"main": "lib/index.js",
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"scripts": {
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/WeBankFinTech/fes.js.git",
|
|
"directory": "packages/fes-plugin-monaco-editor"
|
|
},
|
|
"keywords": [
|
|
"fes"
|
|
],
|
|
"author": "harrywan",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/WeBankFinTech/fes.js/issues"
|
|
},
|
|
"homepage": "https://github.com/WeBankFinTech/fes.js#readme",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"dependencies": {
|
|
"@umijs/utils": "3.3.3",
|
|
"lodash": "^4.17.15",
|
|
"monaco-editor": "^0.20.0",
|
|
"monaco-editor-webpack-plugin": "^1.9.1"
|
|
},
|
|
"devDependencies": {
|
|
},
|
|
"peerDependencies": {
|
|
"@webank/fes": "^2.0.0",
|
|
"vue": "^3.0.5"
|
|
}
|
|
}
|