-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.48 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "@uplol/monaco-editor",
"version": "103.9.5",
"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",
"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",
"@uplol/monaco-typescript": "3.9.5",
"playwright": "^1.0.1",
"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"
}
}