forked from mendix/web-widgets
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.7 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.7 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
{
"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",
"test": "turbo run test",
"build": "turbo run build",
"release": "turbo run release",
"create-gh-release": "turbo run create-gh-release",
"publish-marketplace": "turbo run publish-marketplace",
"version": "pnpm --filter @mendix-internal/automation-utils run version",
"changelog": "pnpm --filter @mendix-internal/automation-utils run changelog"
},
"devDependencies": {
"husky": "^8.0.3",
"turbo": "^1.7.4"
},
"engines": {
"node": ">=v18.14.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react-native"
]
},
"overrides": {
"@testing-library/dom": "^8.1.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.2.1",
"@testing-library/react-hooks": "^3.4.2",
"@types/testing-library__jest-dom": "^5.14.1",
"@types/testing-library__react-hooks": "^3.4.0",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.18",
"@types/react-test-renderer": "^17.0.2",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-test-renderer": "~17.0.2",
"typescript": "4.5.4",
"d3-color@<3.1.0": ">=3.1.0",
"loader-utils@<1.4.1": ">=1.4.1",
"loader-utils@>=3.0.0 <3.2.1": ">=3.2.1",
"decode-uri-component@<0.2.1": ">=0.2.1",
"json5@1.x": ">=1.0.2",
"json5@0.x": ">=1.0.2"
}
}
}