UNPKG

@digital-blueprint/dispatch-app

Version:

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

85 lines (84 loc) 3.33 kB
{ "name": "@digital-blueprint/dispatch-app", "internalName": "dbp-dispatch", "version": "1.5.1", "type": "module", "main": "src/dbp-dispatch.js", "license": "LGPL-2.1-or-later", "repository": { "type": "git", "url": "https://github.com/digital-blueprint/dispatch-app.git" }, "private": false, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "workspaces": [ "vendor/toolkit/packages/*", "vendor/signature" ], "engines": { "node": ">=20.0.0", "npm": ">=7.0.0" }, "devDependencies": { "@babel/core": "^7.10.3", "@babel/preset-env": "^7.10.3", "@dbp-toolkit/dev-utils": "^0.1.0", "@rollup/plugin-babel": "^6.0.0", "@web/test-runner": "^0.20.2", "@web/test-runner-playwright": "^0.11.1", "chai": "^6.0.0", "eslint": "^9.0.0", "eslint-plugin-jsdoc": "^62.0.0", "globals": "^17.0.0", "i18next-cli": "^1.9.0", "mocha": "^11.0.0", "playwright": "^1.34.0", "playwright-core": "^1.21.0", "prettier": "^3.0.0", "rolldown": "1.0.0-beta.58", "rollup-plugin-emit-ejs": "^3.1.0", "rollup-plugin-license": "^3.0.1", "rollup-plugin-serve": "^3.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.1.0", "@dbp-toolkit/person-select": "^0.3.3", "@dbp-toolkit/tabulator-table": "^0.1.1", "@digital-blueprint/esign-app": "^2.1.5", "@fontsource/nunito-sans": "^5.0.0", "@tugraz/font-source-sans-pro": "^0.2.4", "@tugraz/web-components": "^0.3.6", "@webcomponents/scoped-custom-element-registry": "^0.0.10", "lit": "^3.0.0", "pdfjs-dist": "^4.3 <4.6" }, "scripts": { "build": "rolldown -c rollup.config.js", "fix": "npm run eslint:fix && npm run prettier:fix && npm run i18next:fix", "check": "npm run eslint && npm run prettier && npm run i18next", "eslint:fix": "eslint \"**/*.{js,ts}\" --fix", "eslint": "eslint \"**/*.{js,ts}\"", "i18next:fix": "i18next-cli extract", "i18next": "i18next-cli extract --ci --dry-run", "prettier:fix": "prettier \"**/*.{js,json,ts,md,yaml,yml}\" --write", "prettier": "prettier \"**/*.{js,json,ts,md,yaml,yml}\" --check", "watch": "rolldown -c rollup.config.js --watch", "watch-local": "npm run watch", "watch-full": "rolldown -c rollup.config.js --watch --environment FORCE_FULL", "watch-bs": "rolldown -c rollup.config.js --watch --environment APP_ENV:bs", "watch-custom": "rolldown -c rollup.config.js --watch --environment APP_ENV:localCustom", "test": "rolldown -c rollup.config.js --environment APP_ENV:test && web-test-runner", "test-full": "rolldown -c rollup.config.js --environment FORCE_FULL,APP_ENV:test && web-test-runner", "lint": "eslint .", "tsc": "tsc -p jsconfig.json" } }