deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
71
packages/ai-ide/package.json
Normal file
71
packages/ai-ide/package.json
Normal file
@@ -0,0 +1,71 @@
|
||||
{
|
||||
"name": "@theia/ai-ide",
|
||||
"version": "1.68.0",
|
||||
"description": "AI IDE Agents 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",
|
||||
"keywords": [
|
||||
"theia-extension"
|
||||
],
|
||||
"dependencies": {
|
||||
"@theia/ai-chat": "1.68.0",
|
||||
"@theia/ai-chat-ui": "1.68.0",
|
||||
"@theia/ai-core": "1.68.0",
|
||||
"@theia/core": "1.68.0",
|
||||
"@theia/debug": "1.68.0",
|
||||
"@theia/editor": "1.68.0",
|
||||
"@theia/filesystem": "1.68.0",
|
||||
"@theia/markers": "1.68.0",
|
||||
"@theia/monaco": "1.68.0",
|
||||
"@theia/navigator": "1.68.0",
|
||||
"@theia/preferences": "1.68.0",
|
||||
"@theia/scm": "1.68.0",
|
||||
"@theia/search-in-workspace": "1.68.0",
|
||||
"@theia/task": "1.68.0",
|
||||
"@theia/terminal": "1.68.0",
|
||||
"@theia/workspace": "1.68.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"ignore": "^6.0.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"minimatch": "^10.0.3",
|
||||
"puppeteer-core": "^24.10.0",
|
||||
"simple-git": "^3.25.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "1.68.0",
|
||||
"@theia/test": "1.68.0"
|
||||
},
|
||||
"theiaExtensions": [
|
||||
{
|
||||
"frontend": "lib/browser/frontend-module",
|
||||
"secondaryWindow": "lib/browser/frontend-module",
|
||||
"backend": "lib/node/backend-module"
|
||||
}
|
||||
],
|
||||
"files": [
|
||||
"lib",
|
||||
"src"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "theiaext build",
|
||||
"clean": "theiaext clean",
|
||||
"compile": "theiaext compile",
|
||||
"lint": "theiaext lint",
|
||||
"test": "theiaext test",
|
||||
"watch": "theiaext watch"
|
||||
},
|
||||
"nyc": {
|
||||
"extends": "../../configs/nyc.json"
|
||||
},
|
||||
"gitHead": "21358137e41342742707f660b8e222f940a27652"
|
||||
}
|
||||
Reference in New Issue
Block a user