UNPKG

@digital-blueprint/cabinet-app

Version:

[GitHub Repository](https://github.com/digital-blueprint/cabinet-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/cabinet-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/cabinet-app/) | [Cabinet Bundle](https://github

89 lines (88 loc) 3.61 kB
{ "name": "@digital-blueprint/cabinet-app", "internalName": "dbp-cabinet", "version": "0.0.2", "main": "src/dbp-cabinet.js", "license": "LGPL-2.1-or-later", "private": false, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "workspaces": [ "vendor/toolkit/packages/*", "vendor/signature", "vendor/dispatch" ], "engines": { "node": ">=18.0.0", "npm": ">=7.0.0" }, "devDependencies": { "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-replace": "^5.0.0", "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-url": "^8.0.0", "can-npm-publish": "^1.3.3", "chai": "^5.0.0", "eslint": "^8.0.1", "eslint-plugin-jsdoc": "^48.0.0", "glob": "^10.0.0", "i18next-parser": "^8.0.0", "karma": "^6.0.0", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^2.1.0", "karma-mocha": "^2.0.1", "mocha": "^10.0.0", "playwright": "^1.34.0", "playwright-core": "^1.21.0", "prettier": "^3.0.0", "rollup": "^4.0.0", "rollup-plugin-copy": "^3.3.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-emit-ejs": "^3.1.0", "rollup-plugin-license": "^3.0.1", "rollup-plugin-serve": "^2.0.0", "selfsigned": "^2.0.0" }, "dependencies": { "@dbp-toolkit/app-shell": "^0.3.0", "@dbp-toolkit/auth": "^0.3.0", "@dbp-toolkit/common": "^0.3.0", "@dbp-toolkit/file-handling": "^0.3.0", "@dbp-toolkit/language-select": "^0.3.0", "@dbp-toolkit/notification": "^0.3.0", "@dbp-toolkit/pdf-viewer": "^0.0.7", "@dbp-toolkit/person-select": "^0.3.3", "@digital-blueprint/dispatch-app": "^1.2.7", "@digital-blueprint/esign-app": "^2.1.5", "@fontsource/nunito-sans": "^5.0.0", "@open-wc/scoped-elements": "^2.1.0", "@tugraz/font-source-sans-pro": "^0.2.4", "@tugraz/web-components": "^0.3.6", "@webcomponents/scoped-custom-element-registry": "^0.0.9", "lit": "^2.7.0 || ^3.0.0", "pdfjs-dist": "^2.12.313" }, "scripts": { "build": "rollup --bundleConfigAsCjs -c", "i18next": "i18next", "format": "npm run format:eslint && npm run format:prettier", "format:eslint": "eslint \"**/*.{js,ts}\" --fix", "format:prettier": "prettier \"**/*.{js,json,ts}\" --write", "watch": "rollup --bundleConfigAsCjs -c --watch", "watch-local": "npm run watch", "watch-full": "rollup --bundleConfigAsCjs -c --watch --environment FORCE_FULL", "watch-bs": "rollup --bundleConfigAsCjs -c --watch --environment APP_ENV:bs", "watch-custom": "rollup --bundleConfigAsCjs -c --watch --environment APP_ENV:localCustom", "test": "rollup --bundleConfigAsCjs -c --environment APP_ENV:test && karma start --singleRun", "test-full": "rollup --bundleConfigAsCjs -c --environment FORCE_FULL,APP_ENV:test && karma start --singleRun", "lint": "eslint .", "publish": "sed -i 's/\"private\": true/\"private\": false/' package.json && can-npm-publish --verbose 2>&1 && npm publish --access public 2>&1; sed -i 's/\"private\": false/\"private\": true/' package.json" } }