This commit is contained in:
erwanlr
2019-06-29 10:51:03 +01:00
parent bb67626d09
commit 1f627d5e49
12 changed files with 1835 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "emoji-block-autocomplete",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject",
"zip": "node zip.js"
},
"dependencies": {
"bestzip": "^2.1.4",
"cgb-scripts": "1.17.0",
"dom-scroll-into-view": "^1.2.1",
"emoji.json": "^12.0.0",
"fuse.js": "^3.4.5",
"scroll-into-view": "^1.9.7"
}
}