2018-02-27 03:23:14 +00:00
|
|
|
{
|
|
|
|
|
"name": "argo-cd-ui",
|
|
|
|
|
"version": "1.0.0",
|
2019-01-22 16:44:47 +00:00
|
|
|
"license": "Apache-2.0",
|
2026-04-08 13:31:19 +00:00
|
|
|
"packageManager": "pnpm@10.28.1",
|
2018-02-27 03:23:14 +00:00
|
|
|
"scripts": {
|
2019-02-26 19:22:28 +00:00
|
|
|
"start": "webpack-dev-server --config ./src/app/webpack.config.js --mode development",
|
2018-03-01 04:47:26 +00:00
|
|
|
"docker": "./scripts/build_docker.sh",
|
2023-06-19 11:52:02 +00:00
|
|
|
"build": "find ./dist -type f -not -name gitkeep -delete && webpack --config ./src/app/webpack.config.js --mode production",
|
2024-05-08 15:30:58 +00:00
|
|
|
"lint": "tsc --noEmit --project ./src/app && eslint",
|
|
|
|
|
"lint:fix": "eslint --fix",
|
2019-05-28 22:30:57 +00:00
|
|
|
"test": "jest"
|
2018-02-27 03:23:14 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-05-22 16:26:12 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^6.7.2",
|
2023-03-07 01:17:50 +00:00
|
|
|
"@types/react-virtualized": "^9.21.21",
|
2024-05-23 10:53:05 +00:00
|
|
|
"@types/superagent": "^8.1.6",
|
2021-10-20 18:31:24 +00:00
|
|
|
"ansi-to-react": "^6.1.6",
|
2022-04-28 16:51:49 +00:00
|
|
|
"argo-ui": "git+https://github.com/argoproj/argo-ui.git",
|
2022-03-24 18:23:54 +00:00
|
|
|
"buffer": "^6.0.3",
|
2018-02-27 03:23:14 +00:00
|
|
|
"classnames": "^2.2.5",
|
2022-04-11 14:45:17 +00:00
|
|
|
"color": "^3.2.1",
|
2022-04-26 16:31:51 +00:00
|
|
|
"dagre": "^0.8.5",
|
2023-05-28 04:21:49 +00:00
|
|
|
"date-fns": "^2.30.0",
|
2019-03-03 05:59:22 +00:00
|
|
|
"deepmerge": "^3.2.0",
|
2024-05-31 14:47:14 +00:00
|
|
|
"foundation-sites": "^6.8.1",
|
2022-12-19 16:25:34 +00:00
|
|
|
"git-url-parse": "^13.1.0",
|
2023-05-28 04:21:49 +00:00
|
|
|
"history": "^4.7.2",
|
2025-11-18 09:24:14 +00:00
|
|
|
"js-yaml": "^4.1.1",
|
2019-02-27 06:19:58 +00:00
|
|
|
"json-merge-patch": "^0.2.3",
|
2026-04-06 18:43:59 +00:00
|
|
|
"lodash-es": "^4.18.1",
|
2026-04-03 23:33:37 +00:00
|
|
|
"minimatch": "^3.1.4",
|
2022-07-07 20:04:10 +00:00
|
|
|
"moment": "^2.29.4",
|
2022-04-08 10:38:48 +00:00
|
|
|
"monaco-editor": "^0.33.0",
|
2022-04-05 17:24:09 +00:00
|
|
|
"path": "^0.12.7",
|
2022-04-21 21:12:19 +00:00
|
|
|
"prop-types": "^15.8.1",
|
2022-12-14 14:06:42 +00:00
|
|
|
"react": "^16.9.3",
|
2019-02-06 16:35:39 +00:00
|
|
|
"react-autocomplete": "^1.8.1",
|
2022-04-13 11:20:00 +00:00
|
|
|
"react-diff-view": "^2.4.10",
|
2020-12-03 23:18:51 +00:00
|
|
|
"react-dom": "^16.9.3",
|
2022-04-19 13:17:53 +00:00
|
|
|
"react-form": "2.16.3",
|
2022-04-27 12:12:20 +00:00
|
|
|
"react-ga": "^2.7.0",
|
2024-02-24 20:44:42 +00:00
|
|
|
"react-helmet": "^6.1.0",
|
2018-02-27 03:23:14 +00:00
|
|
|
"react-hot-loader": "^3.1.3",
|
2022-04-11 14:45:17 +00:00
|
|
|
"react-moment": "^0.9.7",
|
2024-05-21 06:36:40 +00:00
|
|
|
"react-paginate": "^8.2.0",
|
2018-06-26 06:29:17 +00:00
|
|
|
"react-router": "^4.3.1",
|
2018-02-27 03:23:14 +00:00
|
|
|
"react-router-dom": "^4.2.2",
|
2022-04-26 16:40:37 +00:00
|
|
|
"react-svg-piechart": "^2.4.2",
|
2023-03-07 01:17:50 +00:00
|
|
|
"react-virtualized": "^9.22.3",
|
2025-03-21 11:31:02 +00:00
|
|
|
"redoc": "^2.4.0",
|
2021-09-29 21:51:42 +00:00
|
|
|
"rxjs": "^6.6.6",
|
2023-11-14 18:50:08 +00:00
|
|
|
"superagent": "^8.1.2",
|
2021-11-04 07:22:24 +00:00
|
|
|
"timezones-list": "3.0.1",
|
2022-05-24 05:00:01 +00:00
|
|
|
"tsx": "^3.4.0",
|
2022-03-24 18:23:54 +00:00
|
|
|
"unidiff": "^1.0.2",
|
2022-04-19 18:36:05 +00:00
|
|
|
"url": "^0.11.0",
|
2023-06-22 22:17:05 +00:00
|
|
|
"xterm": "^4.19.0",
|
2022-04-19 18:36:05 +00:00
|
|
|
"xterm-addon-fit": "^0.5.0"
|
2019-02-26 16:05:34 +00:00
|
|
|
},
|
2026-04-08 13:31:19 +00:00
|
|
|
"pnpm": {
|
|
|
|
|
"overrides": {
|
|
|
|
|
"@types/react": "^16.9.3",
|
|
|
|
|
"@types/react-dom": "^16.8.2",
|
|
|
|
|
"normalize-url": "4.5.1",
|
|
|
|
|
"rxjs": "6.6.7",
|
2026-04-09 10:14:05 +00:00
|
|
|
"formidable": "2.1.3"
|
2026-04-08 13:31:19 +00:00
|
|
|
}
|
2019-05-28 22:30:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-05-26 14:24:03 +00:00
|
|
|
"@babel/core": "^7.27.1",
|
2019-11-07 22:50:52 +00:00
|
|
|
"@babel/preset-env": "^7.7.1",
|
2022-12-02 16:27:56 +00:00
|
|
|
"@babel/preset-react": "^7.18.6",
|
2019-11-07 22:50:52 +00:00
|
|
|
"@babel/preset-typescript": "^7.7.2",
|
2024-08-15 11:27:44 +00:00
|
|
|
"@codecov/webpack-plugin": "^0.0.1-beta.10",
|
2024-05-08 15:30:58 +00:00
|
|
|
"@eslint/js": "^9.1.1",
|
2022-02-22 18:48:05 +00:00
|
|
|
"@types/classnames": "^2.2.3",
|
2022-12-12 22:33:20 +00:00
|
|
|
"@types/cookie": "^0.5.1",
|
2026-04-09 20:22:54 +00:00
|
|
|
"@types/dagre": "0.7.54",
|
2022-02-22 18:48:05 +00:00
|
|
|
"@types/deepmerge": "^2.2.0",
|
2022-03-02 02:49:17 +00:00
|
|
|
"@types/git-url-parse": "^9.0.1",
|
2026-04-08 13:31:19 +00:00
|
|
|
"@types/history": "^4.7.2",
|
2025-05-25 18:56:25 +00:00
|
|
|
"@types/jest": "^29.5.14",
|
2024-05-12 01:57:02 +00:00
|
|
|
"@types/js-yaml": "^4.0.9",
|
2022-12-02 03:15:28 +00:00
|
|
|
"@types/lodash-es": "^4.17.6",
|
2022-02-22 18:48:05 +00:00
|
|
|
"@types/minimatch": "^3.0.3",
|
2024-07-25 14:31:26 +00:00
|
|
|
"@types/node": "20.14.12",
|
2026-04-08 13:31:19 +00:00
|
|
|
"@types/popper.js": "^1.11.0",
|
2022-12-02 05:17:08 +00:00
|
|
|
"@types/prop-types": "^15.7.5",
|
2022-02-22 18:48:05 +00:00
|
|
|
"@types/react": "^16.8.5",
|
2024-05-23 10:06:45 +00:00
|
|
|
"@types/react-autocomplete": "^1.8.10",
|
2022-02-22 18:48:05 +00:00
|
|
|
"@types/react-dom": "^16.9.14",
|
|
|
|
|
"@types/react-form": "^2.16.0",
|
2024-02-24 20:44:42 +00:00
|
|
|
"@types/react-helmet": "^6.1.6",
|
2024-05-23 03:50:52 +00:00
|
|
|
"@types/react-paginate": "^7.1.4",
|
2022-02-22 18:48:05 +00:00
|
|
|
"@types/react-router": "^4.0.27",
|
|
|
|
|
"@types/react-router-dom": "^4.2.3",
|
2019-11-07 22:50:52 +00:00
|
|
|
"@types/react-test-renderer": "^16.8.3",
|
2023-06-03 17:35:38 +00:00
|
|
|
"@types/uuid": "^9.0.1",
|
2019-05-28 22:30:57 +00:00
|
|
|
"add": "^2.0.6",
|
2026-04-08 13:31:19 +00:00
|
|
|
"ajv": "^7.2.4",
|
2024-05-20 20:06:40 +00:00
|
|
|
"babel-jest": "^29.7.0",
|
2019-11-13 00:10:35 +00:00
|
|
|
"babel-loader": "^8.0.6",
|
2023-06-30 12:08:06 +00:00
|
|
|
"codecov": "^3.8.3",
|
2022-02-22 18:48:05 +00:00
|
|
|
"copy-webpack-plugin": "^6.1.1",
|
2025-05-21 20:22:31 +00:00
|
|
|
"esbuild-loader": "^4.3.0",
|
2025-01-07 14:52:35 +00:00
|
|
|
"eslint": "^9.15.0",
|
2024-05-08 15:30:58 +00:00
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
|
"eslint-plugin-prettier": "^5.1.3",
|
2025-01-07 14:52:35 +00:00
|
|
|
"eslint-plugin-react": "^7.37.2",
|
2026-04-20 13:25:29 +00:00
|
|
|
"eslint-plugin-react-x": "^4.2.3",
|
2024-05-08 15:30:58 +00:00
|
|
|
"globals": "^15.1.0",
|
2024-05-22 09:26:28 +00:00
|
|
|
"html-webpack-plugin": "^5.6.0",
|
2019-11-07 22:50:52 +00:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
2024-05-20 20:06:40 +00:00
|
|
|
"jest": "^29.7.0",
|
2024-05-29 14:53:08 +00:00
|
|
|
"jest-environment-jsdom": "^29.7.0",
|
2022-02-22 18:48:05 +00:00
|
|
|
"jest-junit": "^6.4.0",
|
2024-05-30 07:37:24 +00:00
|
|
|
"monaco-editor-webpack-plugin": "^7.1.0",
|
2026-04-08 13:31:19 +00:00
|
|
|
"popper.js": "^1.16.1",
|
2024-03-22 18:21:51 +00:00
|
|
|
"postcss": "^8.4.38",
|
2024-05-08 15:30:58 +00:00
|
|
|
"prettier": "^3.2.5",
|
2022-02-22 18:48:05 +00:00
|
|
|
"raw-loader": "^0.5.1",
|
2019-11-07 22:50:52 +00:00
|
|
|
"react-test-renderer": "16.8.3",
|
2022-04-05 17:24:09 +00:00
|
|
|
"sass": "^1.49.9",
|
2024-05-30 07:34:21 +00:00
|
|
|
"sass-loader": "^14.2.1",
|
2022-02-22 18:48:05 +00:00
|
|
|
"source-map-loader": "^0.2.3",
|
2025-05-22 14:32:58 +00:00
|
|
|
"style-loader": "^1",
|
2024-05-20 20:06:40 +00:00
|
|
|
"ts-jest": "^29.1.2",
|
2024-05-21 06:37:12 +00:00
|
|
|
"ts-node": "10.9.2",
|
2023-05-17 17:24:17 +00:00
|
|
|
"typescript": "^4.9.5",
|
2024-05-08 15:30:58 +00:00
|
|
|
"typescript-eslint": "^7.8.0",
|
2026-04-06 14:27:54 +00:00
|
|
|
"webpack": "^5.105.4",
|
2022-03-24 18:23:54 +00:00
|
|
|
"webpack-cli": "^4.9.2",
|
2026-04-08 13:31:19 +00:00
|
|
|
"webpack-dev-server": "^4.7.4"
|
2018-02-27 03:23:14 +00:00
|
|
|
}
|
|
|
|
|
}
|