-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.43 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
{
"private": true,
"scripts": {
"build": "wp-scripts build",
"dev": "wp-scripts start",
"dev:hot": "wp-scripts start --hot",
"format": "oxfmt",
"format:check": "oxfmt --check",
"lint": "oxlint",
"lint:github": "oxlint --format=github",
"lint:fix": "oxlint --fix",
"typecheck": "tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@tanstack/react-pacer": "^0.23.0",
"@wordpress/icons": "^15.4.0",
"@wordpress/scripts": "^34.1.0",
"husky": "^9.1.7",
"ts-dom-utils": "^2.3.1",
"typescript": "^7.0.2"
},
"devDependencies": {
"@types/react": "^18.3.31",
"@types/wordpress__admin": "^5.8.5",
"@types/wordpress__block-editor": "^15.0.6",
"@wordpress/api-fetch": "^7.53.0",
"@wordpress/components": "^39.0.0",
"@wordpress/core-data": "^7.53.0",
"@wordpress/data": "^10.53.0",
"@wordpress/dom-ready": "^4.53.0",
"@wordpress/editor": "^14.53.0",
"@wordpress/element": "^8.5.0",
"@wordpress/hooks": "^4.53.0",
"@wordpress/html-entities": "^4.53.0",
"@wordpress/i18n": "^6.26.0",
"@wordpress/notices": "^5.53.0",
"lint-staged": "^17.3.0",
"oxfmt": "^0.64.0",
"oxlint": "^1.79.0"
},
"devEngines": {
"packageManager": {
"name": "pnpm",
"version": ">=11.13.1 <12.0.0",
"onFail": "download"
},
"runtime": {
"name": "node",
"version": ">=24.18.0",
"onFail": "warn"
}
}
}