-
Notifications
You must be signed in to change notification settings - Fork 455
/
package.json
97 lines (97 loc) · 2.92 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "web-app",
"version": "0.1.0",
"homepage": ".",
"private": true,
"dependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/traverse": "7.23.3",
"@reduxjs/toolkit": "1.9.7",
"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.13.0",
"react": "^18.1.0",
"react-copy-to-clipboard": "^5.0.2",
"react-dom": "^18.1.0",
"react-redux": "^8.0.5",
"react-router-dom": "6.16.0",
"react-virtualized": "^9.22.3",
"react-window": "^1.8.8",
"react-window-infinite-loader": "^1.0.7",
"recharts": "2.7.2",
"styled-components": "^5.3.11",
"superagent": "^8.0.8",
"tough-cookie": "4.1.3",
"yaml": "2.3.4"
},
"scripts": {
"start": "PORT=5050 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"find-deadcode": "ts-prune -s operatorApi.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": {
"@types/lodash": "^4.14.195",
"@types/luxon": "^3.3.0",
"@types/node": "18.11.18",
"@types/react": "18.2.37",
"@types/react-copy-to-clipboard": "^5.0.2",
"@types/react-dom": "18.2.15",
"@types/react-grid-layout": "^1.1.1",
"@types/react-redux": "^7.1.25",
"@types/react-virtualized": "9.21.27",
"@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",
"prettier": "3.1.0",
"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.31",
"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",
"websocket/debug": "^3.1.0",
"fast-xml-parser": "^4.2.4",
"semver": "^7.5.2",
"testcafe/**/tough-cookie": "^4.1.3",
"styled-components/**/@babel/traverse": "^7.23.2"
}
}