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",
|
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",
|
2021-07-21 04:51:36 +00:00
|
|
|
"build": "find ./dist -type f -not -name gitkeep -delete && webpack --config ./src/app/webpack.config.js",
|
2019-05-28 22:30:57 +00:00
|
|
|
"lint": "tslint -p ./src/app",
|
|
|
|
|
"test": "jest"
|
2018-02-27 03:23:14 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"@types/classnames": "^2.2.3",
|
2018-10-10 16:18:00 +00:00
|
|
|
"@types/cookie": "^0.3.1",
|
2018-04-06 16:14:03 +00:00
|
|
|
"@types/dagre": "^0.7.40",
|
2019-03-03 05:59:22 +00:00
|
|
|
"@types/deepmerge": "^2.2.0",
|
2019-06-21 22:51:48 +00:00
|
|
|
"@types/git-url-parse": "^9.0.0",
|
2018-09-10 21:41:19 +00:00
|
|
|
"@types/js-yaml": "^3.11.2",
|
2019-02-06 16:35:39 +00:00
|
|
|
"@types/minimatch": "^3.0.3",
|
2018-02-27 03:23:14 +00:00
|
|
|
"@types/prop-types": "^15.5.2",
|
2019-02-26 16:05:34 +00:00
|
|
|
"@types/react": "^16.8.5",
|
2019-02-06 16:35:39 +00:00
|
|
|
"@types/react-autocomplete": "^1.8.4",
|
2021-10-18 03:35:07 +00:00
|
|
|
"@types/react-dom": "^16.9.14",
|
2018-05-22 20:47:06 +00:00
|
|
|
"@types/react-form": "^2.16.0",
|
2021-10-21 18:13:23 +00:00
|
|
|
"@types/react-helmet": "^5.0.17",
|
2019-02-04 17:23:38 +00:00
|
|
|
"@types/react-paginate": "^6.2.0",
|
2018-06-26 06:29:17 +00:00
|
|
|
"@types/react-router": "^4.0.27",
|
2018-02-27 03:23:14 +00:00
|
|
|
"@types/react-router-dom": "^4.2.3",
|
2018-02-27 21:32:13 +00:00
|
|
|
"@types/superagent": "^3.5.7",
|
2021-10-20 18:31:24 +00:00
|
|
|
"ansi-to-react": "^6.1.6",
|
2021-03-18 22:03:28 +00:00
|
|
|
"argo-ui": "git+https://github.com/argoproj/argo-ui.git",
|
2018-02-27 03:23:14 +00:00
|
|
|
"classnames": "^2.2.5",
|
2019-04-16 22:07:24 +00:00
|
|
|
"color": "^3.1.0",
|
2018-10-10 16:18:00 +00:00
|
|
|
"cookie": "^0.3.1",
|
2020-10-01 06:02:48 +00:00
|
|
|
"copy-webpack-plugin": "^6.1.1",
|
2018-04-06 16:14:03 +00:00
|
|
|
"dagre": "^0.8.2",
|
2019-03-03 05:59:22 +00:00
|
|
|
"deepmerge": "^3.2.0",
|
2018-02-27 03:23:14 +00:00
|
|
|
"foundation-sites": "^6.4.3",
|
2019-06-21 22:51:48 +00:00
|
|
|
"git-url-parse": "^11.1.2",
|
2019-02-26 19:22:28 +00:00
|
|
|
"html-webpack-plugin": "^3.2.0",
|
2019-06-06 21:45:52 +00:00
|
|
|
"jest-junit": "^6.4.0",
|
2019-07-22 20:48:30 +00:00
|
|
|
"js-yaml": "^3.13.1",
|
2019-02-27 06:19:58 +00:00
|
|
|
"json-merge-patch": "^0.2.3",
|
2021-10-01 17:24:46 +00:00
|
|
|
"lodash-es": "^4.17.21",
|
2019-02-06 16:35:39 +00:00
|
|
|
"minimatch": "^3.0.4",
|
2019-06-21 22:51:48 +00:00
|
|
|
"moment": "^2.24.0",
|
2019-02-26 19:22:28 +00:00
|
|
|
"monaco-editor": "^0.15.6",
|
2019-06-28 17:46:51 +00:00
|
|
|
"monaco-editor-webpack-plugin": "^1.7.0",
|
2021-11-22 17:36:16 +00:00
|
|
|
"node-sass": "^6.0.1",
|
2018-02-27 03:23:14 +00:00
|
|
|
"prop-types": "^15.6.0",
|
|
|
|
|
"raw-loader": "^0.5.1",
|
2020-12-03 23:18:51 +00:00
|
|
|
"react": "^16.9.3",
|
2019-02-06 16:35:39 +00:00
|
|
|
"react-autocomplete": "^1.8.1",
|
2021-07-12 16:54:18 +00:00
|
|
|
"react-diff-view": "^2.4.7",
|
2020-12-03 23:18:51 +00:00
|
|
|
"react-dom": "^16.9.3",
|
2018-05-22 20:47:06 +00:00
|
|
|
"react-form": "2.16.0",
|
2019-07-01 23:57:40 +00:00
|
|
|
"react-ga": "^2.6.0",
|
2018-12-14 22:01:02 +00:00
|
|
|
"react-helmet": "^5.2.0",
|
2018-02-27 03:23:14 +00:00
|
|
|
"react-hot-loader": "^3.1.3",
|
2019-06-21 22:51:48 +00:00
|
|
|
"react-moment": "^0.9.2",
|
2019-02-04 17:23:38 +00:00
|
|
|
"react-paginate": "^6.2.1",
|
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",
|
2019-02-07 21:13:41 +00:00
|
|
|
"react-svg-piechart": "^2.1.1",
|
2020-10-19 18:01:45 +00:00
|
|
|
"redoc": "^2.0.0-rc.40",
|
2021-09-29 21:51:42 +00:00
|
|
|
"rxjs": "^6.6.6",
|
2021-11-22 17:36:16 +00:00
|
|
|
"sass-loader": "^6.0.6",
|
2018-02-27 03:23:14 +00:00
|
|
|
"source-map-loader": "^0.2.3",
|
|
|
|
|
"style-loader": "^0.20.1",
|
2018-02-27 21:32:13 +00:00
|
|
|
"superagent": "^3.8.2",
|
|
|
|
|
"superagent-promise": "^1.1.0",
|
2021-11-04 07:22:24 +00:00
|
|
|
"timezones-list": "3.0.1",
|
2019-06-28 17:46:51 +00:00
|
|
|
"ts-loader": "^6.0.4",
|
2018-02-27 03:23:14 +00:00
|
|
|
"ts-node": "^4.1.0",
|
2021-07-19 23:51:18 +00:00
|
|
|
"tslint": "^6.1.3",
|
2018-02-27 03:23:14 +00:00
|
|
|
"tslint-react": "^3.4.0",
|
2020-10-01 06:02:48 +00:00
|
|
|
"typescript": "^4.0.3",
|
2019-07-12 16:30:02 +00:00
|
|
|
"unidiff": "^1.0.2",
|
2020-10-01 06:02:48 +00:00
|
|
|
"webpack": "^4.44.2",
|
|
|
|
|
"webpack-cli": "^3.3.12",
|
|
|
|
|
"webpack-dev-server": "^3.11.0"
|
2019-02-26 16:05:34 +00:00
|
|
|
},
|
|
|
|
|
"resolutions": {
|
2021-09-29 21:51:42 +00:00
|
|
|
"@types/react": "^16.9.3",
|
|
|
|
|
"@types/react-dom": "^16.8.2",
|
2021-07-12 20:51:01 +00:00
|
|
|
"normalize-url": "4.3.0"
|
2019-05-28 22:30:57 +00:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2019-11-13 00:10:35 +00:00
|
|
|
"@babel/core": "^7.7.2",
|
2019-11-07 22:50:52 +00:00
|
|
|
"@babel/preset-env": "^7.7.1",
|
|
|
|
|
"@babel/preset-react": "^7.7.0",
|
|
|
|
|
"@babel/preset-typescript": "^7.7.2",
|
2019-05-28 22:30:57 +00:00
|
|
|
"@types/jest": "^24.0.13",
|
2021-10-01 17:24:46 +00:00
|
|
|
"@types/lodash-es": "^4.17.5",
|
2019-11-07 22:50:52 +00:00
|
|
|
"@types/react-test-renderer": "^16.8.3",
|
2019-05-28 22:30:57 +00:00
|
|
|
"add": "^2.0.6",
|
2019-11-07 22:50:52 +00:00
|
|
|
"babel-jest": "^24.9.0",
|
2019-11-13 00:10:35 +00:00
|
|
|
"babel-loader": "^8.0.6",
|
2020-10-01 06:02:48 +00:00
|
|
|
"codecov": "^3.7.2",
|
2021-11-16 21:00:52 +00:00
|
|
|
"esbuild-loader": "^2.15.1",
|
2019-11-07 22:50:52 +00:00
|
|
|
"identity-obj-proxy": "^3.0.0",
|
|
|
|
|
"jest": "^24.9.0",
|
|
|
|
|
"jest-transform-css": "^2.0.0",
|
2021-05-12 04:46:57 +00:00
|
|
|
"postcss": "^8.2.10",
|
2021-07-19 23:51:18 +00:00
|
|
|
"prettier": "1.19",
|
2019-11-07 22:50:52 +00:00
|
|
|
"react-test-renderer": "16.8.3",
|
|
|
|
|
"ts-jest": "^24.1.0",
|
2019-10-22 22:45:33 +00:00
|
|
|
"tslint-config-prettier": "^1.18.0",
|
|
|
|
|
"tslint-plugin-prettier": "^2.0.1",
|
2020-10-01 06:02:48 +00:00
|
|
|
"yarn": "^1.22.10"
|
2018-02-27 03:23:14 +00:00
|
|
|
}
|
|
|
|
|
}
|