{ "name": "java-service-editor", "version": "10.15.0", "description": "Java Service Editor Theia application", "private": true, "dependencies": { "@builtioflow/origin-shared-components": "^10.15.81", "@delite/dlt": "11.0.4", "@theia/bulk-edit": "1.25.0", "@theia/callhierarchy": "1.25.0", "@theia/console": "1.25.0", "@theia/core": "1.25.0", "@theia/debug": "1.25.0", "@theia/editor": "1.25.0", "@theia/editor-preview": "1.25.0", "@theia/electron": "1.25.0", "@theia/external-terminal": "1.25.0", "@theia/file-search": "1.25.0", "@theia/filesystem": "1.25.0", "@theia/keymaps": "1.25.0", "@theia/markers": "1.25.0", "@theia/messages": "1.25.0", "@theia/metrics": "1.25.0", "@theia/monaco": "1.25.0", "@theia/navigator": "1.25.0", "@theia/outline-view": "1.25.0", "@theia/output": "1.25.0", "@theia/plugin-dev": "1.25.0", "@theia/plugin-ext": "1.25.0", "@theia/plugin-ext-vscode": "1.25.0", "@theia/preferences": "1.25.0", "@theia/process": "1.25.0", "@theia/property-view": "1.25.0", "@theia/search-in-workspace": "1.25.0", "@theia/task": "1.25.0", "@theia/terminal": "1.25.0", "@theia/timeline": "1.25.0", "@theia/toolbar": "1.25.0", "@theia/typehierarchy": "1.25.0", "@theia/userstorage": "1.25.0", "@theia/variable-resolver": "1.25.0", "@theia/vsx-registry": "1.25.0", "@theia/workspace": "1.25.0", "@types/bent": "^7.0.1", "bent": "^7.1.0", "buffer": "^6.0.3", "compression-webpack-plugin": "^9.0.0", "copy-webpack-plugin": "^8.1.1", "fs-extra": "^9.0.1", "https-agent": "^1.0.0", "typescript": "^4.8.2", "webpack": "^5.48.0", "webpack-cli": "^4.7.0" }, "devDependencies": { "@theia/cli": "1.25.0", "@types/node": "14", "@types/node-fetch": "^2.6.2", "@typescript-eslint/eslint-plugin": "^4.25.0", "@typescript-eslint/eslint-plugin-tslint": "^4.25.0", "@typescript-eslint/parser": "^4.25.0", "@types/yargs": "17.0.7", "concurrently": "^3.5.0", "electron": "^15.5.7", "node-gyp": "^9.0.0", "lerna": "^4.0.0", "rimraf": "^2.7.1", "typescript": "^4.5.5", "yargs": "^17.2.1", "ts-node": "^10.0.0", "wdio-chromedriver-service": "^6.0.4", "webdriverio": "^6.10.2" }, "scripts": { "prepare": "yarn run clean && yarn --cwd packages/java-service-editor build && yarn run download:plugins && yarn --cwd java-service-editor-app/browser prepareBuild", "prepareB": "yarn config set ignore-engines true", "prepareOriginal": "lerna run clean && yarn run build && yarn run download:plugins", "clean": "rimraf lib src-gen", "build": "theia build", "download:plugins": "theia download:plugins", "docs": "--tsconfig tsconfig.json --options configs/typedoc.json .", "watch": "tsc -w", "prepare1": "yarn run clean && yarn run compile:tsc && yarn run download:plugins", "browser": "yarn --cwd java-service-editor-app/browser", "compile:tsc": "tsc -b", "watch:bundle": "theia build --watch --mode development", "start:browser": "yarn --cwd java-service-editor-app/browser start", "rebuild:browser": "theia rebuild:browser" }, "theiaPluginsDir": "plugins", "theiaPlugins": { "vscode.markdown-language-features": "https://open-vsx.org/api/vscode/markdown-language-features/1.39.2/file/vscode.markdown-language-features-1.39.2.vsix", "vscode-builtin-extensions-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix", "redhat.java": "https://open-vsx.org/api/redhat/java/0.73.0/file/redhat.java-0.73.0.vsix", "vscjava.vscode-java-debug": "https://open-vsx.org/api/vscjava/vscode-java-debug/0.30.0/file/vscjava.vscode-java-debug-0.30.0.vsix", "vscjava.vscode-java-dependency": "https://open-vsx.org/api/vscjava/vscode-java-dependency/0.16.0/file/vscjava.vscode-java-dependency-0.16.0.vsix" }, "theiaPluginsExcludeIds": [ "vscode.extension-editing", "vscode.git", "vscode.git-ui", "vscode.github", "vscode.github-authentication", "vscode.markdown-language-features", "vscode.microsoft-authentication", "ms-vscode.js-debug-companion" ], "workspaces": [ "packages/*", "java-service-editor-app/*" ], "repository": "https://github.softwareag.com/AIM/java-service-editor.git", "license": "see license in 'LICENSE' file", "engines": { "yarn": ">=1.7.0 <2.x.x", "node": ">=12.14.1" }, "resolutions": { "drivelist": "9.0.2", "**/multer": "1.4.4-lts.1", "**/@types/node": "14", "**/colors": "<=1.4.0", "**/webpack": "5.46.0" } }