deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
69
examples/api-samples.disabled/package.json
Normal file
69
examples/api-samples.disabled/package.json
Normal file
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@theia/api-samples",
|
||||
"version": "1.68.0",
|
||||
"description": "Theia - Example code to demonstrate Theia API",
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.25.1",
|
||||
"@theia/ai-chat": "1.68.0",
|
||||
"@theia/ai-chat-ui": "1.68.0",
|
||||
"@theia/ai-code-completion": "1.68.0",
|
||||
"@theia/ai-core": "1.68.0",
|
||||
"@theia/ai-mcp": "1.68.0",
|
||||
"@theia/ai-mcp-server": "1.68.0",
|
||||
"@theia/core": "1.68.0",
|
||||
"@theia/file-search": "1.68.0",
|
||||
"@theia/filesystem": "1.68.0",
|
||||
"@theia/monaco": "1.68.0",
|
||||
"@theia/monaco-editor-core": "1.96.302",
|
||||
"@theia/output": "1.68.0",
|
||||
"@theia/ovsx-client": "1.68.0",
|
||||
"@theia/search-in-workspace": "1.68.0",
|
||||
"@theia/test": "1.68.0",
|
||||
"@theia/toolbar": "1.68.0",
|
||||
"@theia/vsx-registry": "1.68.0",
|
||||
"@theia/workspace": "1.68.0",
|
||||
"zod": "^4.2.1"
|
||||
},
|
||||
"theiaExtensions": [
|
||||
{
|
||||
"frontend": "lib/browser/api-samples-frontend-module",
|
||||
"backend": "lib/node/api-samples-backend-module"
|
||||
},
|
||||
{
|
||||
"electronMain": "lib/electron-main/update/sample-updater-main-module",
|
||||
"frontendElectron": "lib/electron-browser/updater/sample-updater-frontend-module"
|
||||
},
|
||||
{
|
||||
"frontendOnly": "lib/browser-only/api-samples-frontend-only-module"
|
||||
},
|
||||
{
|
||||
"frontendPreload": "lib/browser/api-samples-preload-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": {
|
||||
"lint": "theiaext lint",
|
||||
"build": "theiaext build",
|
||||
"watch": "theiaext watch",
|
||||
"clean": "theiaext clean"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/ext-scripts": "1.68.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user