1 Star 0 Fork 1

wl4g-collect/monaco-editor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
Alex Dima 提交于 2020-03-16 11:14 . update deps
{
"name": "monaco-editor",
"private": true,
"version": "0.20.0",
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"simpleserver": "gulp simpleserver",
"release": "gulp release",
"website": "gulp website",
"build-website": "gulp build-website",
"build-test": "tsc -b ./ci/tsconfig.json --preserveWatchOutput",
"bundle": "webpack --config ci/webpack.config.js --display-error-details --bail",
"test": "mocha \"out-ci/*.test.js\" --headless",
"ciserver": "gulp ciserver"
},
"typings": "./esm/vs/editor/editor.api.d.ts",
"module": "./esm/vs/editor/editor.main.js",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-editor"
},
"devDependencies": {
"@types/chai": "^3.4.34",
"@types/mocha": "^2.2.33",
"@types/puppeteer": "^1.12.4",
"chai": "^4.2.0",
"clean-css": "^4.2.3",
"css-loader": "^3.2.0",
"event-stream": "4.0.1",
"file-loader": "^4.2.0",
"gulp": "^4.0.0",
"gulp-typedoc": "^2.2.2",
"mocha": "^6.2.2",
"monaco-css": "2.7.0",
"monaco-editor-core": "0.20.0",
"monaco-html": "2.7.0",
"monaco-json": "2.9.0",
"monaco-languages": "1.10.0",
"monaco-typescript": "3.7.0",
"puppeteer": "^1.15.0",
"rimraf": "^3.0.2",
"style-loader": "^1.1.3",
"typedoc": "^0.15.8",
"typescript": "^3.7.5",
"uncss": "^0.17.3",
"vinyl": "^2.2.0",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"yaserver": "^0.2.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wl4g-collect/monaco-editor.git
git@gitee.com:wl4g-collect/monaco-editor.git
wl4g-collect
monaco-editor
monaco-editor
master

搜索帮助