mirror of
https://github.com/iconify/iconify.git
synced 2024-11-08 14:20:57 +00:00
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "@iconify-icon/lit-demo",
|
|
"private": true,
|
|
"description": "Webcomponent lit-demo following open-wc recommendations",
|
|
"license": "MIT",
|
|
"author": "lit-demo",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"build": "rimraf dist && tsc && rollup -c rollup.config.js",
|
|
"start:build": "web-dev-server --root-dir dist --app-index index.html --open",
|
|
"analyze": "cem analyze --litelement",
|
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\""
|
|
},
|
|
"dependencies": {
|
|
"lit": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.16.4",
|
|
"@custom-elements-manifest/analyzer": "^0.4.17",
|
|
"@iconify-icons/line-md": "^1.2.4",
|
|
"@open-wc/building-rollup": "^2.0.1",
|
|
"@rollup/plugin-babel": "^5.3.0",
|
|
"@rollup/plugin-node-resolve": "^13.0.6",
|
|
"@web/dev-server": "^0.1.28",
|
|
"@web/rollup-plugin-html": "^1.10.1",
|
|
"@web/rollup-plugin-import-meta-assets": "^1.0.7",
|
|
"babel-plugin-template-html-minifier": "^4.1.0",
|
|
"concurrently": "^5.3.0",
|
|
"deepmerge": "^4.2.2",
|
|
"rimraf": "^3.0.2",
|
|
"rollup": "^2.60.0",
|
|
"rollup-plugin-terser": "^7.0.2",
|
|
"rollup-plugin-workbox": "^6.2.0",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.5.2"
|
|
},
|
|
"customElements": "custom-elements.json"
|
|
}
|