deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
78
packages/git/package.json
Normal file
78
packages/git/package.json
Normal file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@theia/git",
|
||||
"version": "1.68.0",
|
||||
"description": "Theia - Git Integration",
|
||||
"dependencies": {
|
||||
"@theia/core": "1.68.0",
|
||||
"@theia/editor": "1.68.0",
|
||||
"@theia/filesystem": "1.68.0",
|
||||
"@theia/monaco-editor-core": "1.96.302",
|
||||
"@theia/navigator": "1.68.0",
|
||||
"@theia/scm": "1.68.0",
|
||||
"@theia/scm-extra": "1.68.0",
|
||||
"@theia/workspace": "1.68.0",
|
||||
"@types/diff": "^5.2.1",
|
||||
"diff": "^5.2.0",
|
||||
"dugite-extra": "0.1.17",
|
||||
"find-git-exec": "^0.0.4",
|
||||
"find-git-repositories": "^0.1.1",
|
||||
"luxon": "^2.4.0",
|
||||
"node-ssh": "^12.0.1",
|
||||
"octicons": "^7.1.0",
|
||||
"p-queue": "^8.0.1",
|
||||
"ts-md5": "^1.2.2",
|
||||
"tslib": "^2.6.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"theiaExtensions": [
|
||||
{
|
||||
"frontend": "lib/browser/git-frontend-module",
|
||||
"backend": "lib/node/git-backend-module"
|
||||
},
|
||||
{
|
||||
"backend": "lib/node/env/git-env-module",
|
||||
"backendElectron": "lib/electron-node/env/electron-git-env-module"
|
||||
},
|
||||
{
|
||||
"frontend": "lib/browser/prompt/git-prompt-module",
|
||||
"frontendElectron": "lib/electron-browser/prompt/electron-git-prompt-module"
|
||||
}
|
||||
],
|
||||
"keywords": [
|
||||
"theia-extension"
|
||||
],
|
||||
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/eclipse-theia/theia.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/eclipse-theia/theia/issues"
|
||||
},
|
||||
"homepage": "https://github.com/eclipse-theia/theia",
|
||||
"files": [
|
||||
"lib",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "theiaext build",
|
||||
"clean": "theiaext clean",
|
||||
"compile": "theiaext compile",
|
||||
"lint": "theiaext lint",
|
||||
"test": "theiaext test --no-cluster",
|
||||
"test:watch": "theiaext test:watch",
|
||||
"watch": "theiaext watch"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/ext-scripts": "1.68.0",
|
||||
"@types/luxon": "^2.3.2",
|
||||
"upath": "^1.0.2"
|
||||
},
|
||||
"nyc": {
|
||||
"extends": "../../configs/nyc.json"
|
||||
},
|
||||
"gitHead": "21358137e41342742707f660b8e222f940a27652"
|
||||
}
|
||||
Reference in New Issue
Block a user