mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 21:54:10 -08:00
rely on react-scripts for most of the dev-deps
Signed-off-by: Augustin Husson <husson.augustin@gmail.com>
This commit is contained in:
parent
4f67eb3979
commit
8fe97cc614
6424
web/ui/react-app/package-lock.json
generated
6424
web/ui/react-app/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -35,14 +35,12 @@
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-resize-detector": "^6.7.6",
|
"react-resize-detector": "^6.7.6",
|
||||||
"react-router-dom": "^5.2.1",
|
"react-router-dom": "^5.2.1",
|
||||||
"react-scripts": "4.0.3",
|
|
||||||
"react-test-renderer": "^17.0.2",
|
"react-test-renderer": "^17.0.2",
|
||||||
"reactstrap": "^8.9.0",
|
"reactstrap": "^8.9.0",
|
||||||
"sanitize-html": "^2.3.3",
|
"sanitize-html": "^2.3.3",
|
||||||
"sass": "1.32.10",
|
"sass": "1.32.10",
|
||||||
"tempusdominus-bootstrap-4": "^5.1.2",
|
"tempusdominus-bootstrap-4": "^5.1.2",
|
||||||
"tempusdominus-core": "^5.0.3",
|
"tempusdominus-core": "^5.0.3"
|
||||||
"typescript": "^4.4.2"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
@ -80,25 +78,18 @@
|
||||||
"@types/reactstrap": "^8.7.2",
|
"@types/reactstrap": "^8.7.2",
|
||||||
"@types/sanitize-html": "^1.20.2",
|
"@types/sanitize-html": "^1.20.2",
|
||||||
"@types/sinon": "^10.0.2",
|
"@types/sinon": "^10.0.2",
|
||||||
"@typescript-eslint/eslint-plugin": "4.x",
|
|
||||||
"@typescript-eslint/parser": "4.x",
|
|
||||||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
|
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.3",
|
||||||
"canvas": "^2.8.0",
|
"canvas": "^2.8.0",
|
||||||
"enzyme": "^3.11.0",
|
"enzyme": "^3.11.0",
|
||||||
"enzyme-to-json": "^3.6.2",
|
"enzyme-to-json": "^3.6.2",
|
||||||
"eslint": "7.x",
|
|
||||||
"eslint-config-prettier": "^8.3.0",
|
"eslint-config-prettier": "^8.3.0",
|
||||||
"eslint-config-react-app": "^6.0.0",
|
|
||||||
"eslint-plugin-flowtype": "5.x",
|
|
||||||
"eslint-plugin-import": "2.x",
|
|
||||||
"eslint-plugin-jsx-a11y": "6.x",
|
|
||||||
"eslint-plugin-prettier": "^3.4.1",
|
"eslint-plugin-prettier": "^3.4.1",
|
||||||
"eslint-plugin-react": "7.x",
|
|
||||||
"eslint-plugin-react-hooks": "4.x",
|
|
||||||
"jest-fetch-mock": "^3.0.3",
|
"jest-fetch-mock": "^3.0.3",
|
||||||
"mutationobserver-shim": "^0.3.7",
|
"mutationobserver-shim": "^0.3.7",
|
||||||
"prettier": "^2.3.2",
|
"prettier": "^2.3.2",
|
||||||
"sinon": "^11.1.2"
|
"react-scripts": "4.0.3",
|
||||||
|
"sinon": "^11.1.2",
|
||||||
|
"typescript": "^4.4.2"
|
||||||
},
|
},
|
||||||
"proxy": "http://localhost:9090",
|
"proxy": "http://localhost:9090",
|
||||||
"jest": {
|
"jest": {
|
||||||
|
|
Loading…
Reference in a new issue