Consolidate Lit repositories: figma-to-lit, figma_lit_example, lit-3d-piano, lit-calculator, lit-code-editor, lit-draggable-dom, lit-file-based-routing, lit-force-graph, lit-html-editor, lit-html-table, lit-modules, lit-native, lit-node-editor, lit-sheet-music, lit-starter-ts, lit-vscode-extension, lit-wmr, vite-lit-capacitor, vite-lit-element-starter, vite-rxdb-lit
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
{
|
||||
"name": "lit-vscode-extension",
|
||||
"description": "Lit VSCode Extension Example",
|
||||
"version": "0.0.1",
|
||||
"publisher": "rodydavis",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/rodydavis/lit-vscode-extension"
|
||||
},
|
||||
"engines": {
|
||||
"vscode": "^1.47.0"
|
||||
},
|
||||
"categories": [
|
||||
"Other"
|
||||
],
|
||||
"activationEvents": [
|
||||
"onCommand:lit.start",
|
||||
"onCommand:lit.reset",
|
||||
"onWebviewPanel:lit"
|
||||
],
|
||||
"main": "./build/extension.js",
|
||||
"contributes": {
|
||||
"commands": [
|
||||
{
|
||||
"command": "lit.start",
|
||||
"title": "Open Plugin",
|
||||
"category": "lit"
|
||||
},
|
||||
{
|
||||
"command": "lit.reset",
|
||||
"title": "Reset",
|
||||
"category": "lit"
|
||||
}
|
||||
]
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"ext": "tsc src/extension.ts --outdir build --skipLibCheck --module commonjs",
|
||||
"compile": "npm run build && npm run ext",
|
||||
"serve": "vite preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"lit": "*"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^15.12.4",
|
||||
"@types/vscode": "^1.57.0",
|
||||
"typescript": "^4.2.3",
|
||||
"vite": "^2.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user