UNPKG

@graphique/graphique

Version:

A data visualization system for React based on the Grammar of Graphics.

79 lines (78 loc) 2.03 kB
{ "name": "@graphique/graphique", "version": "3.0.0", "description": "A data visualization system for React based on the Grammar of Graphics.", "keywords": [ "react", "d3", "data-visualization", "chart", "grammar-of-graphics", "graphique" ], "files": [ "/src", "/dist" ], "type": "module", "module": "./dist/index.js", "main": "./dist/index.cjs", "source": "./src/index.ts", "exports": { "import": "./dist/index.js", "require": "./dist/index.cjs" }, "types": "./dist/index.d.ts", "sideEffects": false, "repository": { "type": "git", "url": "git+https://github.com/graphiquejs/graphique.git" }, "author": "Matt Adams", "license": "MIT", "publishConfig": { "access": "public" }, "scripts": { "lint": "eslint ./ --fix", "prepublishOnly": "npm run lint && npm run build", "typecheck:src": "tsc --noEmit", "typecheck:build": "attw --pack", "build": "tsup --minify", "watch": "tsup --watch" }, "dependencies": { "d3-array": "^3.0.1", "d3-axis": "^3.0.0", "d3-delaunay": "^6.0.4", "d3-scale": "^4.0.2", "d3-scale-chromatic": "^3.0.0", "d3-selection": "^3.0.0", "d3-time-format": "^4.0.0", "d3-transition": "^3.0.1", "jotai": "^1.1.2", "nanoid": "^3.3.2", "react-page-visibility": "^7.0.0" }, "peerDependencies": { "react": ">=16", "react-dom": ">=16" }, "devDependencies": { "@types/d3-array": "^3.2.1", "@types/d3-axis": "^3.0.6", "@types/d3-delaunay": "^6.0.4", "@types/d3-ease": "^3.0.2", "@types/d3-interpolate": "^3.0.4", "@types/d3-interpolate-path": "^2.0.3", "@types/d3-scale": "^4.0.8", "@types/d3-scale-chromatic": "^3.0.3", "@types/d3-selection": "^3.0.10", "@types/d3-time-format": "^4.0.3", "@types/d3-transition": "^3.0.8", "@types/react": "^18.3.5", "@types/react-dom": "^18.3.0", "@types/react-page-visibility": "^6.4.4" }, "gitHead": "7dda3454efc55f01b1dcb96837b9b42fc53ffb0c" }