Files
object-browser/portal-ui/package.json
2023-07-10 22:56:44 -06:00

121 lines
3.7 KiB
JSON

{
"name": "portal-ui",
"version": "0.1.0",
"license": "AGPL-3.0-or-later",
"homepage": ".",
"private": true,
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/lab": "^5.0.0-alpha.122",
"@mui/material": "^5.12.1",
"@mui/styles": "^5.12.0",
"@mui/x-date-pickers": "^5.0.20",
"@reduxjs/toolkit": "^1.9.5",
"@types/streamsaver": "^2.0.1",
"@uiw/react-textarea-code-editor": "^2.1.1",
"kbar": "^0.1.0-beta.39",
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.21",
"luxon": "^3.3.0",
"mds": "https://github.com/minio/mds.git#v0.6.9",
"react": "^18.1.0",
"react-component-export-image": "^1.0.6",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^18.1.0",
"react-dropzone": "^14.2.3",
"react-grid-layout": "^1.2.0",
"react-markdown": "8.0.7",
"react-redux": "^8.0.7",
"react-router-dom": "6.14.0",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.9",
"recharts": "^2.6.2",
"streamsaver": "^2.0.6",
"styled-components": "^5.3.11",
"superagent": "^8.0.8",
"tinycolor2": "^1.6.0",
"websocket": "^1.0.31"
},
"scripts": {
"start": "PORT=5005 react-scripts start",
"build": "react-scripts build",
"buildistanbulcoverage": "PORT=9090 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"playwright": "PORT=5005 USE_BABEL_PLUGIN_ISTANBUL=1 react-app-rewired start",
"find-deadcode": "ts-prune -s consoleApi.ts | (! grep -v 'used in module')"
},
"eslintConfig": {
"extends": "react-app",
"rules": {
"react/jsx-no-target-blank": "off"
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:9090/",
"devDependencies": {
"@playwright/test": "^1.35.0",
"@types/lodash": "^4.14.195",
"@types/luxon": "^3.3.0",
"@types/minio": "^7.1.0",
"@types/node": "18.16.0",
"@types/react": "18.2.14",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "18.2.6",
"@types/react-grid-layout": "^1.1.1",
"@types/react-redux": "^7.1.25",
"@types/react-virtualized": "^9.21.22",
"@types/react-window": "^1.8.5",
"@types/react-window-infinite-loader": "^1.0.6",
"@types/recharts": "^1.8.24",
"@types/superagent": "^4.1.18",
"@types/webpack-env": "^1.18.1",
"@types/websocket": "^1.0.0",
"babel-plugin-istanbul": "^6.1.1",
"customize-cra": "^1.0.0",
"minio": "^7.1.1",
"nyc": "^15.1.0",
"prettier": "2.8.8",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"testcafe": "^2.6.2",
"ts-prune": "^0.10.3",
"typescript": "^4.4.3"
},
"resolutions": {
"nth-check": "^2.0.1",
"yaml": "^2.3.1",
"postcss": "^8.4.24",
"react-scripts/**/node-forge": "^1.3.0",
"react-scripts/**/async": "^2.6.4",
"react-scripts/workbox-webpack-plugin/workbox-build/@surma/rollup-plugin-off-main-thread/ejs/jake/async": "^2.6.4",
"react-scripts/webpack-dev-server/portfinder/async": "^2.6.4",
"react-scripts/**/glob-parent": "^6.0.1",
"react-scripts/**/minimatch": "^3.0.5",
"react-scripts/**/loader-utils": "^2.0.4",
"react-scripts/**/json5": "^2.2.2",
"react-scripts/**/debug": "^3.1.0",
"recharts/**/d3-color": "^3.1.0",
"minio/xml2js": "^0.5.0",
"websocket/debug": "^3.1.0",
"fast-xml-parser": "^4.2.4",
"semver": "^7.5.2"
},
"main": "index.js"
}