forked from agenciavoolu/mailpoet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.53 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
{
"private": true,
"type": "module",
"scripts": {
"build": "pnpm -r build",
"start": "pnpm --reporter append-only -r start"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"devDependencies": {
"@wordpress/scripts": "27.9.0",
"lint-staged": "^12.5.0",
"prettier": "2.6.2",
"typescript": "^5.0.2"
},
"packageManager": "[email protected]",
"volta": {
"node": "19.7.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"@woocommerce/[email protected]": "patches/@[email protected]"
},
"overrides": {
"react": "18.3.1",
"react-dom": "18.3.1",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"typescript": "$typescript",
"body-parser": ">=1.20.3",
"send": ">=0.19.0",
"serve-static": ">=1.16.0",
"d3-color@<3.1.0": ">=3.1.0",
"ws@>=6.0.0 <6.2.2": ">=6.2.2",
"decode-uri-component@<0.2.1": ">=0.2.1",
"xmlhttprequest-ssl@<1.6.2": ">=1.6.2",
"xmlhttprequest-ssl@<1.6.1": ">=1.6.1",
"underscore@>=1.3.2 <1.12.1": ">=1.12.1",
"json5@<1.0.2": ">=1.0.2",
"debug@>=4.0.0 <4.3.1": ">=4.3.1",
"word-wrap@<1.2.4": ">=1.2.4",
"socket.io-parser@<3.3.4": ">=3.3.4",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"ws@>=6.0.0 <6.2.3": ">=6.2.3"
}
}
}