-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
69 lines (69 loc) · 2.13 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
{
"name": "ui",
"version": "0.1.0",
"private": "false",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"argo-rollouts": "git+https://github.com/argoproj/argo-rollouts.git#b0d74e5def390e8d7f33fb98c7450519037d30be",
"argo-ui": "git+https://github.com/argoproj/argo-ui.git#5ff344ac9692c14dd108468bd3c020c3c75181cb",
"classnames": "2.2.6",
"json-loader": "^0.5.7",
"axios": "^1.6.2",
"recharts": "^2.9.0",
"null-loader": "^4.0.1",
"react": "^16.9.3",
"react-dom": "^16.9.3",
"react-helmet": "^6.1.0",
"react-router-dom": "5.2.0",
"react-scripts": "4.0.3",
"ts-loader": "^8.2.0",
"typescript": "^4.9.5",
"web-vitals": "^1.0.1",
"isomorphic-fetch": "^3.0.0"
},
"peerDeependencies": {
"argo-ui": "git+https://github.com/argoproj/argo-ui.git#5ff344ac9692c14dd108468bd3c020c3c75181cb",
"@types/react": "^16.9.3",
"react": "^16.9.3"
},
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack.config.js --watch",
"build": "NODE_OPTIONS=--openssl-legacy-provider webpack --config ./webpack.config.js && tar -C dist -cvf dist/extension.tar resources"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^16.9.3",
"@types/react-dom": "^16.9.3",
"@types/react-helmet": "^6.1.0",
"babel-preset-react": "^6.24.1",
"portable-fetch": "^3.0.0",
"raw-loader": "^4.0.2",
"react-keyhooks": "^0.2.3",
"rxjs": "^7.1.0",
"sass": "^1.34.1",
"ts-loader": "8.2.0",
"webpack-cli": "^4.9.2"
},
"resolutions": {
"@types/react": "16.9.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}