@aamal/p14-plugin-modale
Version:
The `p14-plugin-modal` as its name suggests, is a plugins developed as part of my OpenClassRooms training program. It is a React plugin allowing to display a modal alert, for more information go to the section "How the plugin works" ## Installation ```
77 lines (76 loc) • 1.7 kB
JSON
{
"name": "@aamal/p14-plugin-modale",
"author": "Abdelkafi Amal",
"homepage": "https://github.com/A-Amal/p14-plugin-modal",
"version": "0.1.9",
"tags": [
"react",
"modal",
"dialog"
],
"keywords": [
"react",
"react-component",
"modale",
"plugin",
"npm"
],
"dependencies": {
"@babel/runtime": "^7.18.9",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"peerDependencies": {
"react": "^16.3.2",
"react-dom": "^16.3.2"
},
"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",
"@testing-library/dom": "^8.16.0",
"babel-cli": "^6.26.0"
},
"main": "dist/index.js",
"module": "dist/index.js",
"private": false,
"files": [
"dist",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/A-Amal/p14-plugin-modal"
}
}