-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: ashutosh16 <[email protected]>
- Loading branch information
1 parent
0fc0a30
commit 1823b6b
Showing
9 changed files
with
2,813 additions
and
681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,18 +7,20 @@ | |
"@fortawesome/free-brands-svg-icons": "^6.6.0", | ||
"@fortawesome/free-solid-svg-icons": "^6.6.0", | ||
"@fortawesome/react-fontawesome": "^0.2.2", | ||
"@react-buddy/ide-toolbox": "^2.4.0", | ||
"@react-buddy/palette-antd": "^5.3.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-hook-form": "^7.53.0", | ||
"react-router-dom": "^6.26.2", | ||
"react-toastify": "9.0.3", | ||
"antd": "^5.20.0", | ||
"classnames": "^2.5.1", | ||
"moment": "^2.29.4", | ||
"moment-timezone": "^0.5.33", | ||
"react-moment": "^0.9.7", | ||
"react-router-dom": "^6.25.1", | ||
"react-moment": "^1.1.3", | ||
"react-hot-loader": "^3.1.3", | ||
"@tanstack/react-query": "4.36.1", | ||
"@tanstack/react-query-devtools": "^5.59.0", | ||
"axios": "1.6.2" | ||
"axios": "1.6.2", | ||
"@tanstack/react-query": "^5.56.2", | ||
"@tanstack/react-query-devtools": "^5.59.0" | ||
}, | ||
"peerDependencies": { | ||
"moment": "^2.29.4", | ||
|
@@ -27,7 +29,9 @@ | |
}, | ||
"scripts": { | ||
"start": "webpack --config ./webpack.config.js --watch", | ||
"build": "webpack --config ./webpack.config.js && tar -C dist -cvf extension.tar resources" | ||
"build": "webpack --config ./webpack.config.js && tar -C dist -cvf extension.tar resources", | ||
"api:download": "curl http://localhost:8888/api/openapi.yaml -o ./src/gen/schema.yaml", | ||
"api:generate": "orval" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
|
@@ -47,12 +51,11 @@ | |
] | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.9.3", | ||
"@types/react-dom": "^16.9.3", | ||
"@types/react-helmet": "^6.1.0", | ||
"argo-ui": "git+https://github.com/argoproj/argo-ui.git", | ||
"@types/react": "^18.3.11", | ||
"@types/react-dom": "^18.3.0", | ||
"@types/react-router-dom": "^5.1.8", | ||
"@types/styled-components": "^5.1.25", | ||
"argo-ui": "git+https://github.com/argoproj/argo-ui.git", | ||
"babel-preset-react": "^6.24.1", | ||
"esbuild-loader": "^3.0.1", | ||
"portable-fetch": "^3.0.0", | ||
|
@@ -67,12 +70,14 @@ | |
"typescript": "^4.3.5", | ||
"webpack": "^5.75.0", | ||
"webpack-bundle-analyzer": "^4.8.0", | ||
"webpack-cli": "^4.7.2" | ||
"webpack-cli": "^4.7.2", | ||
"orval": "^6.31.0" | ||
}, | ||
"resolutions": { | ||
"@types/react": "^18.0.26", | ||
"@types/react-dom": "^18.0.26", | ||
"react-toastify": "9.0.8" | ||
"react-toastify": "9.0.3" | ||
}, | ||
"engines": { | ||
"node": ">=16.0.0" | ||
}, | ||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.