Files
commafeed-podcasts/package.json
2026-04-28 17:16:00 +02:00

37 lines
978 B
JSON

{
"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-labs/router": "^0.1.4",
"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"
}