github.com/minio/console@v1.4.1/web-app/package.json (about) 1 { 2 "name": "web-app", 3 "version": "1.2.0", 4 "license": "AGPL-3.0-or-later", 5 "homepage": ".", 6 "private": true, 7 "dependencies": { 8 "@reduxjs/toolkit": "^1.9.6", 9 "kbar": "^0.1.0-beta.39", 10 "local-storage-fallback": "^4.1.1", 11 "lodash": "^4.17.21", 12 "luxon": "^3.4.3", 13 "mds": "https://github.com/minio/mds.git#v1.0.2", 14 "react": "^18.3.1", 15 "react-component-export-image": "^1.0.6", 16 "react-copy-to-clipboard": "^5.0.2", 17 "react-dom": "^18.3.1", 18 "react-dropzone": "^14.2.3", 19 "react-markdown": "8.0.7", 20 "react-pdf": "^8.0.2", 21 "react-redux": "^8.1.3", 22 "react-router-dom": "6.23.0", 23 "react-use-websocket": "^4.8.1", 24 "react-virtualized": "^9.22.5", 25 "react-window": "^1.8.10", 26 "react-window-infinite-loader": "^1.0.9", 27 "recharts": "^2.12.6", 28 "styled-components": "5.3.11", 29 "superagent": "^9.0.2", 30 "tinycolor2": "^1.6.0" 31 }, 32 "scripts": { 33 "start": "PORT=5005 react-scripts start", 34 "build": "react-scripts build", 35 "buildistanbulcoverage": "PORT=9090 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired build", 36 "test": "react-scripts test", 37 "eject": "react-scripts eject", 38 "playwright": "PORT=5005 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired start", 39 "find-deadcode": "ts-prune -s consoleApi.ts | sh -c '(! grep -v \"used in module\")'" 40 }, 41 "eslintConfig": { 42 "extends": "react-app", 43 "rules": { 44 "react/jsx-no-target-blank": "off" 45 } 46 }, 47 "browserslist": { 48 "production": [ 49 ">0.2%", 50 "not dead", 51 "not op_mini all" 52 ], 53 "development": [ 54 "last 1 chrome version", 55 "last 1 firefox version", 56 "last 1 safari version" 57 ] 58 }, 59 "proxy": "http://localhost:9090/", 60 "devDependencies": { 61 "@babel/plugin-proposal-private-property-in-object": "^7.21.11", 62 "@playwright/test": "^1.44.0", 63 "@types/lodash": "^4.17.0", 64 "@types/luxon": "^3.4.2", 65 "@types/node": "20.12.8", 66 "@types/react": "18.3.1", 67 "@types/react-copy-to-clipboard": "^5.0.5", 68 "@types/react-dom": "18.3.0", 69 "@types/react-redux": "^7.1.32", 70 "@types/react-virtualized": "^9.21.30", 71 "@types/react-window": "^1.8.6", 72 "@types/react-window-infinite-loader": "^1.0.7", 73 "@types/recharts": "^1.8.29", 74 "@types/superagent": "^4.1.24", 75 "@types/webpack-env": "^1.18.2", 76 "babel-plugin-istanbul": "^6.1.1", 77 "customize-cra": "^1.0.0", 78 "minio": "^8.0.0", 79 "nyc": "^15.1.0", 80 "prettier": "3.2.5", 81 "react-app-rewire-hot-loader": "^2.0.1", 82 "react-app-rewired": "^2.2.1", 83 "react-scripts": "5.0.1", 84 "testcafe": "3.5.0", 85 "ts-prune": "^0.10.3", 86 "typescript": "^4.4.3" 87 }, 88 "resolutions": { 89 "nth-check": "^2.0.1", 90 "yaml": "^2.4.2", 91 "postcss": "^8.4.38", 92 "fast-xml-parser": "^4.3.6", 93 "semver": "^7.5.2" 94 }, 95 "main": "index.js", 96 "packageManager": "yarn@4.2.2" 97 }