-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 820 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 820 Bytes
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
{
"private": true,
"name": "bcc-wp",
"workspaces": [
"plugins/*"
],
"scripts": {
"dev": "yarn workspace bcc-login start",
"build": "yarn workspace bcc-login build"
},
"devDependencies": {
"@types/react": "^16.8.24",
"@types/wordpress__block-editor": "^2.2.9",
"@types/wordpress__components": "^9.8.6",
"@types/wordpress__compose": "^3.4.3",
"@types/wordpress__data": "^4.6.9",
"@types/wordpress__edit-post": "^3.5.4",
"@types/wordpress__element": "^2.14.1",
"@types/wordpress__hooks": "^2.4.1",
"@types/wordpress__i18n": "^3.11.0",
"@types/wordpress__plugins": "^2.3.7",
"@wordpress/scripts": "^30.24.0",
"rimraf": "^3.0.2",
"yarn": "^1.22.19"
},
"engines": {
"node": ">=12"
},
"dependencies": {
"primereact": "^10.8.5"
}
}