@apptane/react-ui-charts
Version:
Chart components in Apptane React UI framework
93 lines • 2.68 kB
JSON
{
"name": "@apptane/react-ui-charts",
"description": "Chart components in Apptane React UI framework",
"license": "Apache-2.0",
"version": "2.0.2",
"homepage": "https://github.com/apptane/react-ui/tree/master/packages/charts#readme",
"author": "Oleg Grodzevich <oleg@apptane.com>",
"keywords": [
"apptane",
"ui",
"react",
"chart",
"line",
"bar",
"pie",
"bubble"
],
"repository": {
"type": "git",
"url": "git+https://github.com/apptane/react-ui.git",
"directory": "packages/charts"
},
"bugs": {
"url": "https://github.com/apptane/react-ui/issues"
},
"sideEffects": false,
"type": "module",
"types": "dist/types/index.d.ts",
"exports": "./dist/index.js",
"devExports": {
".": "./index.ts"
},
"engines": {
"node": ">=14.16"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/d3-force": "3.0.3",
"@types/d3-interpolate": "3.0.1",
"@types/d3-scale": "4.0.2",
"@types/d3-scale-chromatic": "3.0.0",
"@types/d3-shape": "3.0.2",
"@types/d3-time": "3.0.0",
"@types/d3-time-format": "4.0.0",
"@types/lodash": "4.14.179",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"dependencies": {
"@apptane/react-ui-behaviors": "^2.0.2",
"@apptane/react-ui-core": "^2.0.2",
"@apptane/react-ui-hooks": "^2.0.2",
"@apptane/react-ui-pane": "^2.0.2",
"@apptane/react-ui-theme": "^2.0.2",
"@apptane/react-ui-tooltip": "^2.0.2",
"@apptane/react-ui-typography": "^2.0.2",
"@babel/runtime": "7.17.2",
"@emotion/core": "11.0.0",
"@emotion/react": "11.8.1",
"@types/prop-types": "15.7.4",
"@types/react": "17.0.39",
"d3-force": "3.0.0",
"d3-interpolate": "3.0.1",
"d3-scale": "4.0.2",
"d3-scale-chromatic": "3.0.0",
"d3-shape": "3.1.0",
"d3-time": "3.0.0",
"d3-time-format": "4.1.0",
"lodash": "4.17.21",
"prop-types": "15.8.1"
},
"scripts": {
"prebuild": "rimraf dist",
"clean": "rimraf dist",
"clean-modules": "rimraf node_modules",
"build": "concurrently pnpm:build:*",
"lint": "concurrently pnpm:lint:*",
"build:esm": "cross-env BABEL_ENV=esm babel src --root-mode upward --extensions .ts,.tsx -d dist --source-maps",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"lint:src": "eslint src --ext .ts,.tsx --config ../../.eslintrc.yml",
"lint:types": "tsc --noEmit"
},
"readme": "# @apptane/react-ui-charts\n\nChart components in the Apptane React UI framework.\n"
}