This commit is contained in:
erwanlr
2019-04-19 10:18:52 +01:00
parent 2266fa4f4b
commit f9f307118d
13 changed files with 4398 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "yasothon-gutenberg-blocks-cgb-guten-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"cgb-scripts": "1.14.0",
"classnames": "^2.2.6",
"memize": "^1.0.5",
"moment": "^2.23.0",
"owl.carousel": "^2.3.4",
"react-owl-carousel": "^2.3.1",
"react-owl-carousel2": "^0.3.0"
}
}