{ "name": "powerbi-visuals-gantt", "version": "3.0.13.0", "description": "A Gantt chart is a type of bar chart which illustrates a project timeline or schedule. The Gantt Chart visual shows the Tasks, Start Dates, Durations, % Complete, and Resources for a project. The Gantt Chart visual can be used to show current schedule status using percent-complete shadings and a vertical \"TODAY\" line. The Legend may be used to group or filter tasks based upon data values.", "repository": { "type": "git", "url": "git+https://github.com/Microsoft/powerbi-visuals-gantt.git" }, "keywords": [ "powerbi-visuals" ], "scripts": { "pbiviz": "pbiviz", "start": "pbiviz start", "package": "pbiviz package", "eslint": "npx eslint . --ext .js,.jsx,.ts,.tsx", "test": "karma start", "cert": "pbiviz --install-cert" }, "author": { "name": "Microsoft", "email": "pbicvsupport@microsoft.com" }, "license": "MIT", "bugs": { "url": "https://github.com/Microsoft/powerbi-visuals-gantt/issues" }, "homepage": "https://github.com/Microsoft/powerbi-visuals-gantt#readme", "dependencies": { "d3-collection": "^1.0.7", "d3-scale": "^4.0.2", "d3-selection": "^3.0.0", "d3-time": "^3.1.0", "d3-transition": "^3.0.1", "lodash.clone": "^4.5.0", "lodash.groupby": "^4.6.0", "lodash.isempty": "^4.4.0", "lodash.mapvalues": "^4.6.0", "lodash.max": "^4.0.1", "lodash.maxby": "^4.6.0", "lodash.min": "^4.0.1", "lodash.minby": "^4.6.0", "lodash.range": "^3.2.0", "lodash.toarray": "^4.4.0", "lodash.uniq": "^4.5.0", "lodash.uniqby": "^4.7.0", "powerbi-visuals-api": "^5.11.0", "powerbi-visuals-utils-chartutils": "^6.0.4", "powerbi-visuals-utils-colorutils": "^6.0.4", "powerbi-visuals-utils-dataviewutils": "^6.1.0", "powerbi-visuals-utils-formattingmodel": "^6.0.2", "powerbi-visuals-utils-formattingutils": "^6.1.1", "powerbi-visuals-utils-interactivityutils": "^6.0.4", "powerbi-visuals-utils-svgutils": "^6.0.4", "powerbi-visuals-utils-tooltiputils": "^6.0.4", "powerbi-visuals-utils-typeutils": "^6.0.3" }, "devDependencies": { "@types/d3-collection": "^1.0.13", "@types/d3-scale": "^4.0.8", "@types/d3-selection": "^3.0.10", "@types/d3-time": "^3.0.3", "@types/d3-transition": "^3.0.8", "@types/jasmine": "^5.1.4", "@types/karma": "^6.3.8", "@types/lodash.clone": "^4.5.9", "@types/lodash.groupby": "^4.6.9", "@types/lodash.isempty": "^4.4.9", "@types/lodash.mapvalues": "^4.6.9", "@types/lodash.max": "^4.0.9", "@types/lodash.maxby": "^4.6.9", "@types/lodash.min": "^4.0.9", "@types/lodash.minby": "^4.6.9", "@types/lodash.range": "^3.2.9", "@types/lodash.toarray": "^4.4.9", "@types/lodash.uniq": "^4.5.9", "@types/lodash.uniqby": "^4.7.9", "@types/webpack": "^5.28.5", "@typescript-eslint/eslint-plugin": "^7.16.0", "@typescript-eslint/parser": "^7.16.0", "css-loader": "^7.1.2", "eslint": "^8.57.0", "eslint-plugin-powerbi-visuals": "^0.8.1", "jasmine": "^5.1.0", "karma": "^6.4.3", "karma-chrome-launcher": "^3.2.0", "karma-coverage": "^2.2.1", "karma-jasmine": "^5.1.0", "karma-junit-reporter": "^2.0.1", "karma-sourcemap-loader": "^0.4.0", "karma-typescript": "^5.5.4", "karma-typescript-preprocessor": "^0.4.0", "karma-webpack": "^5.0.1", "less": "^4.2.0", "less-loader": "^12.2.0", "playwright-chromium": "^1.45.1", "powerbi-visuals-tools": "^5.5.1", "powerbi-visuals-utils-testutils": "^6.1.1", "style-loader": "^4.0.0", "ts-loader": "^9.5.1", "typescript": "^5.5.3", "webpack": "^5.93.0" } }