-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.07 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.07 KB
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
{
"name": "eb-openverse-block",
"version": "1.2.0",
"description": "Easily search & use royalty free images, stock photos, CC-licensed images, etc from Openverse for your website",
"author": "WPDeveloper",
"license": "GPL-2.0-or-later",
"main": "Gruntfile.js",
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"packages-update": "wp-scripts packages-update"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/plugin-proposal-class-properties": "^7.16.5",
"@babel/preset-env": "^7.16.5",
"@babel/preset-react": "^7.16.5",
"@wordpress/block-editor": "^8.0.12",
"@wordpress/blocks": "^11.1.5",
"@wordpress/components": "^19.1.6",
"@wordpress/compose": "^5.0.7",
"@wordpress/data": "^6.1.5",
"@wordpress/element": "^4.0.4",
"@wordpress/i18n": "^4.2.4",
"@wordpress/scripts": "^19.2.2",
"babel-loader": "^8.2.3",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"dependencies": {
"classnames": "^2.3.1",
"react-transition-group": "^4.3.0"
}
}