@paulchang880703/chart-components
Version:
Reusable chart components based on MUI X Charts (Line, Bar, Gauge)
40 lines (39 loc) • 928 B
JSON
{
"name": "@paulchang880703/chart-components",
"version": "1.0.7",
"description": "Reusable chart components based on MUI X Charts (Line, Bar, Gauge)",
"main": "dist/index.js",
"module": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "babel src --out-dir dist --extensions .js,.jsx",
"prepublishOnly": "npm run build"
},
"peerDependencies": {
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@mui/material": ">=6.4.0 <7",
"@mui/x-charts": ">=7.23.2 <8",
"react": ">=18.3.1"
},
"devDependencies": {
"@babel/cli": "^7.24.0",
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.5",
"@babel/preset-react": "^7.24.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"prop-types": "^15.8.1"
},
"keywords": [
"react",
"mui",
"charts",
"line",
"bar",
"gauge"
],
"license": "MIT"
}