-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 4.18 KB
/
package.json
File metadata and controls
100 lines (100 loc) · 4.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "web-widgets",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mendix/web-widgets.git"
},
"scripts": {
"build": "turbo run build",
"changelog": "pnpm --filter @mendix/automation-utils run changelog",
"check-changelogs": "pnpm --filter @mendix/automation-utils run check-changelogs",
"create-gh-release": "turbo run create-gh-release --concurrency 1",
"create-translation": "turbo run create-translation",
"include-oss-in-artifact": "pnpm --filter @mendix/automation-utils run include-oss-in-artifact",
"lint": "turbo run lint --continue --concurrency 1",
"oss-clearance": "pnpm --filter @mendix/automation-utils run oss-clearance",
"prepare": "husky install",
"prepare-release": "pnpm --filter @mendix/automation-utils run prepare-release",
"publish-marketplace": "turbo run publish-marketplace",
"release": "turbo run release",
"test": "turbo run test --continue --concurrency 1",
"update-screenshots": "node automation/scripts/update-screenshots.mjs",
"verify": "turbo run verify --continue --concurrency 1"
},
"devDependencies": {
"husky": "^8.0.3",
"turbo": "^2.5.4"
},
"prettier": "@mendix/prettier-config-web-widgets",
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"engines": {
"node": ">=22",
"pnpm": "<11.x.x"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": ">=18.0.0 <19.0.0",
"react-dom": ">=18.0.0 <19.0.0"
},
"ignoreMissing": [
"react-native"
]
},
"onlyBuiltDependencies": [
"@swc/core",
"canvas"
],
"overrides": {
"@babel/core@7": "7.29.0",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.1",
"@mendix/pluggable-widgets-tools": "11.8.0",
"@mendix/pluggable-widgets-tools>eslint": "-",
"@mendix/pluggable-widgets-tools>eslint-config-prettier": "-",
"@mendix/pluggable-widgets-tools>eslint-plugin-jest": "-",
"@mendix/pluggable-widgets-tools>eslint-plugin-prettier": "-",
"@mendix/pluggable-widgets-tools>eslint-plugin-promise": "-",
"@mendix/pluggable-widgets-tools>eslint-plugin-react": "-",
"@mendix/pluggable-widgets-tools>eslint-plugin-react-hooks": "-",
"@mendix/pluggable-widgets-tools>prettier": "-",
"@prettier/plugin-xml": ">=3.4.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/big.js": "^6.2.2",
"@types/node": "~22.14.0",
"@types/react": ">=18.2.36",
"d3-color@<3.1.0": ">=3.1.0",
"decode-uri-component@<0.2.1": ">=0.2.1",
"enzyme>cheerio": "1.0.0-rc.10",
"glob@10": "^10.5.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"json5@0.x": ">=1.0.2",
"json5@1.x": ">=1.0.2",
"loader-utils@1": "^1.4.2",
"loader-utils@3": "^3.2.1",
"minimatch@3": "^3.1.4",
"react": ">=18.0.0 <19.0.0",
"react-big-calendar@1>clsx": "2.1.1",
"react-dom": ">=18.0.0 <19.0.0",
"rollup": "catalog:",
"ts-node": "10.9.2",
"typescript": ">5.8.0"
},
"patchedDependencies": {
"mime-types": "patches/mime-types.patch",
"mobx-react-lite@4.0.7": "patches/mobx-react-lite@4.0.7.patch",
"mobx@6.12.3": "patches/mobx@6.12.3.patch",
"react-big-calendar@0.19.2": "patches/react-big-calendar@0.19.2.patch",
"react-dropzone": "patches/react-dropzone.patch"
},
"ignoredBuiltDependencies": [
"@parcel/watcher",
"core-js",
"es5-ext"
]
}
}