UNPKG

task-master-monitoring

Version:

Project task dashboard monitoring tool with visualization and management features

76 lines (75 loc) 1.89 kB
{ "name": "task-master-monitoring", "version": "1.5.3", "private": false, "description": "Project task dashboard monitoring tool with visualization and management features", "main": "server.js", "bin": { "task-master-monitoring": "./bin/tmm.js", "tmm": "./bin/tmm.js" }, "keywords": [ "task", "dashboard", "project", "monitoring", "visualization" ], "author": "", "license": "MIT", "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@tailwindcss/typography": "^0.5.16", "concurrently": "^9.2.0", "cors": "^2.8.5", "dagre": "^0.8.5", "express": "^4.19.2", "lucide-react": "^0.525.0", "react": "^19.1.0", "react-dom": "^19.1.0", "react-markdown": "^10.1.0", "react-scripts": "5.0.1", "reactflow": "^11.11.4" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "server": "node server.js", "dev": "concurrently \"npm run server\" \"npm start\"", "start:prod": "npm run build && npm run server", "prepublishOnly": "npm run build" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^13.5.0", "autoprefixer": "^10.4.21", "postcss": "^8.5.6", "tailwindcss": "^3.4.17", "web-vitals": "^2.1.4" }, "proxy": "http://localhost:3001" }