-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1.16 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,
"packageManager": "[email protected]",
"scripts": {
"build": "wp-scripts build",
"dev": "wp-scripts start",
"dev:hot": "wp-scripts start --hot",
"format": "prettier 'src/**/*' --ignore-unknown --write",
"format:check": "prettier 'src/**/*' --ignore-unknown --check",
"prepare": "husky"
},
"dependencies": {
"@wordpress/icons": "^10.12.0",
"@wordpress/scripts": "^30.5.1",
"husky": "^9.1.6",
"ts-dom-utils": "^2.2.0",
"typescript": "^5.6.3"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/wordpress__admin": "^5.8.4",
"@types/wordpress__block-editor": "^11.5.15",
"@wordpress/api-fetch": "^7.12.0",
"@wordpress/block-editor": "^14.7.0",
"@wordpress/components": "^28.12.0",
"@wordpress/core-data": "^7.12.0",
"@wordpress/data": "^10.12.0",
"@wordpress/dom-ready": "^4.12.0",
"@wordpress/element": "^6.12.0",
"@wordpress/hooks": "^4.12.0",
"@wordpress/html-entities": "^4.12.0",
"@wordpress/i18n": "^5.12.0",
"@wordpress/notices": "^5.12.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0"
}
}