|
1 | 1 | { |
2 | 2 | "name": "calendar-web", |
3 | 3 | "widgetName": "Calendar", |
4 | | - "version": "1.0.13", |
| 4 | + "version": "1.0.14", |
5 | 5 | "description": "Display and manage calendar events", |
6 | 6 | "copyright": "© Mendix Technology BV 2022. All rights reserved.", |
| 7 | + "license": "Apache-2.0", |
7 | 8 | "repository": { |
8 | 9 | "type": "git", |
9 | 10 | "url": "https://github.com/mendix/web-widgets.git" |
10 | 11 | }, |
11 | | - "testProject": { |
12 | | - "githubUrl": "https://github.com/mendix/testProjects", |
13 | | - "branchName": "calendar-web" |
| 12 | + "mxpackage": { |
| 13 | + "name": "Calendar", |
| 14 | + "type": "widget", |
| 15 | + "mpkName": "Calendar.mpk" |
14 | 16 | }, |
15 | | - "license": "Apache-2.0", |
16 | 17 | "marketplace": { |
17 | 18 | "minimumMXVersion": "7.14.1", |
18 | | - "appNumber": 107954 |
| 19 | + "appNumber": 107954, |
| 20 | + "appName": "Calendar" |
| 21 | + }, |
| 22 | + "testProject": { |
| 23 | + "githubUrl": "https://github.com/mendix/testProjects", |
| 24 | + "branchName": "calendar-web" |
19 | 25 | }, |
| 26 | + "packagePath": "com.mendix.widget.custom", |
20 | 27 | "scripts": { |
21 | | - "start": "utils-react-widgets start", |
22 | | - "dev": "utils-react-widgets dev", |
23 | | - "format": "prettier --config \"../../prettier.config.js\" --write \"{src,test}/**/*.{js,jsx,ts,tsx}\"", |
24 | | - "test": "npm run test:unit", |
25 | | - "test:unit": "jest --config ../../../scripts/test/jest.web.config.js", |
26 | | - "pretest:e2e": "npm run release && node ../../../scripts/test/updateAtlas.js --latest-atlas", |
27 | | - "test:e2e": "pluggable-widgets-tools test:e2e:web:cypress --remove-atlas-files", |
28 | | - "test:e2e:local": "pluggable-widgets-tools test:e2e:web:cypress:local -- --config-file ../../../configs/e2e/cypress/cypress.json", |
| 28 | + "build": "ts-node --project scripts/tsconfig.json scripts/build.ts development", |
| 29 | + "create-gh-release": "rui-create-gh-release", |
| 30 | + "format": "pluggable-widgets-tools format", |
29 | 31 | "lint": "eslint --config ../../../.eslintrc.js --ext .jsx,.js,.ts,.tsx src/", |
30 | | - "lint:fix": "npm run lint -- --fix", |
31 | | - "build": "utils-react-widgets build", |
32 | | - "release": "utils-react-widgets release" |
| 32 | + "publish-marketplace": "rui-publish-marketplace", |
| 33 | + "release": "ts-node --project scripts/tsconfig.json scripts/build.ts production", |
| 34 | + "update-changelog": "rui-update-changelog-widget", |
| 35 | + "verify": "rui-verify-package-format" |
33 | 36 | }, |
34 | 37 | "config": { |
35 | 38 | "mendixHost": "http://localhost:8080", |
36 | 39 | "developmentPort": 3000 |
37 | 40 | }, |
38 | 41 | "devDependencies": { |
39 | | - "@mendix/custom-widgets-utils-internal": "workspace:*", |
40 | | - "@mendix/pluggable-widgets-tools": ">=9.0.0", |
41 | | - "@types/classnames": "^2.2.6", |
| 42 | + "@babel/core": "^7.20.2", |
| 43 | + "@mendix/pluggable-widgets-tools": "^9.18.0", |
| 44 | + "@mendix/release-utils-internal": "workspace:*", |
42 | 45 | "@types/date-arithmetic": "^3.1.2", |
| 46 | + "@types/react": "^17.0.52", |
43 | 47 | "@types/react-big-calendar": "0.20.20", |
44 | | - "@types/react-dnd": "^3.0.2", |
45 | | - "@types/react-dnd-html5-backend": "^3.0.2", |
| 48 | + "@types/react-dom": "^17.0.18", |
| 49 | + "babel-loader": "^8.2.1", |
| 50 | + "copy-webpack-plugin": "^11.0.0", |
| 51 | + "css-loader": "^6.7.2", |
46 | 52 | "eslint": "^7.20.0", |
47 | | - "jest": "^26.6.1" |
| 53 | + "fork-ts-checker-webpack-plugin": "^7.2.13", |
| 54 | + "jest": "^26.6.1", |
| 55 | + "mendix-client": "^7.15.8", |
| 56 | + "react": "~17.0.2", |
| 57 | + "react-dom": "~17.0.2", |
| 58 | + "sass": "^1.56.1", |
| 59 | + "sass-loader": "^13.2.0", |
| 60 | + "style-loader": "^3.3.1", |
| 61 | + "to-string-loader": "^1.1.6", |
| 62 | + "ts-loader": "^9.4.1", |
| 63 | + "typescript": "4.5.4", |
| 64 | + "webpack": "^5.3.2", |
| 65 | + "webpack-cli": "^4.1.0" |
48 | 66 | }, |
49 | 67 | "dependencies": { |
50 | 68 | "classnames": "^2.2.6", |
51 | 69 | "date-arithmetic": "^3.1.0", |
52 | | - "moment": "^2.24.0", |
| 70 | + "moment": "^2.29.4", |
53 | 71 | "react-big-calendar": "0.19.2", |
54 | 72 | "react-dnd": "2.6.0", |
55 | 73 | "react-dnd-html5-backend": "^5.0.1" |
|
0 commit comments