-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
68 lines (68 loc) · 2.54 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
{
"name": "web-widgets",
"copyright": "© Mendix Technology BV 2022. 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": ">=20",
"pnpm": ">=9.12.3"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"ignoreMissing": [
"react-native"
]
},
"overrides": {
"@mendix/pluggable-widgets-tools": "10.16.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"prettier": "~2.8.8",
"@types/react": ">=18.2.36",
"typescript@5": "<5.2.0",
"@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",
"json5@1.x": ">=1.0.2",
"json5@0.x": ">=1.0.2",
"@codemirror/view": "^6.34.2",
"@mendix/pluggable-widgets-tools>typescript@4": "5.0.4",
"@mendix/pluggable-widgets-tools>ts-node@9": "^10.9.1",
"rollup": "^2.79.2",
"enzyme>cheerio": "1.0.0-rc.10"
},
"patchedDependencies": {
"react-big-calendar@0.19.2": "patches/react-big-calendar@0.19.2.patch",
"mobx@6.12.3": "patches/mobx@6.12.3.patch",
"mobx-react-lite@4.0.7": "patches/mobx-react-lite@4.0.7.patch"
}
}
}