UNPKG

@indahash/emoji-picker-react

Version:

Emoji Picker component for React Applications on the web

104 lines (103 loc) 2.67 kB
{ "version": "4.4.21", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "description": "Emoji Picker component for React Applications on the web", "keywords": [ "emoji-picker", "react-emoji-picker", "emoji", "emojis" ], "engines": { "node": ">=10" }, "repository": { "type": "git", "url": "https://github.com/indahash/emoji-picker-react.git" }, "scripts": { "start": "tsdx watch", "build": "node ./scripts/prepare.js && tsdx build", "test": "tsdx test --passWithNoTests", "lint": "eslint ./src --ext .ts,.tsx", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook" }, "peerDependencies": { "react": ">=16" }, "husky": { "hooks": { "pre-commit": "yarn lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true }, "name": "@indahash/emoji-picker-react", "author": "ealush", "module": "dist/emoji-picker-react.esm.js", "size-limit": [ { "path": "dist/emoji-picker-react.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/emoji-picker-react.esm.js", "limit": "10 KB" } ], "devDependencies": { "@babel/core": "^7.18.10", "@size-limit/preset-small-lib": "^8.0.1", "@storybook/addon-essentials": "^6.5.10", "@storybook/addon-info": "^5.3.21", "@storybook/addon-links": "^6.5.10", "@storybook/addon-postcss": "^2.0.0", "@storybook/addons": "^6.5.10", "@storybook/react": "^6.5.10", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^5.36.2", "@typescript-eslint/parser": "^5.36.2", "autoprefixer": "^10.4.8", "babel-loader": "^8.2.5", "cssnano": "^5.1.13", "emoji-datasource": "^14.0.0", "eslint-import-resolver-typescript": "^3.3.0", "eslint-plugin-import": "^2.26.0", "fs-extra": "^10.1.0", "glob": "^8.0.3", "husky": "^8.0.1", "lodash": "^4.17.21", "postcss": "^8.4.16", "postcss-inline-svg": "^5.0.0", "postcss-svgo": "^5.1.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-is": "^18.2.0", "rollup-plugin-postcss": "^4.0.2", "size-limit": "^8.0.1", "tiny-invariant": "^1.2.0", "tsdx": "^0.14.1", "tslib": "^2.4.0", "typescript": "^4.7.4", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-react": "^7.31.8", "eslint-plugin-react-hooks": "^4.6.0" }, "dependencies": { "clsx": "^1.2.1" } }