-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"engines": {
"node": ">=22.0.0"
},
"devDependencies": {
"@alleyinteractive/eslint-config": "^0.1.6",
"@typescript-eslint/parser": "^6.21.0",
"@alleyinteractive/tsconfig": "^0.1.1",
"@eslint/js": "^9.14.0",
"@wordpress/scripts": "^28.0.2",
"eslint": "^8.57.1",
"eslint-import-resolver-webpack": "^0.13.9",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.11.0",
"ts-loader": "^9.5.1",
"typescript": "^5.6.3"
},
"dependencies": {
"@alleyinteractive/block-editor-tools": "^0.5.1",
"@wordpress/api-fetch": "^7.0.1",
"@wordpress/block-editor": "^14.7.0",
"@wordpress/components": "^28.0.3",
"@wordpress/data": "^10.0.2",
"@wordpress/editor": "^14.0.8",
"@wordpress/hooks": "^4.11.0",
"@wordpress/i18n": "^5.11.0",
"@wordpress/plugins": "^7.0.3",
"mustache": "^4.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"scripts": {
"build": "wp-scripts build",
"start": "wp-scripts start",
"format": "wp-scripts format",
"lint-js": "wp-scripts lint-js",
"lint": "eslint --ext .ts,.tsx,.js,.jsx .",
"lint:fix": "eslint --ext .ts,.tsx,.js,.jsx --fix ."
}
}