UNPKG

react-gauge-component

Version:

Gauge component for React

103 lines 3.01 kB
{ "name": "react-gauge-component", "version": "1.2.64", "main": "dist/lib/index.js", "module": "dist/lib/index.js", "types": "dist/lib/index.d.ts", "homepage": ".", "keywords": [ "gauge", "chart", "speedometer", "grafana gauge", "react" ], "license": "MIT", "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "git+https://github.com/antoniolago/react-gauge-component.git" }, "dependencies": { "@types/d3": "^7.4.0", "d3": "^7.6.1", "lodash": "^4.17.21", "serve": "^14.2.3" }, "scripts": { "start": "react-scripts start", "prebuild": "rimraf dist", "build": "set NODE_ENV=production babel src/lib --out-dir dist --copy-files", "build:types": "tsc", "build-package": "yarn run build && yarn run build:types", "build-page": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "predeploy": "yarn run build-page", "deploy": "gh-pages -d build", "test-local": "yarn run build && npm pack --pack-destination ./" }, "resolutions": { "@types/react": "~17.0.1" }, "browserslist": [ ">0.2%", "not dead", "not ie <= 11", "not op_mini all" ], "devDependencies": { "@babel/cli": "^7.12.8", "@babel/core": "^7.6.2", "@babel/plugin-proposal-class-properties": "^7.4.4", "@babel/preset-env": "^7.4.4", "@babel/preset-react": "^7.0.0", "@babel/runtime": "^7.6.2", "@eslint/compat": "^1.1.0", "@eslint/js": "^9.6.0", "@types/lodash": "^4.14.202", "@types/node": "^20.1.0", "@types/react": "^17.0.1", "@types/react-dom": "^17.0.1", "babel-preset-react-app": "^8.0.0", "cross-env": "^5.2.1", "eslint": "9.x", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^28.6.0", "eslint-plugin-jsx-a11y": "^6.9.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.34.3", "eslint-plugin-react-hooks": "^4.6.2", "eslint-plugin-testing-library": "^6.2.2", "gh-pages": "^2.1.1", "globals": "^15.7.0", "jest": "^29.7.0", "prettier": "^3.3.2", "react": "^17.0.1", "react-bootstrap": "^1.4.0", "react-dom": "^17.0.1", "react-grid-layout": "^1.4.4", "react-scripts": "^5.0.1", "rimraf": "^2.7.1", "typescript": "^5.0.4", "typescript-eslint": "^7.14.1" }, "peerDependencies": { "react": "^16.8.2 || ^17.0 || ^18.x || ^19.x", "react-dom": "^16.8.2 || ^17.0 || ^18.x || ^19.x" }, "publishConfig": { "registry": "https://registry.npmjs.org/" }, "description": "Gauge component for React", "bugs": { "url": "https://github.com/antoniolago/react-gauge-component/issues" }, "author": "Antônio Lago", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }