UNPKG

matt-fr-react-modal

Version:

A modal component for your React app

76 lines (75 loc) 1.66 kB
{ "name": "matt-fr-react-modal", "author": "matt-fr", "version": "1.0.7", "private": false, "description": "A modal component for your React app", "main": "dist/index.js", "module": "dist/index.js", "files": [ "dist", "README.md" ], "babel": { "presets": [ "@babel/preset-env", "@babel/preset-react" ] }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "peerDependencies": { "react": ">=18.1.0", "react-dom": ">=18.1.0", "react-scripts": ">=2.1.8" }, "dependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/user-event": "^13.5.0", "react-icons": "^4.6.0", "web-vitals": "^2.1.4" }, "keywords": [ "React", "Modal", "UseState", "Npm" ], "scripts": { "start": "react-scripts start", "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files", "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": { "@babel/cli": "^7.16.0", "@babel/core": "^7.16.0", "@babel/preset-env": "^7.16.4", "@babel/preset-react": "^7.16.0", "babel-cli": "^6.26.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1" } }