This commit is contained in:
erwanlr
2021-01-23 11:17:52 +01:00
parent 183df75112
commit f30255d6d8
15 changed files with 2799 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
{
"name": "gbmp-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.23.1"
}
}