vscode/build/package.json

66 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "code-oss-dev-build",
"version": "1.0.0",
"license": "MIT",
"devDependencies": {
2019-02-05 22:21:05 +01:00
"@types/ansi-colors": "^3.2.0",
"@types/azure": "0.9.19",
"@types/debounce": "^1.0.0",
2019-12-30 09:46:58 +01:00
"@types/eslint": "4.16.1",
2019-02-05 22:21:05 +01:00
"@types/fancy-log": "^1.3.0",
2018-10-03 07:10:41 +02:00
"@types/glob": "^7.1.1",
"@types/gulp": "^4.0.5",
"@types/gulp-concat": "^0.0.32",
"@types/gulp-filter": "^3.0.32",
2020-10-26 10:54:24 +01:00
"@types/gulp-gzip": "^0.0.31",
2018-10-03 07:10:41 +02:00
"@types/gulp-json-editor": "^2.2.31",
"@types/gulp-rename": "^0.0.33",
"@types/gulp-sourcemaps": "^0.0.32",
2018-10-03 07:10:41 +02:00
"@types/gulp-uglify": "^3.0.5",
2017-05-15 15:59:14 +02:00
"@types/mime": "0.0.29",
2018-10-10 11:43:44 +02:00
"@types/minimatch": "^3.0.3",
2018-11-07 11:00:55 +01:00
"@types/minimist": "^1.2.0",
"@types/mocha": "2.2.39",
"@types/node": "^10.14.8",
2018-10-03 20:14:10 +02:00
"@types/pump": "^1.0.1",
"@types/request": "^2.47.0",
2018-10-03 07:10:41 +02:00
"@types/rimraf": "^2.0.2",
"@types/terser": "^3.12.0",
"@types/through": "^0.0.29",
"@types/through2": "^2.0.34",
"@types/underscore": "^1.8.9",
2018-10-03 07:10:41 +02:00
"@types/xml2js": "0.0.33",
"@typescript-eslint/experimental-utils": "~2.13.0",
"@typescript-eslint/parser": "^2.12.0",
"applicationinsights": "1.0.8",
2017-05-15 15:59:14 +02:00
"azure-storage": "^2.1.0",
"electron-osx-sign": "^0.4.16",
2018-10-03 07:10:41 +02:00
"github-releases": "^0.4.1",
2020-10-26 11:07:58 +01:00
"gulp-azure-storage": "^0.11.1",
"gulp-bom": "^1.0.0",
2020-10-26 10:54:24 +01:00
"gulp-gzip": "^1.4.2",
"gulp-sourcemaps": "^1.11.0",
"gulp-uglify": "^3.0.0",
"iconv-lite-umd": "0.6.8",
2020-07-24 13:56:43 +02:00
"jsonc-parser": "^2.3.0",
2017-05-15 15:59:14 +02:00
"mime": "^1.3.4",
"minimatch": "3.0.4",
"minimist": "^1.2.3",
2018-10-03 07:10:41 +02:00
"request": "^2.85.0",
2019-10-07 20:33:16 +02:00
"terser": "4.3.8",
"typescript": "4.2.0-dev.20201207",
2018-11-07 11:00:55 +01:00
"vsce": "1.48.0",
"vscode-telemetry-extractor": "^1.6.0",
2018-10-03 07:10:41 +02:00
"xml2js": "^0.4.17"
2017-05-15 15:59:14 +02:00
},
"scripts": {
2018-02-01 14:39:12 +01:00
"compile": "tsc -p tsconfig.build.json",
"watch": "tsc -p tsconfig.build.json --watch",
"postinstall": "npm run compile",
"npmCheckJs": "tsc --noEmit"
2019-11-04 14:06:57 +01:00
},
"dependencies": {
2020-11-25 14:03:30 +01:00
"@azure/cosmos": "^3.9.3"
}
}