|
| 1 | +{ |
| 2 | + "name": "@mendix/calendar-web", |
| 3 | + "widgetName": "Calendar", |
| 4 | + "version": "1.0.0", |
| 5 | + "description": "Calendar", |
| 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 | + "mendixHost": "http://localhost:8080", |
| 14 | + "developmentPort": 3000 |
| 15 | + }, |
| 16 | + "mxpackage": { |
| 17 | + "name": "Calendar", |
| 18 | + "type": "widget", |
| 19 | + "mpkName": "com.mendix.widget.web.calendar.mpk" |
| 20 | + }, |
| 21 | + "marketplace": { |
| 22 | + "minimumMXVersion": "9.24.0", |
| 23 | + "appNumber": 224259, |
| 24 | + "appName": "Calendar", |
| 25 | + "reactReady": true |
| 26 | + }, |
| 27 | + "testProject": { |
| 28 | + "githubUrl": "https://github.com/mendix/testProjects", |
| 29 | + "branchName": "calendar-web" |
| 30 | + }, |
| 31 | + "packagePath": "com.mendix.widget.web", |
| 32 | + "scripts": { |
| 33 | + "start": "pluggable-widgets-tools start:server", |
| 34 | + "dev": "pluggable-widgets-tools start:web", |
| 35 | + "build": "pluggable-widgets-tools build:web", |
| 36 | + "format": "pluggable-widgets-tools format", |
| 37 | + "lint": "eslint --ext .jsx,.js,.ts,.tsx src/", |
| 38 | + "test": "jest --projects jest.config.js", |
| 39 | + "e2e": "echo \"Skipping this e2e test\"", |
| 40 | + "e2edev": "run-e2e dev --with-preps", |
| 41 | + "release": "pluggable-widgets-tools release:web", |
| 42 | + "create-gh-release": "rui-create-gh-release", |
| 43 | + "create-translation": "rui-create-translation", |
| 44 | + "publish-marketplace": "rui-publish-marketplace", |
| 45 | + "verify": "rui-verify-package-format", |
| 46 | + "update-changelog": "rui-update-changelog-widget" |
| 47 | + }, |
| 48 | + "devDependencies": { |
| 49 | + "@mendix/automation-utils": "workspace:*", |
| 50 | + "@mendix/eslint-config-web-widgets": "workspace:*", |
| 51 | + "@mendix/pluggable-widgets-tools": "10.16.0", |
| 52 | + "@mendix/prettier-config-web-widgets": "workspace:*", |
| 53 | + "@mendix/run-e2e": "workspace:^*", |
| 54 | + "@mendix/widget-plugin-component-kit": "workspace:*", |
| 55 | + "@mendix/widget-plugin-hooks": "workspace:*", |
| 56 | + "@mendix/widget-plugin-platform": "workspace:*", |
| 57 | + "@mendix/widget-plugin-test-utils": "workspace:*", |
| 58 | + "@types/react-big-calendar": "^1.16.1", |
| 59 | + "cross-env": "^7.0.3" |
| 60 | + }, |
| 61 | + "dependencies": { |
| 62 | + "classnames": "^2.3.2", |
| 63 | + "date-fns": "^4.1.0", |
| 64 | + "react-big-calendar": "^1.17.1" |
| 65 | + } |
| 66 | +} |
0 commit comments