-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.09 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.09 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
36
37
38
{
"name": "image-gallery-block",
"version": "1.3.1",
"description": "Example block written with ESNext standard and JSX support – build step required.",
"author": "The WordPress Contributors",
"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": {
"array-move": "^3.0.1",
"classnames": "^2.3.1",
"react-masonry-component": "^6.2.1",
"react-select": "^5.2.1",
"react-sortable-hoc": "^2.0.0"
}
}