Files
theia-code-os/packages/design-panel/package.json
mawkone 8bb5110148
Some checks failed
Playwright Tests / Playwright Tests (ubuntu-22.04, Node.js 22.x) (push) Has been cancelled
3PP License Check / 3PP License Check (11, 22.x, ubuntu-22.04) (push) Has been cancelled
Publish packages to NPM / Perform Publishing (push) Has been cancelled
deploy: current vibn theia state
Made-with: Cursor
2026-02-27 12:01:08 -08:00

38 lines
825 B
JSON

{
"name": "@theia/design-panel",
"version": "1.68.0",
"description": "Vibn Design Panel — screen browser and live preview",
"license": "EPL-2.0 OR GPL-2.0-only WITH Classpath-exception-2.0",
"keywords": [
"theia-extension"
],
"theiaExtensions": [
{
"frontend": "lib/browser/design-panel-frontend-module"
}
],
"dependencies": {
"@theia/core": "1.68.0",
"@theia/filesystem": "1.68.0",
"@theia/workspace": "1.68.0",
"tslib": "^2.6.2"
},
"devDependencies": {
"@theia/ext-scripts": "1.68.0"
},
"files": [
"lib",
"src"
],
"scripts": {
"build": "theiaext build",
"clean": "theiaext clean",
"compile": "theiaext compile",
"lint": "theiaext lint",
"watch": "theiaext watch"
},
"nyc": {
"extends": "../../configs/nyc.json"
}
}