97 строки
3.0 KiB
JSON
97 строки
3.0 KiB
JSON
{
|
|
"name": "powerbi-visuals-chordchart",
|
|
"version": "2.2.0",
|
|
"author": {
|
|
"name": "Microsoft",
|
|
"email": "pbicvsupport@microsoft.com"
|
|
},
|
|
"scripts": {
|
|
"pbiviz": "pbiviz",
|
|
"start": "pbiviz start",
|
|
"package": "pbiviz package",
|
|
"lint": "tslint -r \"node_modules/tslint-microsoft-contrib\" \"+(src|test)/**/*.ts\"",
|
|
"pretest": "pbiviz package --resources --no-minify --no-pbiviz --no-plugin",
|
|
"test": "karma start",
|
|
"cert": "pbiviz --install-cert",
|
|
"snyk-protect": "snyk protect",
|
|
"prepare": "npm run snyk-protect"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Microsoft/powerbi-visuals-chord.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/d3-array": "^3.0.1",
|
|
"@types/d3-chord": "^3.0.1",
|
|
"@types/d3-selection": "3.0.1",
|
|
"@types/d3-shape": "^3.0.2",
|
|
"@types/jasmine": "3.8.2",
|
|
"@types/jasmine-jquery": "1.5.34",
|
|
"@types/lodash.foreach": "4.5.6",
|
|
"@types/lodash.invert": "4.3.6",
|
|
"@types/lodash.isarray": "4.0.6",
|
|
"@types/lodash.isempty": "4.4.6",
|
|
"@types/lodash.map": "4.6.13",
|
|
"@types/lodash.mapvalues": "4.6.6",
|
|
"@types/lodash.max": "4.0.6",
|
|
"@types/lodash.reduce": "4.6.6",
|
|
"@types/webpack": "5.28.0",
|
|
"coveralls": "3.1.1",
|
|
"css-loader": "6.2.0",
|
|
"istanbul-instrumenter-loader": "^3.0.1",
|
|
"jasmine": "3.8.0",
|
|
"karma": "6.3.4",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-coverage": "^2.0.3",
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
"karma-jasmine": "4.0.1",
|
|
"karma-junit-reporter": "^2.0.1",
|
|
"karma-sourcemap-loader": "0.3.8",
|
|
"karma-typescript": "5.5.1",
|
|
"karma-typescript-preprocessor": "0.4.0",
|
|
"karma-webpack": "5.0.0",
|
|
"less": "4.1.1",
|
|
"less-loader": "10.0.1",
|
|
"powerbi-models": "^1.9.3",
|
|
"powerbi-visuals-api": "^3.8.2",
|
|
"powerbi-visuals-tools": "^3.3.1",
|
|
"powerbi-visuals-utils-testutils": "^2.4.1",
|
|
"process": "^0.11.10",
|
|
"puppeteer": "^10.2.0",
|
|
"style-loader": "3.2.1",
|
|
"ts-loader": "9.2.5",
|
|
"ts-node": "10.1.0",
|
|
"tslint": "6.1.2",
|
|
"tslint-microsoft-contrib": "6.2.0",
|
|
"typescript": "4.3.5",
|
|
"webpack": "5.48.0"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.16.0",
|
|
"d3-array": "^3.0.1",
|
|
"d3-chord": "^3.0.1",
|
|
"d3-selection": "^3.0.0",
|
|
"d3-shape": "^3.0.1",
|
|
"lodash.foreach": "4.5.0",
|
|
"lodash.invert": "4.3.0",
|
|
"lodash.isarraylike": "4.2.0",
|
|
"lodash.isempty": "4.4.0",
|
|
"lodash.map": "4.6.0",
|
|
"lodash.mapvalues": "4.6.0",
|
|
"lodash.max": "4.0.1",
|
|
"lodash.reduce": "4.6.0",
|
|
"powerbi-visuals-utils-chartutils": "^2.6.0",
|
|
"powerbi-visuals-utils-colorutils": "^2.3.1",
|
|
"powerbi-visuals-utils-dataviewutils": "^2.4.1",
|
|
"powerbi-visuals-utils-formattingutils": "^4.7.1",
|
|
"powerbi-visuals-utils-interactivityutils": "^5.7.1",
|
|
"powerbi-visuals-utils-svgutils": "^2.3.2",
|
|
"powerbi-visuals-utils-tooltiputils": "^2.5.2",
|
|
"powerbi-visuals-utils-typeutils": "2.3.1",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"snyk": "^1.675.0"
|
|
},
|
|
"snyk": true
|
|
}
|