Files
object-browser/web-app/package.json
2024-05-22 18:19:32 -07:00

98 lines
2.8 KiB
JSON

{
"name": "web-app",
"version": "1.2.0",
"license": "AGPL-3.0-or-later",
"homepage": ".",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.9.6",
"kbar": "^0.1.0-beta.39",
"local-storage-fallback": "^4.1.1",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"mds": "https://github.com/minio/mds.git#v1.0.2",
"react": "^18.3.1",
"react-component-export-image": "^1.0.6",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-markdown": "8.0.7",
"react-pdf": "^8.0.2",
"react-redux": "^8.1.3",
"react-router-dom": "6.23.0",
"react-use-websocket": "^4.8.1",
"react-virtualized": "^9.22.5",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"recharts": "^2.12.6",
"styled-components": "5.3.11",
"superagent": "^9.0.2",
"tinycolor2": "^1.6.0"
},
"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 | sh -c '(! 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": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@playwright/test": "^1.44.0",
"@types/lodash": "^4.17.0",
"@types/luxon": "^3.4.2",
"@types/node": "20.12.8",
"@types/react": "18.3.1",
"@types/react-copy-to-clipboard": "^5.0.5",
"@types/react-dom": "18.3.0",
"@types/react-redux": "^7.1.32",
"@types/react-virtualized": "^9.21.30",
"@types/react-window": "^1.8.6",
"@types/react-window-infinite-loader": "^1.0.7",
"@types/recharts": "^1.8.29",
"@types/superagent": "^4.1.24",
"@types/webpack-env": "^1.18.2",
"babel-plugin-istanbul": "^6.1.1",
"customize-cra": "^1.0.0",
"minio": "^8.0.0",
"nyc": "^15.1.0",
"prettier": "3.2.5",
"react-app-rewire-hot-loader": "^2.0.1",
"react-app-rewired": "^2.2.1",
"react-scripts": "5.0.1",
"testcafe": "3.5.0",
"ts-prune": "^0.10.3",
"typescript": "^4.4.3"
},
"resolutions": {
"nth-check": "^2.0.1",
"yaml": "^2.4.2",
"postcss": "^8.4.38",
"fast-xml-parser": "^4.3.6",
"semver": "^7.5.2"
},
"main": "index.js",
"packageManager": "yarn@4.2.2"
}