@digital-blueprint/esign-app
Version:
[GitHub Repository](https://github.com/digital-blueprint/esign-app) | [npmjs package](https://www.npmjs.com/package/@digital-blueprint/esign-app) | [Unpkg CDN](https://unpkg.com/browse/@digital-blueprint/esign-app/) | [Esign Bundle](https://gitlab.tugraz.
90 lines (89 loc) • 3.53 kB
JSON
{
"name": "@digital-blueprint/esign-app",
"internalName": "dbp-signature",
"version": "2.5.2",
"type": "module",
"main": "src/dbp-signature.js",
"license": "LGPL-2.1-or-later",
"repository": {
"type": "git",
"url": "https://github.com/digital-blueprint/esign-app.git"
},
"dbp": {
"assets": [
{
"srcPackage": "@digital-blueprint/esign-app",
"src": "assets/*-placeholder.png",
"dest": "."
}
]
},
"private": false,
"publishConfig": {
"access": "public"
},
"workspaces": [
"vendor/toolkit/packages/*"
],
"devDependencies": {
"@babel/core": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@dbp-toolkit/dev-utils": "^0.1.0",
"@rollup/plugin-babel": "^6.0.2",
"@web/test-runner": "^0.20.2",
"@web/test-runner-playwright": "^0.11.1",
"chai": "^6.0.0",
"eslint": "^9.0.0",
"eslint-plugin-jsdoc": "^61.0.0",
"globals": "^16.0.0",
"i18next-cli": "^1.9.0",
"mocha": "^11.0.0",
"playwright": "^1.34.0",
"playwright-core": "^1.20.2",
"prettier": "^3.0.0",
"rolldown": "^1.0.0-beta.42",
"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.6",
"@dbp-toolkit/resource-select": "^0.1.0",
"@dbp-toolkit/tooltip": "^0.1.5",
"@digital-blueprint/annotpdf": "^1.0.13-a",
"@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",
"fabric": "^6.0.0",
"i18next": "^24.0.0 || ^25.0.0",
"lit": "^3.0.0",
"pdfjs-dist": "^4.3 <4.6"
},
"scripts": {
"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}\"",
"prettier:fix": "prettier \"**/*.{js,json,ts,md,yaml,yml}\" --write",
"prettier": "prettier \"**/*.{js,json,ts,md,yaml,yml}\" --check",
"build": "rolldown -c rollup.config.js",
"build-custom": "rolldown -c rollup.config.js --environment APP_ENV:localCustom",
"i18next:fix": "i18next-cli extract",
"i18next": "i18next-cli extract --ci --dry-run",
"watch": "rolldown -c rollup.config.js --watch",
"watch-local": "npm run watch",
"watch-full": "rolldown -c rollup.config.js --watch --environment FORCE_FULL",
"watch-custom": "rolldown -c rollup.config.js --watch --environment APP_ENV:localCustom",
"watch-bs": "rolldown -c rollup.config.js --watch --environment APP_ENV:bs",
"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",
"tsc": "tsc -p jsconfig.json"
}
}