UNPKG

arbor-dashboard

Version:
81 lines (80 loc) 2.57 kB
{ "name": "arbor-dashboard", "version": "1.4.1", "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-publish": "yarn webpack && npm publish" }, "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", "@nivo/axes": "^0.88.0", "@nivo/bar": "^0.88.0", "@nivo/heatmap": "^0.88.0", "@nivo/line": "^0.88.0", "@nivo/scales": "^0.88.0", "@nivo/tooltip": "^0.88.0", "@tanstack/react-query": "^5.60.5", "@testing-library/dom": "^10.4.0", "classnames": "^2.5.1", "d3-shape": "^3.2.0", "jest-environment-jsdom": "^29.7.0", "react-grid-layout": "^1.5.0", "ts-node": "^10.9.2", "typescript": "^5.7.3", "webpack": "^5.97.1" }, "devDependencies": { "@babel/core": "^7.26.7", "@babel/preset-env": "^7.26.9", "@babel/preset-react": "^7.26.3", "@eslint/js": "^9.13.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.13.0", "eslint-plugin-react": "^7.37.1", "globals": "^15.11.0", "jest": "^29.7.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" } }