UNPKG

@digital-blueprint/formalize-app

Version:

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

91 lines (90 loc) 3.77 kB
{ "name": "@digital-blueprint/formalize-app", "internalName": "dbp-formalize", "type": "module", "version": "1.3.0", "main": "src/dbp-formalize.js", "license": "LGPL-2.1-or-later", "private": false, "workspaces": [ "vendor/toolkit/packages/*" ], "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", "@rollup/plugin-commonjs": "^28.0.0", "@rollup/plugin-json": "^6.0.0", "@rollup/plugin-node-resolve": "^16.0.0", "@rollup/plugin-terser": "^0.4.0", "@rollup/plugin-url": "^8.0.0", "can-npm-publish": "^1.3.6", "chai": "^5.0.0", "eslint": "^9.1.0", "eslint-plugin-jsdoc": "^50.0.0", "glob": "^11.0.0", "globals": "^16.0.0", "i18next-parser": "^9.0.0", "karma": "^6.0.0", "karma-chrome-launcher": "^3.1.0", "karma-firefox-launcher": "^2.1.0", "karma-mocha": "^2.0.1", "mocha": "^11.0.0", "playwright": "^1.34.0", "playwright-core": "^1.20.2", "prettier": "^3.0.0", "rollup": "^4.0.0", "rollup-plugin-copy": "^3.3.0", "rollup-plugin-delete": "^3.0.0", "rollup-plugin-emit-ejs": "^3.1.0", "rollup-plugin-license": "^3.0.0", "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/form-elements": "^0.2.0", "@dbp-toolkit/grant-permission-dialog": "^0.3.0", "@dbp-toolkit/language-select": "^0.3.0", "@dbp-toolkit/notification": "^0.3.0", "@dbp-toolkit/pdf-viewer": "^0.3.0", "@dbp-toolkit/person-select": "^0.3.7", "@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", "html2pdf.js": "^0.10.3", "i18next": "^23.0.0", "lit": "^2.7.0 || ^3.0.0", "tabulator-tables": "^6.0.0", "xss": "^1.0.11" }, "scripts": { "build": "rollup -c", "build-wl": "rollup -c", "build-custom": "rollup -c --environment APP_ENV:localCustom", "i18next:fix": "i18next --silent", "i18next": "i18next --fail-on-update --silent", "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", "watch": "rollup -c --watch", "watch-wl": "rollup -c --watch", "watch-custom": "rollup -c --watch --environment APP_ENV:localCustom", "watch-full": "rollup -c --watch --environment FORCE_FULL", "watch-bs": "rollup -c --watch --environment APP_ENV:bs", "test": "rollup -c --environment APP_ENV:test && karma start karma.conf.cjs --singleRun", "test-full": "rollup -c --environment FORCE_FULL,APP_ENV:test && karma start karma.conf.cjs --singleRun", "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" } }