mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 08:10:11 +01:00
Move website task out of gulp
This commit is contained in:
parent
240b684846
commit
207f0cf42a
11 changed files with 586 additions and 4361 deletions
11
package.json
11
package.json
|
|
@ -6,8 +6,7 @@
|
|||
"author": "Microsoft Corporation",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"build-website": "gulp build-website && npm run typedoc",
|
||||
"gulp": "node ./node_modules/gulp/bin/gulp.js",
|
||||
"build-website": "node ./build/website.js && npm run typedoc",
|
||||
"import-typescript": "node ./build/importTypescript.js",
|
||||
"playwright-install": "node ./node_modules/playwright/install.js",
|
||||
"playwright-install-deps": "playwright install-deps",
|
||||
|
|
@ -22,7 +21,7 @@
|
|||
"test": "node ./test/unit/all.js",
|
||||
"typedoc": "cd monaco-editor/typedoc && \"../../node_modules/.bin/typedoc\" --options ./typedoc.json",
|
||||
"watch": "tsc -w -p ./src",
|
||||
"website": "gulp build-website && npm run typedoc && gulp prepare-website-branch"
|
||||
"website": "node ./build/website.js && npm run typedoc && node ./build/prepare-website-branch.js"
|
||||
},
|
||||
"typings": "./esm/vs/editor/editor.api.d.ts",
|
||||
"module": "./esm/vs/editor/editor.main.js",
|
||||
|
|
@ -31,16 +30,13 @@
|
|||
"url": "https://github.com/microsoft/monaco-editor"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/event-stream": "^3.3.34",
|
||||
"@types/tape": "^4.13.2",
|
||||
"@typescript/vfs": "^1.3.5",
|
||||
"chai": "^4.3.4",
|
||||
"clean-css": "^5.2.2",
|
||||
"esbuild": "^0.13.13",
|
||||
"esbuild-plugin-alias": "^0.2.1",
|
||||
"event-stream": "4.0.1",
|
||||
"glob": "^7.2.0",
|
||||
"gulp": "^4.0.2",
|
||||
"husky": "^7.0.4",
|
||||
"jsdom": "^18.1.0",
|
||||
"jsonc-parser": "^3.0.0",
|
||||
|
|
@ -50,13 +46,10 @@
|
|||
"prettier": "^2.4.1",
|
||||
"pretty-quick": "^3.1.1",
|
||||
"requirejs": "^2.3.6",
|
||||
"rimraf": "^3.0.2",
|
||||
"tape": "^5.3.1",
|
||||
"terser": "^5.10.0",
|
||||
"typedoc": "^0.22.9",
|
||||
"typescript": "4.4.4",
|
||||
"uncss": "https://github.com/uncss/uncss.git#d0adf4bb89ef4f82006f8dd5b40d22a94269e50a",
|
||||
"vinyl": "^2.2.1",
|
||||
"vscode-css-languageservice": "^5.1.8",
|
||||
"vscode-html-languageservice": "^4.1.1",
|
||||
"vscode-json-languageservice": "4.1.10",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue