forked from microsoft/monaco-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1010 Bytes
/
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
{
"name": "monaco-editor",
"private": true,
"version": "0.15.6",
"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"
},
"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": {
"clean-css": "^4.2.1",
"event-stream": "3.3.4",
"gulp": "^3.9.1",
"gulp-typedoc": "^2.2.0",
"http-server": "^0.11.1",
"monaco-css": "2.3.0",
"monaco-editor-core": "0.15.5",
"monaco-html": "2.3.0",
"monaco-json": "2.3.0",
"monaco-languages": "1.6.0",
"monaco-typescript": "3.3.1",
"rimraf": "^2.6.2",
"typedoc": "^0.11.1",
"typescript": "^3.0.1",
"uncss": "^0.16.2",
"vinyl": "^0.5.3"
}
}