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,42 @@
|
||||
{
|
||||
"version": "0.0.0",
|
||||
"main": "dist/my-element.es.js",
|
||||
"exports": {
|
||||
".": "./dist/my-element.es.js"
|
||||
},
|
||||
"types": "types/my-element.d.ts",
|
||||
"files": [
|
||||
"dist",
|
||||
"types"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"deploy": "npm run build && gh-pages -d dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@material/mwc-dialog": "^0.21.0",
|
||||
"@material/mwc-drawer": "^0.21.0",
|
||||
"@material/mwc-icon-button": "^0.21.0",
|
||||
"@material/mwc-list": "^0.21.0",
|
||||
"@material/mwc-textfield": "^0.21.0",
|
||||
"@material/mwc-top-app-bar-fixed": "^0.21.0",
|
||||
"events": "^3.3.0",
|
||||
"gh-pages": "^3.2.3",
|
||||
"lit": "*",
|
||||
"pouchdb-adapter-idb": "^7.2.2",
|
||||
"pouchdb-browser": "^7.2.2",
|
||||
"pouchdb-utils": "^7.2.2",
|
||||
"rxdb": "^9.21.0",
|
||||
"rxjs": "^7.2.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-node-resolve": "^11.2.1",
|
||||
"@types/node": "^16.0.0",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"typescript": "^4.3.2",
|
||||
"vite": "^2.3.8",
|
||||
"vite-plugin-pwa": "^0.8.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user