UNPKG

react-giphy-searchbox2

Version:
78 lines (77 loc) 2.23 kB
{ "name": "react-giphy-searchbox2", "version": "1.5.4", "description": "React Giphy Searchbox", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "npx nwb build-react-component --copy-files", "clean": "npx nwb clean-module && nwb clean-demo", "prepublishOnly": "npm run build", "start": "npx nwb serve-react-demo", "deployToGhPages": "yarn build && gh-pages -d ./demo/dist", "lint": "eslint . && flow", "test": "jest", "test:watch": "jest --watch --no-cache", "test:coverage": "jest --coverage", "open:coverage": "open ./coverage/lcov-report/index.html" }, "dependencies": { "bricks.js": "^1.8.0", "react-infinite-scroller": "^1.2.4" }, "peerDependencies": { "react": "16.x" }, "devDependencies": { "@babel/core": "^7.0.0-0", "@babel/preset-env": "^7.5.4", "@babel/preset-flow": "^7.0.0", "@babel/preset-react": "^7.0.0", "@testing-library/jest-dom": "^5.1.1", "@testing-library/react": "^9.4.0", "@testing-library/react-hooks": "^3.2.1", "babel-eslint": "^10.0.1", "babel-jest": "^25.1.0", "babel-polyfill": "^6.26.0", "eslint": "^6.8.0", "eslint-config-airbnb": "^18.0.1", "eslint-config-prettier": "^6.9.0", "eslint-plugin-flowtype": "^4.5.3", "eslint-plugin-import": "^2.17.3", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.13.0", "eslint-plugin-react-hooks": "^2.5.0", "flow-bin": "^0.119.1", "flow-typed": "^3.0.0", "gh-pages": "^2.2.0", "identity-obj-proxy": "^3.0.0", "inferno": "^7.4.1", "jest": "^25.1.0", "match-media-mock": "^0.1.1", "nwb": "0.23.x", "prettier": "^1.18.2", "react": "^16.8.6", "react-dom": "^16.8.6", "react-syntax-highlighter": "^12.2.1", "react-test-renderer": "^16.8.6" }, "author": "Sergio Pedercini", "homepage": "https://sergiop.github.io/react-giphy-searchbox/", "license": "MIT", "repository": "github:sergiop/react-giphy-searchbox", "keywords": [ "react-component", "giphy", "selector", "masonry", "giphy-search" ] }