Files
lit-examples/lit-html-editor/package.json
T

19 lines
367 B
JSON

{
"name": "lit-html-editor",
"version": "0.0.0",
"types": "types/my-element.d.ts",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build"
},
"dependencies": {
"@material/mwc-icon": "^0.25.3",
"@material/mwc-icon-button": "^0.21.0",
"lit": "*"
},
"devDependencies": {
"typescript": "^4.1.3",
"vite": "^2.3.4"
}
}