-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 938 Bytes
/
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
{
"name": "animate-wp-blocks",
"version": "0.1.0",
"description": "Example block written with ESNext standard and JSX support – build step required.",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
"scripts": {
"build": "wp-scripts build",
"format:js": "wp-scripts format-js",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"start": "wp-scripts start",
"packages-update": "wp-scripts packages-update"
},
"dependencies": {
"@wordpress/block-editor": "^5.2.5",
"@wordpress/blocks": "^7.0.2",
"@wordpress/components": "^12.0.5",
"@wordpress/compose": "^3.24.3",
"@wordpress/element": "^2.19.1",
"@wordpress/hooks": "^2.11.1",
"@wordpress/i18n": "^3.18.0"
},
"devDependencies": {
"@wordpress/babel-preset-default": "^5.0.1",
"@wordpress/eslint-plugin": "^8.0.2",
"@wordpress/scripts": "^13.0.2",
"lodash": "^4.17.20"
}
}