UNPKG

react-modal-for-wealth-health

Version:
60 lines (59 loc) 1.48 kB
{ "name": "react-modal-for-wealth-health", "version": "1.0.9", "description": "A modal for wealth health project", "main": "build/Modal.js", "repository": { "type": "git", "url": "https://github.com/prasouk-ph/react-modal-for-wealth-health.git" }, "homepage": "https://github.com/prasouk-ph/react-modal-for-wealth-health.git", "scripts": { "test": "jest --env=jsdom", "start": "webpack --watch", "build": "webpack" }, "keywords": [ "react", "react-component", "modal", "wealth", "health" ], "tags": [ "react", "modal", "wealth", "health" ], "author": "prasouk-ph", "license": "ISC", "engines": { "node": ">=10" }, "devDependencies": { "@babel/core": "^7.17.10", "@babel/plugin-proposal-object-rest-spread": "^7.17.3", "@babel/plugin-transform-react-jsx": "^7.17.3", "@babel/preset-env": "^7.17.12", "@babel/preset-react": "^7.17.12", "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^13.2.0", "babel-jest": "^28.1.0", "babel-loader": "^8.2.5", "css-loader": "^6.7.1", "identity-obj-proxy": "^3.0.0", "jest": "^28.1.0", "jest-environment-jsdom": "^28.1.0", "react": "^18.1.0", "react-dom": "^18.1.0", "react-test-renderer": "^18.1.0", "style-loader": "^3.3.1", "webpack": "^5.72.1", "webpack-cli": "^4.9.2" }, "peerDependencies": { "react": "^18.1.0", "react-dom": "^18.1.0" } }