-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
71 lines (71 loc) · 2.58 KB
/
package.json
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
{
"name": "web-widgets",
"copyright": "© Mendix Technology BV 2025. All rights reserved.",
"repository": {
"type": "git",
"url": "https://github.com/mendix/web-widgets.git"
},
"license": "Apache-2.0",
"scripts": {
"prepare": "husky install",
"lint": "turbo run lint --continue --concurrency 1",
"test": "turbo run test --continue --concurrency 1",
"build": "turbo run build",
"release": "turbo run release",
"create-gh-release": "turbo run create-gh-release --concurrency 1",
"create-translation": "turbo run create-translation",
"publish-marketplace": "turbo run publish-marketplace",
"version": "pnpm --filter @mendix/automation-utils run version",
"changelog": "pnpm --filter @mendix/automation-utils run changelog"
},
"devDependencies": {
"husky": "^8.0.3",
"turbo": "^1.10.14"
},
"engines": {
"node": ">=22",
"pnpm": ">=10.7.1"
},
"packageManager": "[email protected]+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"ignoreMissing": [
"react-native"
]
},
"overrides": {
"@mendix/pluggable-widgets-tools": "10.18.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"prettier": "3.5.3",
"@types/node": "~22.14.0",
"@types/react": ">=18.2.36",
"@types/big.js": "^6.2.2",
"d3-color@<3.1.0": ">=3.1.0",
"loader-utils@1": "^1.4.2",
"loader-utils@3": "^3.2.1",
"decode-uri-component@<0.2.1": ">=0.2.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"[email protected]": ">=1.0.2",
"[email protected]": ">=1.0.2",
"@codemirror/view": "^6.34.2",
"enzyme>cheerio": "1.0.0-rc.10",
"ts-node": "10.9.2"
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"mime-types": "patches/mime-types.patch",
"rc-trigger": "patches/rc-trigger.patch"
},
"onlyBuiltDependencies": [
"canvas"
]
}
}