Skip to content
Snippets Groups Projects
Select Git revision
  • cbfb85baf0bf37fe4656432fd903b340bf47aebb
  • main default protected
  • 1.22.1-java
  • 1.22.1
  • 1.201
  • 1.20
6 results

1.22.1.package.json

Blame
    • Alex's avatar
      62c57547
      build: 1.22.1 · 62c57547
      Alex authored
      - Suppression du warning concernant le hostname sur la partie front
      62c57547
      History
      build: 1.22.1
      Alex authored
      - Suppression du warning concernant le hostname sur la partie front
    1.22.1.package.json 3.34 KiB
    {
      "private": true,
      "dependencies": {
        "@theia/core": "1.22.1",
        "@theia/callhierarchy": "1.22.1",
        "@theia/file-search": "1.22.1",
        "@theia/editor": "1.22.1",
        "@theia/git": "1.22.1",
        "@theia/markers": "1.22.1",
        "@theia/editor-preview": "1.22.1",
        "@theia/keymaps": "1.22.1",
        "@theia/filesystem": "1.22.1",
        "@theia/output": "1.22.1",
        "@theia/plugin": "1.22.1",
        "@theia/plugin-ext": "1.22.1",
        "@theia/plugin-ext-vscode": "1.22.1",
        "@theia/process": "1.22.1",
        "@theia/scm": "1.22.1",
        "@theia/task": "1.22.1",
        "@theia/typehierarchy": "1.22.1",
        "@theia/userstorage": "1.22.1",
        "@theia/variable-resolver": "1.22.1",
        "@theia/workspace": "1.22.1",
        "@theia/monaco": "1.22.1",
        "@theia/messages": "1.22.1",
        "@theia/navigator": "1.22.1",
        "@theia/outline-view": "1.22.1",
        "@theia/preferences": "1.22.1",
        "@theia/preview": "1.22.1",
        "@theia/search-in-workspace": "1.22.1",
        "@theia/terminal": "1.22.1",
        "@theia/mini-browser": "1.22.1",
        "@theia/vsx-registry": "1.22.1",
        "@theia/console": "1.22.1"
      },
      "theia": {
        "frontend": {
          "config": {
            "warnOnPotentiallyInsecureHostPattern": false
          }
        }
      },
      "devDependencies": {
        "@theia/cli": "1.22.1"
      },
      "scripts": {
        "prepare": "yarn run clean && yarn build && yarn run download:plugins",
        "clean": "theia clean",
        "build": "theia build --mode development",
        "start": "theia start --plugins=local-dir:plugins",
        "download:plugins": "theia download:plugins"
      },
      "theiaPluginsDir": "plugins",
      "theiaPlugins": {
        "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",
        "vscode-builtins-pack": "https://open-vsx.org/api/eclipse-theia/builtin-extension-pack/1.50.1/file/eclipse-theia.builtin-extension-pack-1.50.1.vsix",
        "vscode.git": "https://open-vsx.org/api/vscode/git/1.52.1/file/vscode.git-1.52.1.vsix",
        "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.editorconfig": "https://github.com/theia-ide/editorconfig-vscode/releases/download/v0.14.4/EditorConfig-0.14.4.vsix",
        "vscode-clangd": "https://open-vsx.org/api/llvm-vs-code-extensions/vscode-clangd/0.1.11/file/llvm-vs-code-extensions.vscode-clangd-0.1.11.vsix",
        "cdt-gdb-vscode": "https://open-vsx.org/api/eclipse-cdt/cdt-gdb-vscode/0.0.92/file/eclipse-cdt.cdt-gdb-vscode-0.0.92.vsix",
        "vscode-eslint": "https://github.com/theia-ide/vscode-eslint/releases/download/release%2F2.0.15/vscode-eslint-2.0.15.vsix",
        "vscode-go": "https://open-vsx.org/api/golang/Go/0.16.2/file/golang.Go-0.16.2.vsix",
        "vscode-python": "https://open-vsx.org/api/ms-python/python/2020.8.105369/file/ms-python.python-2020.8.105369.vsix",
        "vscode-ruby": "https://github.com/rubyide/vscode-ruby/releases/download/v0.25.0/ruby-0.25.0.vsix",
        "plantuml": "https://open-vsx.org/api/jebbs/plantuml/2.14.0/file/jebbs.plantuml-2.14.0.vsix",
        "yangster": "https://open-vsx.org/api/typefox/yang-vscode/2.0.3/file/typefox.yang-vscode-2.0.3.vsix"
      },
      "theiaPluginsExcludeIds": [
        "vscode.extension-editing",
        "vscode.github",
        "vscode.microsoft-authentication"
      ],
      "warnOnPotentiallyInsecureHostPattern": false
    }