|
1 | 1 | {
|
2 |
| - "name": "@mendix/widget-plugin-grid", |
3 |
| - "version": "0.1.0", |
4 |
| - "description": "Data grid related code.", |
5 |
| - "license": "Apache-2.0", |
6 |
| - "copyright": "© Mendix Technology BV 2023. All rights reserved.", |
7 |
| - "repository": { |
8 |
| - "type": "git", |
9 |
| - "url": "https://github.com/mendix/web-widgets.git" |
10 |
| - }, |
11 |
| - "type": "module", |
12 |
| - "exports": { |
13 |
| - "./*": "./dist/*.js", |
14 |
| - "./internal/*": null, |
15 |
| - "./internal": null |
16 |
| - }, |
17 |
| - "typesVersions": { |
18 |
| - "*": { |
19 |
| - "*": [ |
20 |
| - "./dist/*.d.ts" |
21 |
| - ] |
| 2 | + "name": "@mendix/widget-plugin-grid", |
| 3 | + "version": "0.2.0", |
| 4 | + "description": "Data grid related code.", |
| 5 | + "license": "Apache-2.0", |
| 6 | + "copyright": "© Mendix Technology BV 2023. All rights reserved.", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/mendix/web-widgets.git" |
| 10 | + }, |
| 11 | + "type": "module", |
| 12 | + "exports": { |
| 13 | + "./*": "./dist/*.js", |
| 14 | + "./internal/*": null, |
| 15 | + "./internal": null |
| 16 | + }, |
| 17 | + "typesVersions": { |
| 18 | + "*": { |
| 19 | + "*": [ |
| 20 | + "./dist/*.d.ts" |
| 21 | + ] |
| 22 | + } |
| 23 | + }, |
| 24 | + "files": [ |
| 25 | + "dist", |
| 26 | + "!*.map" |
| 27 | + ], |
| 28 | + "scripts": { |
| 29 | + "compile": "tsc", |
| 30 | + "format": "prettier --write .", |
| 31 | + "lint": "eslint --ext .ts,.tsx ./src", |
| 32 | + "prepare": "tsc", |
| 33 | + "dev": "tsc --watch", |
| 34 | + "test": "jest" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@mendix/eslint-config-web-widgets": "workspace:*", |
| 38 | + "@mendix/prettier-config-web-widgets": "workspace:*", |
| 39 | + "@mendix/tsconfig-web-widgets": "workspace:*", |
| 40 | + "@mendix/widget-plugin-hooks": "workspace:*", |
| 41 | + "@mendix/widget-plugin-platform": "workspace:*", |
| 42 | + "@mendix/widget-plugin-test-utils": "workspace:*", |
| 43 | + "@swc/core": "^1.7.26", |
| 44 | + "@swc/jest": "^0.2.36", |
| 45 | + "classnames": "^2.3.2", |
| 46 | + "jest-environment-jsdom": "^29.4.1" |
22 | 47 | }
|
23 |
| - }, |
24 |
| - "files": [ |
25 |
| - "dist", |
26 |
| - "!*.map" |
27 |
| - ], |
28 |
| - "scripts": { |
29 |
| - "compile": "tsc", |
30 |
| - "format": "prettier --write .", |
31 |
| - "lint": "eslint --ext .ts,.tsx ./src", |
32 |
| - "prepare": "tsc", |
33 |
| - "dev": "tsc --watch", |
34 |
| - "test": "jest" |
35 |
| - }, |
36 |
| - "devDependencies": { |
37 |
| - "@mendix/eslint-config-web-widgets": "workspace:*", |
38 |
| - "@mendix/prettier-config-web-widgets": "workspace:*", |
39 |
| - "@mendix/tsconfig-web-widgets": "workspace:*", |
40 |
| - "@mendix/widget-plugin-hooks": "workspace:*", |
41 |
| - "@mendix/widget-plugin-platform": "workspace:*", |
42 |
| - "@mendix/widget-plugin-test-utils": "workspace:*", |
43 |
| - "@swc/core": "^1.7.26", |
44 |
| - "@swc/jest": "^0.2.36", |
45 |
| - "classnames": "^2.3.2", |
46 |
| - "jest-environment-jsdom": "^29.4.1" |
47 |
| - } |
48 | 48 | }
|
0 commit comments