Skip to content
Snippets Groups Projects
Select Git revision
  • d5acca9507d5a71510bf96aa07c938e5d2704192
  • master default protected
  • feat-create_little_container_for_developer
  • feat/pipeline_publish_extension
  • feat-publish_extension_on_marketplace_with_ci
  • feat-log-in
  • feat-connect_uri_handler_with_chosse_workdir_and_connection
  • feat-choose-mission-workdir
  • 10-en-tant-qu-etudiant-je-souhaite-pouvoir-lancer-une-mission-de-type-vscode-desktop-sur-mon-ide
  • new-building-way-recorder
  • fix-commit-any-challenge-type
  • recorder-push-code
  • theia-extension
  • 0.1.2
  • 0.1.1
  • 0.0.6
  • 1.4
  • 1.3
  • 1.2
  • 1.1
20 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 578 B
    {
      "name": "deadlock-theia",
      "version": "1.0.0",
      "description": "Deadlock Theia projet basé sur notre propre image de Theia https://git.e-biz.fr/deadlock-public/theia.",
      "scripts": {
        "prepare": "husky install"
      },
      "repository": {
        "type": "git",
        "url": "git@git.e-biz.fr:deadlock-public/deadlock-theia.git"
      },
      "author": "Takima",
      "devDependencies": {
        "husky": "^7.0.4",
        "lint-staged": "^12.3.7",
        "prettier": "2.6.2"
      },
      "lint-staged": {
        "*.{ts,md,js,json}": [
          "prettier --write --ignore-unknown",
          "git add"
        ]
      }
    }