forked from mailpoet/mailpoet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.03 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
{
"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": "wp-6.4",
"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.2.0",
"react-dom": "18.2.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@wordpress/hooks": "wp-6.4",
"@wordpress/components": "wp-6.4",
"typescript": "$typescript"
}
}
}