This commit is contained in:
2026-04-24 14:03:17 +02:00
commit 0191347312
31 changed files with 16354 additions and 0 deletions
+35
View File
@@ -0,0 +1,35 @@
{
"name": "app-cfpodcasts",
"description": "Webcomponent app-cfpodcasts following open-wc recommendations",
"license": "MIT",
"author": "Jan Andrle <andrle.jan@centrum.cz>",
"version": "0.0.0",
"type": "module",
"scripts": {
"test": "bs/test",
"build": "bs/build",
"start": "bs/start"
},
"dependencies": {
"lit": "~3.3"
},
"devDependencies": {
"@custom-elements-manifest/analyzer": "~0.11",
"@open-wc/testing": "~4.0",
"@rollup/plugin-babel": "~7.0",
"@rollup/plugin-node-resolve": "~16.0",
"@types/mocha": "~10.0",
"@web/dev-server": "~0.4",
"@web/rollup-plugin-html": "~3.1",
"@web/rollup-plugin-import-meta-assets": "~2.3",
"@web/test-runner": "~0.20",
"babel-plugin-template-html-minifier": "~4.1",
"deepmerge": "~4.3",
"rollup": "~4.59",
"rollup-plugin-esbuild": "~6.2",
"rollup-plugin-workbox": "~8.1",
"tslib": "~2.8",
"typescript": "~6.0"
},
"customElements": "custom-elements.json"
}