38 lines
825 B
JSON
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"
|
|
}
|
|
}
|