This commit is contained in:
erwanlr
2019-10-19 22:56:38 +01:00
parent e039d22565
commit 1f9829b7c0
12 changed files with 5257 additions and 4 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "gratify-gutenberg-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"algoliasearch": "^3.35.0",
"cgb-scripts": "1.20.0",
"react-instantsearch-dom": "^5.7.0"
}
}