react-errorr
Version:
A react popup error fully customizable
55 lines (54 loc) • 1.37 kB
JSON
{
"name": "react-errorr",
"version": "1.1.5",
"description": "A react popup error fully customizable",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"React",
"Error",
"Context",
"Component",
"Pop-up"
],
"files": [
"dist",
"LICENSE",
"README.md"
],
"scripts": {
"build": "tsc",
"test": "jest --passWithNoTests",
"testCov": "jest --passWithNoTests --watchAll --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pauIbanez/reacr-errorr.git"
},
"author": "Pau Ibáñez",
"license": "ISC",
"bugs": {
"url": "https://github.com/pauIbanez/reacr-errorr/issues"
},
"homepage": "https://github.com/pauIbanez/reacr-errorr#readme",
"peerDependencies": {
"@types/react": "^18.2.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"styled-components": "^5.3.3",
"typescript": "^4.9.5",
"lodash": "^4.17.21"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"@types/styled-components": "^5.1.26",
"@types/testing-library__jest-dom": "^5.14.8",
"jest": "^29.6.1",
"jest-environment-jsdom": "^29.6.1",
"ts-jest": "^29.1.1"
}
}