UNPKG

react-ui-popup

Version:
72 lines (71 loc) 1.85 kB
{ "name": "react-ui-popup", "version": "1.0.44", "private": false, "main": "./dist/index.js", "license": "MIT", "description": "React Popup", "homepage": "https://github.com/harrisonh1991/react-popup-component", "url": "https://github.com/harrisonh1991/react-popup-component", "email": "kye0038883@gmail.com", "author": "Harrison Huang <kye0038883@gmail.com>)", "keywords": [ "react", "popup", "small", "cookie" ], "dependencies": { "js_cookie_lib": "^1.0.1", "localstorage-with-expire": "^1.0.0", "react-icons": "^4.2.0", "react-ui-it-popup": "^1.0.47", "react-ui-responsive-background": "^1.0.10" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "webpack": "webpack", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^11.2.7", "@testing-library/user-event": "^12.8.3", "react": "^17.0.2", "react-dom": "^17.0.2", "react-scripts": "4.0.3", "@babel/core": "^7.14.8", "@babel/preset-env": "^7.14.8", "@babel/preset-react": "^7.14.5", "@babel/preset-stage-0": "^7.8.3", "babel-loader": "^8.1.0", "node-sass": "^6.0.1", "webpack": "^4.44.2", "webpack-cli": "^4.7.2", "web-vitals": "^1.1.2" }, "peerDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2" } }