@czi-sds/data-viz
Version:
2023 Science Initiative Data Visualization Component Library
83 lines (82 loc) • 2.33 kB
JSON
{
"name": "@czi-sds/data-viz",
"version": "0.11.5",
"main": "dist/index.cjs.js",
"types": "dist/index.cjs.d.ts",
"module": "dist/index.esm.js",
"author": "",
"homepage": "https://github.com/chanzuckerberg/sci-components/tree/main/packages/sci-data-viz#readme",
"description": "2023 Science Initiative Data Visualization Component Library",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/chanzuckerberg/sci-components.git"
},
"publishConfig": {
"access": "public"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,md,html,css,yml}": "npx prettier --write"
},
"files": [
"dist"
],
"bugs": {
"url": "https://github.com/chanzuckerberg/sci-components/issues"
},
"keywords": [
"react",
"materialui",
"science",
"design",
"system",
"component",
"library",
"data-viz",
"visualization",
"heatmap",
"echarts"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"build": "rollup -c",
"build-watch": "rollup -c -w",
"lint": "concurrently \"../../node_modules/.bin/eslint src/**/*.{ts,tsx} --quiet --fix\" \"../../node_modules/.bin/stylelint --fix '**/*.{js,ts,tsx,css}'\" \"npm run type-check\"",
"type-check": "tsc --noEmit",
"test": "jest --passWithNoTests",
"chromatic": "npx chromatic --exit-zero-on-changes --project-token=cad4aacbfeba",
"namespace-check": "tsc --p tsconfig-namespace-check.json"
},
"peerDependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/base": "^5.0.0-beta.30",
"@mui/icons-material": "^5.15.3",
"@mui/lab": "^5.0.0-alpha.159",
"@mui/material": "^5.15.3",
"echarts": "^5.4.3",
"lodash": "^4.17.21",
"react": ">=17.0.1",
"react-dom": ">=17.0.1"
},
"devDependencies": {
"@reduxjs/toolkit": "^2.1.0",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"d3-scale-chromatic": "^3.0.0",
"jest-environment-jsdom": "^29.6.2",
"react-redux": "^9.1.0",
"simplex-noise": "^4.0.1",
"style-dictionary": "^4.1.0"
},
"dependencies": {
"echarts": "^5.4.3",
"lodash": "^4.17.21"
},
"gitHead": "9700d6af49fe23c89fd3485189594ccebe316acc"
}