UNPKG

@tikpage/reactjs-popup

Version:

React Popup Component - Modals,Tooltips and Menus —  All in one

81 lines (80 loc) 2.33 kB
{ "name": "@tikpage/reactjs-popup", "version": "1.0.10", "description": "React Popup Component - Modals,Tooltips and Menus —  All in one", "main": "lib/@tikpage/reactjs-popup.cjs.js", "module": "lib/@tikpage/reactjs-popup.es.js", "jsnext:main": "lib/@tikpage/reactjs-popup.es.js", "unpkg": "lib/@tikpage/reactjs-popup.js", "jsdelivr": "lib/@tikpage/reactjs-popup.js", "scripts": { "test": "jest", "test-watch": "jest --watch", "update-snap": "jest --updateSnapshot", "eslint": "eslint src/**.js stories/**.js", "start": "parcel serve ./stories/index.html --no-autoinstall", "build": "node build" }, "peerDependencies": { "prop-types": "^15.6.0", "react": "^16.0.0", "react-dom": "^16.0.0" }, "devDependencies": { "@babel/core": "^7.5.5", "@babel/plugin-proposal-class-properties": "^7.5.5", "@babel/preset-env": "^7.5.5", "@babel/preset-react": "^7.0.0", "babel-eslint": "^10.0.3", "babel-polyfill": "^6.26.0", "bili": "^3.0.15", "cross-env": "^5.2.1", "del": "^5.1.0", "enzyme": "^3.10.0", "enzyme-adapter-react-16": "^1.14.0", "enzyme-to-json": "^3.4.0", "eslint": "^6.3.0", "eslint-config-airbnb": "^18.0.1", "eslint-config-prettier": "^6.2.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-plugin-import": "^2.18.2", "eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-prettier": "^3.1.0", "eslint-plugin-react": "^7.14.3", "@testing-library/react": "^9.1.4", "http-server": "^0.11.1", "jest": "^24.9.0", "parcel-bundler": "^1.12.3", "prettier": "^1.18.2", "prop-types": "^15.7.2", "react": "^16.9.0", "react-dom": "^16.9.0", "story-router": "^1.0.1", "why-did-you-update": "^1.0.6" }, "jest": { "testEnvironment": "jsdom" }, "repository": { "type": "git", "url": "git+https://github.com/yjose/reactjs-popup.git" }, "keywords": [ "react", "popup", "modal", "tooltip", "react-modal", "reactjs", "react-popup", "reactjs-popup", "reactjs-modal", "react-tooltip" ], "author": "Youssouf EL AZIZI <youssoufelazizi@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/yjose/reactjs-popup/issues" }, "homepage": "https://react-popup.elazizi.com/" }