UNPKG

react-healthy

Version:

Incrementally check and alert your users to the health of your APIs

103 lines (102 loc) 2.98 kB
{ "name": "react-healthy", "description": "Incrementally check and alert your users to the health of your APIs", "version": "2.0.0", "private": false, "license": "MIT", "author": "Katia Wheeler", "homepage": "https://github.com/katiawheeler/healthy#readme", "repository": "https://github.com/katiawheeler/healthy.git", "bugs": { "url": "https://github.com/katiawheeler/healthy/issues" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "files": [ "dist", "!dist/tests/" ], "sideEffects": false, "keywords": [ "react", "api", "error", "banner" ], "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "esnext": "dist/esnext/index.esnext", "types": "dist/ts/latest/src/index.d.ts", "scripts": { "build:types": "tsc -b", "build:js": "rollup -c", "prebuild": "rimraf dist", "build": "run-s build:types build:js", "test": "react-scripts test" }, "dependencies": { "@emotion/css": "^11.10.0", "@types/react": "*", "@types/react-dom": "*", "react-use": "^17.4.0" }, "devDependencies": { "@babel/core": "^7.15.0", "@babel/node": "^7.14.9", "@babel/plugin-proposal-class-properties": "^7.1.0", "@babel/plugin-transform-runtime": "^7.18.10", "@babel/preset-env": "^7.18.10", "@babel/preset-react": "^7.18.6", "@babel/preset-typescript": "^7.18.6", "@emotion/css": "^11.10.0", "@rollup/plugin-babel": "^5.3.1", "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-typescript": "^8.3.4", "@shopify/browserslist-config": "^3.0.0", "@shopify/typescript-configs": "^5.1.0", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.3.0", "@testing-library/react-hooks": "^8.0.1", "@types/jest": "^28.1.6", "@types/node": "^18.7.1", "@types/react": "^18.0.17", "@types/react-dom": "^18.0.6", "@typescript-eslint/parser": "^5.33.0", "babel-core": "^7.0.0-bridge.0", "babel-loader": "^8.1.0", "babel-preset-minify": "^0.5.2", "eslint": "^8.21.0", "extract-text-webpack-plugin": "^3.0.2", "jest": "^28.1.3", "npm-run-all": "^4.1.5", "prettier": "^1.16.3", "react": "*", "react-dom": "*", "react-scripts": "^5.0.1", "react-use": "^17.4.0", "rollup": "^2.78.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^4.2.2", "rollup-plugin-node-externals": "^4.1.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "tslint": "^6.1.3", "typescript": "^4.7.4" }, "peerDependencies": { "react": "*", "react-dom": "*" }, "browserslist": [ "last 3 chrome versions", "last 3 firefox versions", "last 3 opera versions", "last 3 edge versions", "last 3 safari versions", "last 3 chromeandroid versions", "last 1 firefoxandroid versions", "ios >= 13.4" ] }