UNPKG

reaviz

Version:

Data Visualization using React

175 lines (174 loc) 4.92 kB
{ "name": "reaviz", "version": "16.1.4", "description": "Data Visualization using React", "engines": { "node": ">=18.0.0" }, "scripts": { "build": "npm run build:js && npm run rewrite:stories", "build:js": "vite build --mode library", "build-storybook": "storybook build", "rewrite:stories": "node scripts/stories.cjs", "test-storybook": "test-storybook --url http://127.0.0.1:9009 --no-cache", "test-storybook-single": "test-storybook --url http://127.0.0.1:9009 --no-cache --includeTags=\"single\"", "lint": "eslint src", "lint:fix": "eslint --fix src", "test": "vitest --passWithNoTests", "test:ci": "vitest run --coverage --passWithNoTests", "ts:check": "tsc --noEmit", "prettier": "prettier --loglevel warn --write 'src/**/*.{ts,tsx,js,jsx}'", "start": "storybook dev -p 9009" }, "type": "module", "types": "./dist/index.d.ts", "main": "./dist/index.umd.cjs", "module": "./dist/index.js", "source": "./src/index.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js", "require": "./dist/index.umd.cjs" }, "./stories/*": "./dist/stories/*", "./blocks/*": "./dist/blocks/*" }, "browser": "dist/index.js", "typings": "dist/index.d.ts", "repository": { "type": "git", "url": "git+https://github.com/reaviz/reaviz.git" }, "files": [ "dist" ], "keywords": [ "react", "reactjs", "d3.js", "d3", "dataviz", "charts", "charting", "svg", "bar-chart", "axis", "brush", "scatter-plot", "area-chart", "sparkline", "line-chart", "pie-chart", "sankey", "gauge", "donut-chart", "pan", "zoom", "radial", "brush", "heatmap", "calendar-heatmap", "legends", "venn", "euler", "venn-diagram", "treemap" ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/reaviz/reaviz/issues" }, "homepage": "https://github.com/reaviz/reaviz#readme", "dependencies": { "@floating-ui/dom": "^1.7.6", "@types/d3-cloud": "^1.2.9", "@upsetjs/venn.js": "^2.0.0", "big-integer": "^1.6.52", "chroma-js": "^3.2.0", "classnames": "^2.5.1", "d3-array": "^3.2.4", "d3-cloud": "^1.2.9", "d3-format": "^3.1.2", "d3-geo": "^3.1.1", "d3-hierarchy": "^3.1.2", "d3-interpolate": "^3.0.1", "d3-sankey": "^0.12.3", "d3-scale": "^4.0.2", "d3-shape": "^3.2.0", "d3-time": "^3.1.0", "ellipsize": "^0.6.2", "human-format": "^1.2.1", "invert-color": "^2.0.0", "motion": "^12.38.0", "reablocks": "^10.0.1", "react-fast-compare": "^3.2.2", "reaviz-data-utils": "^1.0.0", "safe-identifier": "^0.4.2", "transformation-matrix": "^3.1.0" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "devDependencies": { "@eslint/compat": "^1.4.1", "@eslint/eslintrc": "^3.3.5", "@eslint/js": "^9.35.0", "@juggle/resize-observer": "^3.4.0", "@mdx-js/react": "3.1.1", "@storybook/addon-docs": "10.3.6", "@storybook/react-vite": "10.3.6", "@storybook/test-runner": "^0.24.3", "@tailwindcss/postcss": "^4.3.0", "@types/classnames": "^2.3.4", "@types/d3-geo": "^3.1.0", "@types/d3-hierarchy": "^3.1.7", "@types/d3-sankey": "^0.12.5", "@types/d3-scale": "^4.0.9", "@types/d3-shape": "^3.1.8", "@types/d3-time": "^3.0.4", "@types/react": "^18.3.28", "@types/react-dom": "^18.3.7", "@types/topojson-client": "^3.1.5", "@typescript-eslint/eslint-plugin": "^8.59.3", "@typescript-eslint/parser": "^8.59.3", "@vitejs/plugin-react": "^5.2.0", "@vitest/coverage-v8": "^3.2.4", "autoprefixer": "^10.5.0", "date-fns": "^4.1.0", "eslint": "^9.39.4", "eslint-config-prettier": "^10.1.8", "eslint-plugin-no-relative-import-paths": "^1.6.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-storybook": "10.3.6", "fast-glob": "^3.3.3", "globals": "^16.5.0", "identity-obj-proxy": "^3.0.0", "jest-serializer-html": "^7.1.0", "jsdom": "^26.1.0", "postcss": "^8.5.14", "postcss-nested": "^7.0.2", "postcss-preset-env": "^10.6.1", "prettier": "^3.8.3", "react": "^18.3.1", "react-docgen-typescript": "^2.4.0", "react-dom": "^18.3.1", "rollup-plugin-peer-deps-external": "^2.2.4", "storybook": "10.3.6", "tailwindcss": "^4.1.13", "topojson-client": "^3.1.0", "typescript": "^5.9.2", "typescript-rewrite-paths": "^1.3.1", "vite": "^7.3.3", "vite-plugin-checker": "^0.10.3", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.5.4", "vite-plugin-static-copy": "^3.4.0", "vite-plugin-svgr": "^4.5.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4", "world-atlas": "^2.0.2" } }