UNPKG

perfect-giphy-searchbox

Version:
78 lines (77 loc) 2.23 kB
{ "name": "perfect-giphy-searchbox", "version": "1.5.7", "description": "React Giphy Searchbox", "main": "lib/index.js", "module": "es/index.js", "files": [ "css", "es", "lib", "umd" ], "scripts": { "build": "nwb build-react-component --copy-files", "clean": "nwb clean-module && nwb clean-demo", "prepublishOnly": "npm run build", "start": "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 || ^17" }, "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": "^8.4.1", "eslint-config-airbnb": "^19.0.2", "eslint-config-prettier": "^8.3.0", "eslint-plugin-flowtype": "^8.0.3", "eslint-plugin-import": "^2.25.3", "eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.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": "^2.5.1", "react": "^17.0.2", "react-dom": "^17.0.2", "react-syntax-highlighter": "^15.4.5", "react-test-renderer": "^17.0.2" }, "author": "Sergio Pedercini", "homepage": "https://sergiop.github.io/react-giphy-searchbox/", "license": "MIT", "repository": "github:angela0202/perfect-giphy-searchbox", "keywords": [ "react-component", "giphy", "selector", "masonry", "giphy-search" ] }