This commit is contained in:
erwanlr
2019-03-09 16:19:25 +00:00
parent 1ab8a5ab98
commit 01c5bcf2be
8 changed files with 275 additions and 5 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "my-block-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"@wordpress/blocks": "^6.0.7",
"cgb-scripts": "1.13.0",
"classnames": "^2.2.6",
"md5": "^2.2.1",
"moment": "^2.23.0",
"prop-types": "^15.7.2",
"query-string": "^6.2.0",
"querystringify": "^2.1.0",
"react-datetime": "^2.16.3",
"yearn": "^2.3.1"
}
}