creepyface-custom-element
Version:
Creepyface Custom Element is a [Creepyface](https://github.com/4lejandrito/creepyface) wrapper that registers the `creepy-face` custom element.
43 lines (42 loc) • 1.23 kB
JSON
{
"name": "creepyface-custom-element",
"version": "8.2.1",
"main": "dist/index.js",
"author": "Alejandro Tardín <alejandro@tardin.com>",
"homepage": "https://creepyface.io",
"license": "MIT",
"repository": "https://github.com/4lejandrito/creepyface/tree/master/packages/creepyface-custom-element",
"funding": "https://github.com/4lejandrito/creepyface?sponsor=1",
"keywords": [
"customElements",
"face",
"look",
"follow",
"creepy"
],
"scripts": {
"dev": "start-storybook",
"build": "NODE_ENV=production rollup -c",
"prepublishOnly": "yarn build"
},
"dependencies": {
"creepyface": "^8.2.1"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@babel/preset-env": "^7.18.10",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addons": "^6.5.10",
"@storybook/html": "^6.5.10",
"@ungap/custom-elements": "^1.1.0",
"babel-loader": "^8.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "^2.79.0",
"rollup-plugin-uglify": "^6.0.4"
},
"gitHead": "331fe65b934932cb6652fe19179f7b5aebc84bcc"
}