{"bugs":{"url":"https://github.com/recharts/recharts/issues"},"dist":{"shasum":"e6f52c2604a38f728b6d47f95881595fa6604c6c","tarball":"https://registry.npmjs.org/recharts/-/recharts-3.10.1.tgz","fileCount":839,"integrity":"sha512-QXFrvt6IVcw7eeZCoyXTwkIJAX3Dv1nyVhMicXJ47GsGDDpcN8z6o644DibE9XjpBTThtsomLKnTV6lc+cVFUA==","signatures":[{"sig":"MEUCIHkKo5NwfI4YMZPz5kc0CoFg7WgGOnVEgAckHFxc7/SZAiEAk37DfzkOtzi24ERQ0TJAQidKimvDPR6MEOL1ejvM2fc=","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"},{"sig":"MEYCIQDGe+y+HgZAfvpTyh6NWl2SYWW4dmCwIbhWQJ9nwQMmrwIhAJuU4rB378tx0/gEwlzwATIq8QHWJg8eevxOPVg/9Nwa","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/recharts@3.10.1","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"unpackedSize":7452998},"main":"lib/index.js","name":"recharts","types":"types/index.d.ts","author":{"name":"recharts group"},"module":"es6/index.js","engines":{"node":">=18"},"gitHead":"ffb918798051ef040bb7f9922d3850c9c189f39f","license":"MIT","scripts":{"tsc":"tsc","lgtm":"npm run lint && npm run build && npm run test && npm run check-types","lint":"eslint .","test":"vitest run --config vitest.config.mts --project unit:*","build":"npm run build-types && npm run build-cjs && npm run build-es6 && npm run build-umd && npm run test-build-output","analyse":"cross-env NODE_ENV=analyse webpack -o umd/Recharts.js","autofix":"eslint . --fix","omnidoc":"npm exec --prefix ./www -- tsx ./omnidoc/generateApiDoc.ts && npm exec --prefix ./www -- tsx ./omnidoc/generateStorybookArgs.ts","prepare":"husky || true","test-vr":"docker compose run --rm test-vr playwright-test","prebuild":"npm run omnidoc","prettier":"prettier . --write","test-lib":"vitest run --config vitest.config.mts --project unit:lib","build-cjs":"rimraf lib && cross-env NODE_ENV=commonjs babel ./src -d lib --extensions '.js,.ts,.tsx'","build-es6":"rimraf es6 && cross-env NODE_ENV=es6 babel ./src -d es6 --extensions '.js,.ts,.tsx'","build-umd":"rimraf umd && cross-env NODE_ENV=production webpack -o umd","chromatic":"npx chromatic","storybook":"npx storybook dev -p 6006 -c storybook","test-vr:ui":"docker compose run -p 8080:8080 --rm test-vr playwright-test --ui --ui-host=0.0.0.0 --ui-port=8080","test-watch":"vitest --config vitest.config.mts --project unit:*","build-types":"rimraf types && npm run tsc","bundlewatch":"bundlewatch --config .bundlewatch.config.json","check-types":"npm run check-types-lib && npm run check-types-test && npm run check-types-storybook && npm run check-types-test-vr && npm run check-types-website","test-exports":"vitest run scripts/verify-exports.test.ts","test-omnidoc":"vitest run --project unit:omnidoc --config vitest.config.mts","test-website":"vitest run --config vitest.config.mts --project unit:website","trace-bundle":"node scripts/trace-bundle.ts","test-coverage":"vitest run --config vitest.config.mts --coverage --project unit:*","test-mutation":"stryker run","test-storybook":"vitest --config vitest.config.mts --project storybook","test-vr:report":"npx playwright show-report test-vr/playwright-report","test-vr:update":"docker compose run --rm test-vr playwright-test --update-snapshots","build-storybook":"npx storybook build -o storybook/public -c storybook","check-types-lib":"tsc --noEmit","test-vr:prepare":"npm run build && docker compose up -d --build","check-types-test":"tsc --project test/tsconfig.json","storybook-doctor":"npx storybook doctor --config-dir storybook","test-treeshaking":"vitest run scripts/treeshaking.test.ts scripts/generate-bundle-data.test.ts","test-build-output":"vitest run --project build-output --config vitest.config.mts","check-types-test-vr":"tsc --project test-vr/tsconfig.json","check-types-website":"tsc --project www/tsconfig.json","generate-bundle-data":"npm exec --prefix ./www -- tsx ./scripts/generate-bundle-data.ts","check-types-storybook":"tsc --project storybook/tsconfig.json","check-playwright-versions":"node scripts/check-playwright-versions.mjs"},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:22068af3-a203-468e-ad2f-b00bcc7a49be"}},"homepage":"https://github.com/recharts/recharts","keywords":["react","reactjs","chart","react-component"],"overrides":{"axios":"0.30.3"},"repository":{"url":"git+https://github.com/recharts/recharts.git","type":"git"},"workspaces":["www"],"_npmVersion":"11.17.0","description":"React charts","directories":{},"jsnext:main":"es6/index.js","lint-staged":{"*.{ts,tsx,js,jsx}":["eslint --fix","prettier --write"]},"maintainers":[{"name":"nikolasrieble","email":"nikolas@rieble.com"},{"name":"ckifer","email":"coltinkifer19@gmail.com"},{"name":"corkscreewe","email":"corkscreewe@gmail.com"}],"sideEffects":false,"_nodeVersion":"26.5.0","dependencies":{"clsx":"^2.1.1","immer":"^11.1.8","reselect":"5.2.0","es-toolkit":"^1.39.3","react-redux":"8.x.x || 9.x.x","eventemitter3":"^5.0.1","tiny-invariant":"^1.3.3","victory-vendor":"^37.0.2","@reduxjs/toolkit":"^1.9.0 || 2.x.x","decimal.js-light":"^2.5.1","use-sync-external-store":"^1.2.2"},"_hasShrinkwrap":false,"devDependencies":{"diff":"^9.0.0","glob":"^13.0.6","husky":"^9.1.1","jsdom":"^29.1.1","react":"^18.3.1","eslint":"^9.35.0","marked":"^18.0.5","rimraf":"^6.0.1","rollup":"^4.40.1","terser":"^5.46.0","vitest":"^4.1.7","d3-time":"^3.1.0","globals":"^16.3.0","webpack":"^5.93.0","prettier":"^3.6.2","react-is":"^18.3.1","ts-morph":"^28.0.0","chromatic":"^18.1.0","cross-env":"^10.1.0","react-dom":"^18.3.1","storybook":"^10.4.1","ts-loader":"^9.5.1","@babel/cli":"^7.24.8","@eslint/js":"^9.35.0","playwright":"1.61.1","typescript":"^6.0.3","vitest-axe":"^0.1.0","@babel/core":"^7.24.9","@types/node":"25.x.x","bundlewatch":"^0.4.1","lint-staged":"^17.0.7","react-redux":"^8.1.3","webpack-cli":"^7.0.3","@types/react":"^18.3.3","babel-loader":"^10.1.1","browserslist":"^4.23.2","@babel/runtime":"^7.26.10","@eslint/compat":"^2.1.0","d3-time-format":"^4.1.0","@stackblitz/sdk":"^1.11.0","@types/d3-shape":"^3.1.6","@types/react-is":"^18.3.0","@reduxjs/toolkit":"^1.9.7","@storybook/icons":"^2.0.2","@types/react-dom":"^18.3.0","@babel/preset-env":"^7.29.0","typescript-eslint":"^8.42.0","@recharts/devtools":"^0.0.14","d3-scale-chromatic":"^3.1.0","@babel/preset-react":"^7.28.5","@vitest/coverage-v8":"^4.1.7","eslint-plugin-jsdoc":"^63.0.2","eslint-plugin-react":"^7.37.5","@rollup/plugin-babel":"^7.1.0","@vitejs/plugin-react":"^4.3.1","eslint-plugin-import":"^2.32.0","@flakiness/playwright":"^1.9.0","@storybook/addon-a11y":"^10.4.1","@storybook/addon-docs":"^10.4.1","@storybook/react-vite":"^10.4.1","@types/d3-interpolate":"^3.0.4","@types/d3-time-format":"^4.0.3","rollup-plugin-esbuild":"^6.2.1","terser-webpack-plugin":"^5.3.10","@storybook/addon-links":"^10.4.1","@testing-library/react":"^16.0.0","eslint-config-prettier":"^10.1.8","eslint-plugin-jsx-a11y":"^6.10.2","eslint-plugin-prettier":"^5.5.4","update-browserslist-db":"^1.1.0","@rollup/plugin-commonjs":"^29.0.2","@storybook/addon-vitest":"^10.4.1","@storybook/builder-vite":"^10.4.1","eslint-plugin-storybook":"^10.4.1","webpack-bundle-analyzer":"^5.3.0","@babel/preset-typescript":"^7.28.5","@chromatic-com/storybook":"^5.2.1","@codecov/bundle-analyzer":"^2.0.1","eslint-plugin-react-perf":"^3.3.3","@testing-library/jest-dom":"^6.4.8","eslint-plugin-react-hooks":"^7.1.1","@vitest/browser-playwright":"^4.1.7","@rollup/plugin-node-resolve":"^16.0.3","@storybook/addon-onboarding":"^10.4.1","@testing-library/user-event":"^14.5.2","babel-plugin-dev-expression":"^0.2.3","babel-plugin-transform-define":"^2.1.4","eslint-config-airbnb-extended":"^3.1.0","@stryker-mutator/vitest-runner":"^9.6.1","@playwright/experimental-ct-react":"1.61.1","eslint-import-resolver-typescript":"^4.4.4","@stryker-mutator/typescript-checker":"^9.6.1","@eslint-community/eslint-plugin-eslint-comments":"^4.7.2"},"peerDependencies":{"react":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-is":"^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0","react-dom":"^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"},"_npmOperationalInternal":{"tmp":"tmp/recharts_3.10.1_1784992985071_0.4681279606494373","host":"s3://npm-registry-packages-npm-production"},"_id":"recharts@3.10.1","version":"3.10.1"}