arbor-dashboard
Version:
A tool to create responsive dashboards with charts
111 lines (110 loc) • 3.9 kB
JSON
{
"name": "arbor-dashboard",
"version": "1.61.3",
"description": "A tool to create responsive dashboards with charts",
"main": "./dist/main.js",
"types": "./src/Components/types.ts",
"files": [
"dist"
],
"scripts": {
"test": "./node_modules/.bin/jest --no-watchman --forceExit",
"reset": "rm -rf node_modules && yarn cache clean && yarn install",
"build": "webpack --mode production",
"build-publish": "yarn webpack && npm publish",
"build-push": "webpack --mode development && yalc push --sig",
"dev-mode": "yalc publish && onchange 'src/**' -- yarn build-push",
"changeset": "changeset",
"changeset:add": "changeset add",
"changeset:version": "changeset version"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:arbor-education/data.responsive_charting_dashboards.git"
},
"keywords": [
"Dashboard",
"Reporting",
"Arbor",
"Charts"
],
"author": "Ashley Boyd",
"license": "ISC",
"bugs": {
"url": "https://github.com/arbor-education/data.responsive_charting_dashboards/issues"
},
"homepage": "https://github.com/arbor-education/data.responsive_charting_dashboards#readme",
"dependencies": {
"@babel/preset-typescript": "^7.26.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^7.1.0",
"@mui/x-date-pickers": "^8.27.2",
"@nivo/axes": "^0.89.1",
"@nivo/bar": "^0.89.1",
"@nivo/calendar": "0.89.1",
"@nivo/heatmap": "^0.89.1",
"@nivo/line": "^0.89.1",
"@nivo/radial-bar": "^0.89.1",
"@nivo/scales": "^0.89.0",
"@nivo/tooltip": "^0.89.1",
"@tanstack/query-async-storage-persister": "^5.83.0",
"@tanstack/react-query": "^5.60.5",
"@tanstack/react-query-persist-client": "^5.83.0",
"ajv": "^8.18.0",
"classnames": "^2.5.1",
"d3-shape": "^3.2.0",
"date-fns": "^4.1.0",
"lucide-react": "^0.577.0",
"react-grid-layout": "^1.5.0",
"react-use-measure": "^2.1.7",
"ts-node": "^10.9.2",
"typescript": "^5.7.3",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.29.8",
"@eslint/js": "^9.13.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"babel-jest": "^29.7.0",
"babel-loader": "^9.2.1",
"css-loader": "^7.1.2",
"eslint": "^9.38.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-css-import-order": "^1.1.0",
"eslint-plugin-es": "^4.1.0",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.0",
"globals": "^15.11.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"onchange": "^7.1.0",
"prettier": "^3.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^19.0.0",
"sass": "^1.84.0",
"sass-loader": "^16.0.4",
"style-loader": "^4.0.0",
"typescript-eslint": "^8.11.0",
"webpack-cli": "^6.0.1"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}