react-creepyface
Version:
React-Creepyface is a [React](https://reactjs.org/) component for [Creepyface](https://github.com/4lejandrito/creepyface).
43 lines (42 loc) • 1.2 kB
JSON
{
"name": "react-creepyface",
"version": "8.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Alejandro Tardín <alejandro@tardin.com>",
"homepage": "https://creepyface.io",
"license": "MIT",
"repository": "https://github.com/4lejandrito/creepyface/tree/master/packages/react-creepyface",
"funding": "https://github.com/4lejandrito/creepyface?sponsor=1",
"keywords": [
"react",
"face",
"look",
"follow",
"creepy"
],
"scripts": {
"dev": "start-storybook",
"build": "rm -rf dist && tsc",
"prepublishOnly": "NODE_ENV=production yarn build"
},
"peerDependencies": {
"creepyface": "^8",
"react": "^16.8 || ^17.0 || ^18.0 || ^19.0",
"react-dom": "^16.8 || ^17.0 || ^18.0 || ^19.0"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@storybook/addon-knobs": "^6.4.0",
"@storybook/addons": "^6.5.16",
"@storybook/react": "^6.5.16",
"@types/events": "^3.0.0",
"@types/react": "^18.0.18",
"babel-loader": "^8.2.5",
"creepyface": "^8.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^4.8.4"
},
"gitHead": "331fe65b934932cb6652fe19179f7b5aebc84bcc"
}