UNPKG

@namo-io/react-reactions

Version:

😲 Create custom reaction pickers and counters or use your favorites!

94 lines (93 loc) • 2.24 kB
{ "name": "@namo-io/react-reactions", "version": "0.5.2-alpha.1", "private": false, "description": "😲 Create custom reaction pickers and counters or use your favorites!", "keywords": [ "react", "reactions", "custom", "reaction picker", "react-component", "reaction-picker", "slack", "pokemon", "github", "facebook", "youtube", "selector", "counter" ], "homepage": "https://github.com/namo-io/react-reactions", "bugs": { "url": "https://github.com/namo-io/react-reactions/issues" }, "repository": { "type": "git", "url": "git+https://github.com/namo-io/react-reactions.git" }, "license": "MIT", "author": "Charles Kornoelje", "main": "dist/index.js", "module": "dist/react-reactions.esm.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "analyze": "size-limit --why", "build": "tsdx build", "build-storybook": "build-storybook", "fix": "tsdx lint --fix src test", "lint": "tsdx lint src test", "prepare": "tsdx build", "size": "size-limit", "start": "tsdx watch", "storybook": "start-storybook -p 6006", "test": "tsdx test --passWithNoTests" }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "devDependencies": { "@babel/core": "7.13.15", "@size-limit/preset-small-lib": "4.10.1", "@storybook/addon-essentials": "6.1.15", "@storybook/addon-links": "6.1.15", "@storybook/addons": "6.1.15", "@storybook/react": "6.1.15", "@types/react": "17.0.3", "@types/react-dom": "17.0.3", "babel-loader": "8.2.2", "eslint-plugin-react-hooks": "2.5.1", "husky": "5.2.0", "pinst": "2.1.6", "react": "17.0.1", "react-dom": "17.0.1", "react-is": "17.0.1", "size-limit": "4.10.1", "tsdx": "0.14.1", "tslib": "2.2.0", "typescript": "4.2.4" }, "peerDependencies": { "react": ">=16" }, "engines": { "node": ">=10" }, "size-limit": [ { "path": "dist/react-reactions.cjs.production.min.js", "limit": "55 KB" }, { "path": "dist/react-reactions.esm.js", "limit": "55 KB" } ] }