mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-05 11:18:54 +08:00
37 lines
851 B
JSON
37 lines
851 B
JSON
{
|
|
"name": "@fesjs/plugin-monaco-editor",
|
|
"version": "2.0.0-beta.2",
|
|
"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": {
|
|
"@fesjs/utils": "^2.0.0",
|
|
"lodash-es": "^4.17.15",
|
|
"monaco-editor": "^0.20.0",
|
|
"monaco-editor-webpack-plugin": "^1.9.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@fesjs/fes": "^2.0.0",
|
|
"vue": "^3.0.5"
|
|
}
|
|
} |