8 Star 50 Fork 27

idea4good / GuiLitePreviewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 814 Bytes
一键复制 编辑 原始数据 按行查看 历史
idea4good 提交于 2019-06-03 16:24 . upload prototype code
{
"name": "guilite-previewer",
"description": "GuiLitePreviewer - Preview layout for GuiLite Appp code",
"version": "0.0.1",
"publisher": "vscode-samples",
"engines": {
"vscode": "^1.32.0"
},
"categories": [
"Other"
],
"activationEvents": [
"onCommand:guiLite.preview",
"onCommand:guiLite.doThing",
"onWebviewPanel:preview"
],
"main": "./out/extension.js",
"contributes": {
"commands": [
{
"command": "guiLite.preview",
"title": "Preview layout",
"category": "GuiLite"
}
]
},
"scripts": {
"vscode:prepublish": "npm run compile",
"compile": "tsc -p ./",
"lint": "tslint -p ./",
"watch": "tsc -w -p ./"
},
"dependencies": {},
"devDependencies": {
"@types/node": "^10.5.2",
"tslint": "^5.16.0",
"typescript": "^3.4.5",
"@types/vscode": "^1.32.0"
}
}
TypeScript
1
https://gitee.com/idea4good/GuiLitePreviewer.git
git@gitee.com:idea4good/GuiLitePreviewer.git
idea4good
GuiLitePreviewer
GuiLitePreviewer
master

搜索帮助