{ "name": "dbp-toolkit-showcase", "version": "0.2.0", "main": "src/toolkit-showcase.js", "license": "LGPL-2.1-or-later", "private": true, "devDependencies": { "@babel/core": "^7.10.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-syntax-import-meta": "^7.10.1", "@babel/plugin-transform-runtime": "^7.10.3", "@babel/preset-env": "^7.10.3", "@babel/runtime-corejs3": "^7.10.3", "@rollup/plugin-babel": "^5.0.4", "@rollup/plugin-commonjs": "^20.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-url": "^6.0.0", "babel-eslint": "^10.0.3", "@esm-bundle/chai": "^4.2.0", "chokidar": "^3.4.0", "eslint": "^7.3.1", "eslint-plugin-jsdoc": "^36.0.0", "find-cache-dir": "^3.3.1", "glob": "^7.1.6", "i18next-scanner": "^3.0.0", "karma": "^6.0.0", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^2.1.0", "karma-mocha": "^2.0.1", "mocha": "^9.0.0", "rollup": "^2.18.1", "rollup-plugin-copy": "^3.3.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-emit-ejs": "^3.1.0", "rollup-plugin-license": "^2.1.0", "rollup-plugin-md": "^1.0.0", "rollup-plugin-serve": "^1.0.1", "rollup-plugin-terser": "^7.0.2", "selfsigned": "^1.10.7" }, "dependencies": { "@dbp-toolkit/app-shell": "^0.2.0", "@dbp-toolkit/auth": "^0.2.0", "@dbp-toolkit/common": "^0.2.0", "@dbp-toolkit/file-handling": "^0.2.0", "@dbp-toolkit/font-source-sans-pro": "^0.2.0", "@dbp-toolkit/language-select": "^0.2.0", "@dbp-toolkit/notification": "^0.2.0", "@dbp-toolkit/person-profile": "^0.2.0", "@dbp-toolkit/person-select": "^0.2.0", "@dbp-toolkit/organization-select": "^0.2.0", "@open-wc/scoped-elements": "^1.3.3", "highlight.js": "^11.0.0", "lit-element": "^2.4.0", "lit-html": "^1.3.0" }, "scripts": { "build": "rollup -c", "i18next": "i18next-scanner", "watch": "rollup -c --watch", "watch-local": "yarn run watch", "watch-full": "rollup -c --watch --environment FORCE_FULL", "watch-bs": "rollup -c --watch --environment APP_ENV:bs", "lint": "eslint ." } }