mirror of
https://github.com/tauri-apps/tauri-theia.git
synced 2026-02-04 02:31:19 +01:00
52 lines
2.4 KiB
JSON
52 lines
2.4 KiB
JSON
{
|
|
"private": true,
|
|
"name": "theia",
|
|
"bin": "src-gen/backend/main.js",
|
|
"pkg": {
|
|
"assets": [
|
|
"lib/**/*",
|
|
"plugins/**/*"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@theia/callhierarchy": "next",
|
|
"@theia/file-search": "next",
|
|
"@theia/git": "next",
|
|
"@theia/json": "next",
|
|
"@theia/markers": "next",
|
|
"@theia/messages": "next",
|
|
"@theia/mini-browser": "next",
|
|
"@theia/navigator": "next",
|
|
"@theia/outline-view": "next",
|
|
"@theia/plugin-ext-vscode": "next",
|
|
"@theia/preferences": "next",
|
|
"@theia/preview": "next",
|
|
"@theia/search-in-workspace": "next",
|
|
"@theia/terminal": "next"
|
|
},
|
|
"devDependencies": {
|
|
"@theia/cli": "next",
|
|
"pkg": "^4.4.8",
|
|
"tauri": "^0.6.2"
|
|
},
|
|
"scripts": {
|
|
"prepare": "yarn theia:clean && yarn theia:build && yarn theia:download:plugins",
|
|
"theia:clean": "theia clean",
|
|
"theia:build": "theia build",
|
|
"theia:download:plugins": "theia download:plugins",
|
|
"theia:package": "pkg package.json -t node10 --output src-tauri/theia-binaries/theia"
|
|
},
|
|
"theiaPluginsDir": "plugins",
|
|
"theiaPlugins": {
|
|
"vscode-builtin-css": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/css-1.39.1-prel.vsix",
|
|
"vscode-builtin-html": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/html-1.39.1-prel.vsix",
|
|
"vscode-builtin-javascript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/javascript-1.39.1-prel.vsix",
|
|
"vscode-builtin-json": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/json-1.39.1-prel.vsix",
|
|
"vscode-builtin-markdown": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/markdown-1.39.1-prel.vsix",
|
|
"vscode-builtin-npm": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/npm-1.39.1-prel.vsix",
|
|
"vscode-builtin-scss": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/scss-1.39.1-prel.vsix",
|
|
"vscode-builtin-typescript": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/typescript-1.39.1-prel.vsix",
|
|
"vscode-builtin-typescript-language-features": "https://github.com/theia-ide/vscode-builtin-extensions/releases/download/v1.39.1-prel/typescript-language-features-1.39.1-prel.vsix"
|
|
}
|
|
}
|