This commit is contained in:
erwanlr
2022-08-11 23:44:06 +02:00
parent 196fbab5b1
commit 46e3692a03
34 changed files with 6602 additions and 2 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "wordpres-predictive-search-block",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"@bit/a3revsoftware.blockpress.border": "^1.0.13",
"@bit/a3revsoftware.blockpress.icons": "^1.0.3",
"@bit/a3revsoftware.blockpress.shadow": "^1.0.11",
"@bit/a3revsoftware.blockpress.spacing": "^1.0.10",
"@bit/a3revsoftware.blockpress.tab-panel-screens": "^1.0.3",
"@bit/a3revsoftware.blockpress.typography": "^1.0.9",
"cgb-scripts": "^1.23.1",
"shorthash": "0.0.2"
},
"devDependencies": {
"@svgr/webpack": "^4.3.2"
}
}