UNPKG

@digital-blueprint/mono-app

Version:

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

75 lines (74 loc) 2.81 kB
{ "name": "@digital-blueprint/mono-app", "internalName": "dbp-mono", "type": "module", "version": "0.3.2", "main": "src/dbp-mono.js", "license": "LGPL-2.1-or-later", "repository": { "type": "git", "url": "https://github.com/digital-blueprint/mono-app.git" }, "private": false, "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" }, "workspaces": [ "vendor/toolkit/packages/*" ], "engines": { "node": ">=20.0.0", "npm": ">=9.2.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": "^5.0.0", "eslint": "^9.1.0", "eslint-plugin-jsdoc": "^52.0.0", "globals": "^16.0.0", "i18next-cli": "^1.9.0", "mocha": "^11.0.0", "playwright": "^1.34.0", "playwright-core": "^1.21.1", "prettier": "^3.0.0", "rolldown": "^1.0.0-beta.42", "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/language-select": "^0.3.0", "@dbp-toolkit/notification": "^0.3.0", "@fontsource/nunito-sans": "^5.0.0", "@tugraz/font-source-sans-pro": "^0.2.4", "@tugraz/web-components": "^0.3.6", "i18next": "^23.0.0", "lit": "^2.7.0 || ^3.0.0" }, "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}\"", "i18next:fix": "i18next-cli extract", "i18next": "i18next-cli extract --ci --dry-run", "prettier:fix": "prettier \"**/*.{js,json,ts}\" --write", "prettier": "prettier \"**/*.{js,json,ts}\" --check", "build": "rolldown -c rollup.config.js", "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", "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" } }