hc99's picture
Add files using upload-large-folder tool
fc0f7bd verified
{
"name": "fairlearn-dashboard",
"version": "0.0.16",
"license": "MIT",
"description": "Dashboard for evaluating the fairness of models.",
"main": "rel/index.js",
"module": "rel/index.js",
"types": "rel/index.d.ts",
"files": [
"rel/"
],
"scripts": {
"build": "tsc",
"build-css": "node-sass-chokidar src/ -o rel/ && node-sass-chokidar src/ -o rel/FairnessDashboard",
"build-dev": "npm run build && npm run copy",
"copy": "xcopy \"rel\" \"..\\test\\test-page\\node_modules\\fairlearn-dashboard\\rel\" /e /y"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"@types/lodash": "4.14.123",
"@types/memoize-one": "4.1.1",
"@types/plotly.js-dist": "npm:@types/plotly.js",
"@types/react": "16.8.10",
"@types/uuid": "3.4.4",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.8.0",
"node-sass-chokidar": "1.3.4",
"react-test-renderer": "^16.8.6",
"ts-jest": "^24.0.2",
"typescript": "^3.5.2"
},
"peerDependencies": {
"react": ">=16.3.2-0 <17.0.0",
"react-dom": ">=16.3.2-0 <17.0.0"
},
"dependencies": {
"jmespath": "^0.15.0",
"localized-strings": "^0.2.2",
"lodash": "^4.17.11",
"memoize-one": "^5.0.2",
"mlchartlib": "0.1.30",
"moment": "^2.24.0",
"office-ui-fabric-react": "7.21.0",
"uuid": "^3.3.2"
}
}