|
| 1 | +{ |
| 2 | + "name": "@mendix/pluggable-widget-skiplink-web", |
| 3 | + "widgetName": "SkipLink", |
| 4 | + "version": "1.0.0", |
| 5 | + "description": "Adds a skip link to the top of the page for accessibility.", |
| 6 | + "copyright": "© Mendix Technology BV 2025. All rights reserved.", |
| 7 | + "license": "Apache-2.0", |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/mendix/web-widgets.git" |
| 11 | + }, |
| 12 | + "config": {}, |
| 13 | + "mxpackage": { |
| 14 | + "name": "SkipLink", |
| 15 | + "type": "widget", |
| 16 | + "mpkName": "com.mendix.widget.web.SkipLink.mpk" |
| 17 | + }, |
| 18 | + "packagePath": "com.mendix.widget.web", |
| 19 | + "marketplace": { |
| 20 | + "minimumMXVersion": "9.6.0", |
| 21 | + "appNumber": 119999, |
| 22 | + "appName": "SkipLink", |
| 23 | + "reactReady": true |
| 24 | + }, |
| 25 | + "scripts": { |
| 26 | + "build": "pluggable-widgets-tools build:web", |
| 27 | + "create-gh-release": "rui-create-gh-release", |
| 28 | + "create-translation": "rui-create-translation", |
| 29 | + "dev": "pluggable-widgets-tools start:web", |
| 30 | + "e2e": "run-e2e ci", |
| 31 | + "e2edev": "run-e2e dev --with-preps", |
| 32 | + "format": "prettier --ignore-path ./node_modules/@mendix/prettier-config-web-widgets/global-prettierignore --write .", |
| 33 | + "lint": "eslint src/ package.json", |
| 34 | + "publish-marketplace": "rui-publish-marketplace", |
| 35 | + "release": "pluggable-widgets-tools release:web", |
| 36 | + "start": "pluggable-widgets-tools start:server", |
| 37 | + "test": "jest --projects jest.config.js", |
| 38 | + "update-changelog": "rui-update-changelog-widget", |
| 39 | + "verify": "rui-verify-package-format" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@mendix/automation-utils": "workspace:*", |
| 43 | + "@mendix/eslint-config-web-widgets": "workspace:*", |
| 44 | + "@mendix/pluggable-widgets-tools": "*", |
| 45 | + "@mendix/prettier-config-web-widgets": "workspace:*", |
| 46 | + "@mendix/run-e2e": "workspace:*", |
| 47 | + "@mendix/widget-plugin-hooks": "workspace:*", |
| 48 | + "@mendix/widget-plugin-platform": "workspace:*" |
| 49 | + } |
| 50 | +} |
0 commit comments