package.json 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. {
  2. "name": "code-oss-dev",
  3. "version": "1.90.0",
  4. "distro": "25c9442cad1fee4c5b7fd96dd526ae00022f881b",
  5. "author": {
  6. "name": "Microsoft Corporation"
  7. },
  8. "license": "MIT",
  9. "main": "./out/main",
  10. "private": true,
  11. "scripts": {
  12. "test": "echo Please run any of the test scripts from the scripts folder.",
  13. "test-browser": "npx playwright install && node test/unit/browser/index.js",
  14. "test-browser-no-install": "node test/unit/browser/index.js",
  15. "test-node": "mocha test/unit/node/index.js --delay --ui=tdd --timeout=5000 --exit",
  16. "test-extension": "vscode-test",
  17. "preinstall": "node build/npm/preinstall.js",
  18. "postinstall": "node build/npm/postinstall.js",
  19. "compile": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js compile",
  20. "watch": "npm-run-all -lp watch-client watch-extensions",
  21. "watchd": "deemon yarn watch",
  22. "watch-webd": "deemon yarn watch-web",
  23. "kill-watchd": "deemon --kill yarn watch",
  24. "kill-watch-webd": "deemon --kill yarn watch-web",
  25. "restart-watchd": "deemon --restart yarn watch",
  26. "restart-watch-webd": "deemon --restart yarn watch-web",
  27. "watch-client": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js watch-client",
  28. "watch-clientd": "deemon yarn watch-client",
  29. "kill-watch-clientd": "deemon --kill yarn watch-client",
  30. "watch-extensions": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
  31. "watch-extensionsd": "deemon yarn watch-extensions",
  32. "kill-watch-extensionsd": "deemon --kill yarn watch-extensions",
  33. "precommit": "node build/hygiene.js",
  34. "gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
  35. "electron": "node build/lib/electron",
  36. "7z": "7z",
  37. "update-grammars": "node build/npm/update-all-grammars.mjs",
  38. "update-localization-extension": "node build/npm/update-localization-extension.js",
  39. "smoketest": "node build/lib/preLaunch.js && cd test/smoke && yarn compile && node test/index.js",
  40. "smoketest-no-compile": "cd test/smoke && node test/index.js",
  41. "download-builtin-extensions": "node build/lib/builtInExtensions.js",
  42. "download-builtin-extensions-cg": "node build/lib/builtInExtensionsCG.js",
  43. "monaco-compile-check": "tsc -p src/tsconfig.monaco.json --noEmit",
  44. "tsec-compile-check": "node node_modules/tsec/bin/tsec -p src/tsconfig.tsec.json",
  45. "vscode-dts-compile-check": "tsc -p src/tsconfig.vscode-dts.json && tsc -p src/tsconfig.vscode-proposed-dts.json",
  46. "valid-layers-check": "node build/lib/layersChecker.js",
  47. "update-distro": "node build/npm/update-distro.mjs",
  48. "web": "echo 'yarn web' is replaced by './scripts/code-server' or './scripts/code-web'",
  49. "compile-cli": "gulp compile-cli",
  50. "compile-web": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js compile-web",
  51. "watch-web": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js watch-web",
  52. "watch-cli": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js watch-cli",
  53. "eslint": "node build/eslint",
  54. "stylelint": "node build/stylelint",
  55. "playwright-install": "node build/azure-pipelines/common/installPlaywright.js",
  56. "compile-build": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js compile-build",
  57. "compile-extensions-build": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js compile-extensions-build",
  58. "minify-vscode": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode",
  59. "minify-vscode-reh": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh",
  60. "minify-vscode-reh-web": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js minify-vscode-reh-web",
  61. "hygiene": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js hygiene",
  62. "core-ci": "node --max-old-space-size=8095 ./node_modules/gulp/bin/gulp.js core-ci",
  63. "core-ci-pr": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js core-ci-pr",
  64. "extensions-ci": "node --max-old-space-size=8095 ./node_modules/gulp/bin/gulp.js extensions-ci",
  65. "extensions-ci-pr": "node --max-old-space-size=4095 ./node_modules/gulp/bin/gulp.js extensions-ci-pr",
  66. "perf": "node scripts/code-perf.js",
  67. "update-build-ts-version": "yarn add typescript@next && tsc -p ./build/tsconfig.build.json"
  68. },
  69. "dependencies": {
  70. "@microsoft/1ds-core-js": "^3.2.13",
  71. "@microsoft/1ds-post-js": "^3.2.13",
  72. "@parcel/watcher": "2.1.0",
  73. "@vscode/iconv-lite-umd": "0.7.0",
  74. "@vscode/policy-watcher": "^1.1.4",
  75. "@vscode/proxy-agent": "^0.19.0",
  76. "@vscode/ripgrep": "^1.15.9",
  77. "@vscode/spdlog": "^0.15.0",
  78. "@vscode/sqlite3": "5.1.6-vscode",
  79. "@vscode/sudo-prompt": "9.3.1",
  80. "@vscode/vscode-languagedetection": "1.0.21",
  81. "@vscode/windows-mutex": "^0.5.0",
  82. "@vscode/windows-process-tree": "^0.6.0",
  83. "@vscode/windows-registry": "^1.1.0",
  84. "@xterm/addon-image": "0.9.0-beta.17",
  85. "@xterm/addon-search": "0.16.0-beta.17",
  86. "@xterm/addon-serialize": "0.14.0-beta.17",
  87. "@xterm/addon-unicode11": "0.9.0-beta.17",
  88. "@xterm/addon-webgl": "0.19.0-beta.17",
  89. "@xterm/headless": "5.6.0-beta.17",
  90. "@xterm/xterm": "5.6.0-beta.17",
  91. "graceful-fs": "4.2.11",
  92. "http-proxy-agent": "^7.0.0",
  93. "https-proxy-agent": "^7.0.2",
  94. "jschardet": "3.0.0",
  95. "kerberos": "^2.0.1",
  96. "minimist": "^1.2.6",
  97. "native-is-elevated": "0.7.0",
  98. "native-keymap": "^3.3.5",
  99. "native-watchdog": "^1.4.1",
  100. "node-pty": "1.1.0-beta11",
  101. "tas-client-umd": "0.2.0",
  102. "v8-inspect-profiler": "^0.1.1",
  103. "vscode-oniguruma": "1.7.0",
  104. "vscode-regexpp": "^3.1.0",
  105. "vscode-textmate": "9.0.0",
  106. "yauzl": "^3.0.0",
  107. "yazl": "^2.4.3"
  108. },
  109. "devDependencies": {
  110. "@playwright/test": "^1.40.1",
  111. "@swc/core": "1.3.62",
  112. "@types/cookie": "^0.3.3",
  113. "@types/debug": "^4.1.5",
  114. "@types/graceful-fs": "4.1.2",
  115. "@types/gulp-svgmin": "^1.2.1",
  116. "@types/http-proxy-agent": "^2.0.1",
  117. "@types/kerberos": "^1.1.2",
  118. "@types/minimist": "^1.2.1",
  119. "@types/mocha": "^9.1.1",
  120. "@types/node": "18.x",
  121. "@types/sinon": "^10.0.2",
  122. "@types/sinon-test": "^2.4.2",
  123. "@types/trusted-types": "^1.0.6",
  124. "@types/vscode-notebook-renderer": "^1.72.0",
  125. "@types/webpack": "^5.28.5",
  126. "@types/wicg-file-system-access": "^2020.9.6",
  127. "@types/windows-foreground-love": "^0.3.0",
  128. "@types/winreg": "^1.2.30",
  129. "@types/yauzl": "^2.10.0",
  130. "@types/yazl": "^2.4.2",
  131. "@typescript-eslint/eslint-plugin": "^6.21.0",
  132. "@typescript-eslint/experimental-utils": "^5.57.0",
  133. "@typescript-eslint/parser": "^6.21.0",
  134. "@vscode/gulp-electron": "^1.36.0",
  135. "@vscode/l10n-dev": "0.0.30",
  136. "@vscode/telemetry-extractor": "^1.10.2",
  137. "@vscode/test-cli": "^0.0.6",
  138. "@vscode/test-electron": "^2.3.8",
  139. "@vscode/test-web": "^0.0.50",
  140. "@vscode/v8-heap-parser": "^0.1.0",
  141. "@vscode/vscode-perf": "^0.0.14",
  142. "ansi-colors": "^3.2.3",
  143. "asar": "^3.0.3",
  144. "chromium-pickle-js": "^0.2.0",
  145. "cookie": "^0.4.0",
  146. "copy-webpack-plugin": "^11.0.0",
  147. "css-loader": "^6.9.1",
  148. "cssnano": "^6.0.3",
  149. "debounce": "^1.0.0",
  150. "deemon": "^1.8.0",
  151. "electron": "28.2.8",
  152. "eslint": "8.36.0",
  153. "eslint-plugin-header": "3.1.1",
  154. "eslint-plugin-jsdoc": "^46.5.0",
  155. "eslint-plugin-local": "^1.0.0",
  156. "event-stream": "3.3.4",
  157. "fancy-log": "^1.3.3",
  158. "file-loader": "^6.2.0",
  159. "glob": "^5.0.13",
  160. "gulp": "^4.0.0",
  161. "gulp-azure-storage": "^0.12.1",
  162. "gulp-bom": "^3.0.0",
  163. "gulp-buffer": "0.0.2",
  164. "gulp-concat": "^2.6.1",
  165. "gulp-eslint": "^5.0.0",
  166. "gulp-filter": "^5.1.0",
  167. "gulp-flatmap": "^1.0.2",
  168. "gulp-gunzip": "^1.0.0",
  169. "gulp-gzip": "^1.4.2",
  170. "gulp-json-editor": "^2.5.0",
  171. "gulp-plumber": "^1.2.0",
  172. "gulp-rename": "^1.2.0",
  173. "gulp-replace": "^0.5.4",
  174. "gulp-sourcemaps": "^3.0.0",
  175. "gulp-svgmin": "^4.1.0",
  176. "gulp-untar": "^0.0.7",
  177. "husky": "^0.13.1",
  178. "innosetup": "6.0.5",
  179. "istanbul-lib-coverage": "^3.2.0",
  180. "istanbul-lib-instrument": "^6.0.1",
  181. "istanbul-lib-report": "^3.0.0",
  182. "istanbul-lib-source-maps": "^4.0.1",
  183. "istanbul-reports": "^3.1.5",
  184. "lazy.js": "^0.4.2",
  185. "merge-options": "^1.0.1",
  186. "mime": "^1.4.1",
  187. "minimatch": "^3.0.4",
  188. "minimist": "^1.2.6",
  189. "mkdirp": "^1.0.4",
  190. "mocha": "^10.2.0",
  191. "mocha-junit-reporter": "^2.2.1",
  192. "mocha-multi-reporters": "^1.5.1",
  193. "npm-run-all": "^4.1.5",
  194. "opn": "^6.0.0",
  195. "p-all": "^1.0.0",
  196. "path-browserify": "^1.0.1",
  197. "postcss": "^8.4.33",
  198. "postcss-nesting": "^12.0.2",
  199. "pump": "^1.0.1",
  200. "rcedit": "^1.1.0",
  201. "rimraf": "^2.2.8",
  202. "sinon": "^12.0.1",
  203. "sinon-test": "^3.1.3",
  204. "source-map": "0.6.1",
  205. "source-map-support": "^0.3.2",
  206. "style-loader": "^3.3.2",
  207. "ts-loader": "^9.4.2",
  208. "ts-node": "^10.9.1",
  209. "tsec": "0.2.7",
  210. "typescript": "^5.5.0-dev.20240408",
  211. "typescript-formatter": "7.1.0",
  212. "util": "^0.12.4",
  213. "vscode-nls-dev": "^3.3.1",
  214. "webpack": "^5.91.0",
  215. "webpack-cli": "^5.1.4",
  216. "webpack-stream": "^7.0.0",
  217. "xml2js": "^0.5.0",
  218. "yaserver": "^0.4.0"
  219. },
  220. "repository": {
  221. "type": "git",
  222. "url": "https://github.com/microsoft/vscode.git"
  223. },
  224. "bugs": {
  225. "url": "https://github.com/microsoft/vscode/issues"
  226. },
  227. "optionalDependencies": {
  228. "windows-foreground-love": "0.5.0"
  229. }
  230. }