mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-23 06:47:18 +00:00
64 lines
1.7 KiB
JSON
64 lines
1.7 KiB
JSON
{
|
|
"private": true,
|
|
"name": "browser-app",
|
|
"version": "2.0.0-rc3",
|
|
"license": "AGPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@theia/core": "1.19.0",
|
|
"@theia/debug": "1.19.0",
|
|
"@theia/editor": "1.19.0",
|
|
"@theia/editor-preview": "1.19.0",
|
|
"@theia/file-search": "1.19.0",
|
|
"@theia/filesystem": "1.19.0",
|
|
"@theia/keymaps": "1.19.0",
|
|
"@theia/messages": "1.19.0",
|
|
"@theia/monaco": "1.19.0",
|
|
"@theia/navigator": "1.19.0",
|
|
"@theia/plugin-ext": "1.19.0",
|
|
"@theia/plugin-ext-vscode": "1.19.0",
|
|
"@theia/preferences": "1.19.0",
|
|
"@theia/process": "1.19.0",
|
|
"@theia/terminal": "1.19.0",
|
|
"@theia/workspace": "1.19.0",
|
|
"arduino-ide-extension": "2.0.0-rc3"
|
|
},
|
|
"devDependencies": {
|
|
"@theia/cli": "1.19.0"
|
|
},
|
|
"scripts": {
|
|
"prepare": "theia build --mode development",
|
|
"start": "theia start --plugins=local-dir:../plugins",
|
|
"watch": "theia build --watch --mode development"
|
|
},
|
|
"theia": {
|
|
"frontend": {
|
|
"config": {
|
|
"applicationName": "Arduino IDE",
|
|
"defaultTheme": "arduino-theme",
|
|
"preferences": {
|
|
"editor.autoSave": "on",
|
|
"editor.minimap.enabled": false,
|
|
"editor.tabSize": 2,
|
|
"editor.scrollBeyondLastLine": false,
|
|
"editor.quickSuggestions": {
|
|
"other": false,
|
|
"comments": false,
|
|
"strings": false
|
|
},
|
|
"breadcrumbs.enabled": false
|
|
}
|
|
}
|
|
},
|
|
"backend": {
|
|
"config": {
|
|
"configDirName": ".arduinoIDE"
|
|
}
|
|
},
|
|
"generator": {
|
|
"config": {
|
|
"preloadTemplate": "<div class='theia-preload' style='background-color: rgb(237, 241, 242);'></div>"
|
|
}
|
|
}
|
|
}
|
|
}
|