-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 777 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 777 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
{
"name": "block-markup-migrator",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"env:start": "wp-env start",
"env:stop": "wp-env stop",
"start": "wp-scripts start",
"build": "wp-scripts build",
"lint:js": "wp-scripts lint-js",
"lint:js:fix": "wp-scripts lint-js --fix"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/wordpress__blocks": "^12.5.9",
"@wordpress/components": "^25.11.0",
"@wordpress/core-data": "^6.22.0",
"@wordpress/edit-post": "^7.22.0",
"@wordpress/icons": "^9.36.0",
"@wordpress/notices": "^4.13.0",
"@wordpress/plugins": "^6.13.0",
"@wordpress/scripts": "^26.16.0",
"react": "^18.2.0",
"react-diff-viewer-continued": "^3.3.1"
}
}