UNPKG

react-emoji-search

Version:
81 lines (80 loc) 2.34 kB
{ "name": "react-emoji-search", "version": "2.2.27", "description": "Whatsapp like emoji picker", "main": "dist/index.js", "module": "dist/index.mjs", "typings": "dist/index.d.ts", "types": "dist", "scripts": { "build": "rollup --config rollup.config.ts --configPlugin typescript", "lint": "eslint --ext .ts --ext .tsx --ext .js --ext .jsx src/", "tsc": "tsc", "test": "jest", "storybook": "start-storybook -p 6006", "build-storybook": "build-storybook", "prepublishOnly": "npm run lint && npm run build" }, "repository": { "type": "git", "url": "git@github.com:zeddz92/react-emoji-search.git" }, "author": "zeddz92", "keywords": [ "emoji", "picker", "react" ], "license": "MIT", "bugs": { "url": "https://github.com/zeddz92/react-emoji-search/issues" }, "homepage": "https://github.com/zeddz92/react-emoji-search#readme", "peerDependencies": { "react": "^16.8.0 || ^17.0.0", "react-dom": "^16.8.0 || ^17.0.0" }, "resolutions": { "postcss": ">=8.2.13", "glob-parent": ">=5.1.2", "trim": ">=0.0.3" }, "dependencies": { "classnames": "^2.3.2", "react-transition-group": "^4.4.5", "scroll-into-view-if-needed": "^2.2.29", "style-inject": "^0.3.0", "tailwindcss": "^3.2.4" }, "devDependencies": { "@rollup/plugin-typescript": "^9.0.2", "@storybook/addon-actions": "^6.5.13", "@storybook/addon-essentials": "^6.4.22", "@storybook/addon-links": "^6.5.13", "@storybook/react": "^6.1.21", "@testing-library/react": "^13.4.0", "@types/jest": "^29.2.3", "@types/react": "^17.0.52", "@types/react-transition-group": "^4.4.5", "@typescript-eslint/eslint-plugin": "^5.44.0", "@typescript-eslint/parser": "^5.44.0", "autoprefixer": "^10.4.13", "esbuild": "^0.15.15", "eslint": "^8.28.0", "eslint-config-prettier": "^8.5.0", "eslint-plugin-prettier": "^4.2.1", "jest": "^29.3.1", "jest-environment-jsdom": "^29.3.1", "postcss": "^8.4.19", "prettier": "^2.8.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^3.0.2", "rollup": "^3.4.0", "rollup-plugin-dts": "^5.0.0", "rollup-plugin-esbuild": "^5.0.0", "rollup-plugin-postcss": "^4.0.2", "ts-jest": "^29.0.3", "typescript": "^4.9.3" } }