github.com/minio/console@v1.3.0/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 "@types/pdfjs-dist": "^2.10.378", 10 "kbar": "^0.1.0-beta.39", 11 "local-storage-fallback": "^4.1.1", 12 "lodash": "^4.17.21", 13 "luxon": "^3.4.3", 14 "mds": "https://github.com/minio/mds.git#v1.0.0", 15 "pdfjs-dist": "3.11.174", 16 "react": "^18.1.0", 17 "react-component-export-image": "^1.0.6", 18 "react-copy-to-clipboard": "^5.0.2", 19 "react-dom": "^18.1.0", 20 "react-dropzone": "^14.2.3", 21 "react-markdown": "8.0.7", 22 "react-pdf": "7.7.1", 23 "react-redux": "^8.1.3", 24 "react-router-dom": "6.22.3", 25 "react-virtualized": "^9.22.5", 26 "react-window": "^1.8.10", 27 "react-window-infinite-loader": "^1.0.9", 28 "recharts": "^2.12.4", 29 "styled-components": "5.3.11", 30 "superagent": "^9.0.1", 31 "tinycolor2": "^1.6.0" 32 }, 33 "scripts": { 34 "start": "PORT=5005 react-scripts start", 35 "build": "react-scripts build", 36 "buildistanbulcoverage": "PORT=9090 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired build", 37 "test": "react-scripts test", 38 "eject": "react-scripts eject", 39 "playwright": "PORT=5005 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired start", 40 "find-deadcode": "ts-prune -s consoleApi.ts | (! grep -v 'used in module')" 41 }, 42 "eslintConfig": { 43 "extends": "react-app", 44 "rules": { 45 "react/jsx-no-target-blank": "off" 46 } 47 }, 48 "browserslist": { 49 "production": [ 50 ">0.2%", 51 "not dead", 52 "not op_mini all" 53 ], 54 "development": [ 55 "last 1 chrome version", 56 "last 1 firefox version", 57 "last 1 safari version" 58 ] 59 }, 60 "proxy": "http://localhost:9090/", 61 "devDependencies": { 62 "@babel/plugin-proposal-private-property-in-object": "^7.21.11", 63 "@playwright/test": "^1.43.0", 64 "@types/lodash": "^4.17.0", 65 "@types/luxon": "^3.4.2", 66 "@types/minio": "7.1.1", 67 "@types/node": "18.16.0", 68 "@types/react": "18.2.75", 69 "@types/react-copy-to-clipboard": "^5.0.5", 70 "@types/react-dom": "18.2.24", 71 "@types/react-redux": "^7.1.32", 72 "@types/react-virtualized": "^9.21.30", 73 "@types/react-window": "^1.8.6", 74 "@types/react-window-infinite-loader": "^1.0.7", 75 "@types/recharts": "^1.8.29", 76 "@types/superagent": "^4.1.24", 77 "@types/webpack-env": "^1.18.2", 78 "babel-plugin-istanbul": "^6.1.1", 79 "customize-cra": "^1.0.0", 80 "minio": "^7.1.3", 81 "nyc": "^15.1.0", 82 "prettier": "3.2.5", 83 "react-app-rewire-hot-loader": "^2.0.1", 84 "react-app-rewired": "^2.2.1", 85 "react-scripts": "5.0.1", 86 "testcafe": "^2.6.2", 87 "ts-prune": "^0.10.3", 88 "typescript": "^4.4.3" 89 }, 90 "resolutions": { 91 "nth-check": "^2.0.1", 92 "yaml": "^2.4.1", 93 "postcss": "^8.4.38", 94 "react-scripts/**/node-forge": "^1.3.0", 95 "react-scripts/**/async": "^2.6.4", 96 "react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4", 97 "react-scripts/webpack-dev-server/portfinder/async": "^2.6.4", 98 "react-scripts/**/glob-parent": "^6.0.1", 99 "react-scripts/**/minimatch": "^3.0.5", 100 "react-scripts/**/loader-utils": "^2.0.4", 101 "react-scripts/**/json5": "^2.2.2", 102 "react-scripts/**/debug": "^3.1.0", 103 "recharts/**/d3-color": "^3.1.0", 104 "fast-xml-parser": "^4.3.6", 105 "semver": "^7.5.2", 106 "testcafe/**/tough-cookie": "^4.1.3", 107 "styled-components/**/@babel/traverse": "^7.24.1" 108 }, 109 "main": "index.js" 110 }