This commit is contained in:
erwanlr
2018-12-03 15:08:56 +00:00
parent 4884defaed
commit 7f23cbef71
14 changed files with 2556 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "ninja-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.11.0",
"classnames": "^2.2.6",
"moment": "^2.22.2",
"nuka-carousel": "^4.4.2",
"re-resizable": "^4.9.1",
"react-twentytwenty": "^1.2.1",
"react-slick": "^0.23.2"
}
}