mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
working redux dependency
Signed-off-by: iripiri <ikoester@eonerc.rwth-aachen.de>
This commit is contained in:
parent
9dfaa0f397
commit
ab4b47721e
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
"@fortawesome/free-brands-svg-icons": "^6.1.1",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.1.1",
|
||||
"@fortawesome/react-fontawesome": "^0.1.18",
|
||||
"@reduxjs/toolkit": "^1.9.7",
|
||||
"@rjsf/core": "^4.1.1",
|
||||
"babel-runtime": "^6.26.0",
|
||||
"bootstrap": "^5.1.3",
|
||||
|
@ -53,6 +54,7 @@
|
|||
"react-syntax-highlighter": "^15.5.0",
|
||||
"react-trafficlight": "^5.2.1",
|
||||
"superagent": "^7.1.2",
|
||||
"swagger-client": "^3.19.10",
|
||||
"swagger-ui-react": "4.13.0",
|
||||
"typescript": "^4.6.3",
|
||||
"xstate": "^4.31.0"
|
||||
|
@ -61,10 +63,11 @@
|
|||
"libcimsvg": "git+https://git.rwth-aachen.de/acs/public/cim/pintura-npm-package.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"react-scripts": "^4.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "react-scripts start",
|
||||
"start": "react-scripts --openssl-legacy-provider start",
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test --env=jsdom",
|
||||
"eject": "react-scripts eject"
|
||||
|
|
Loading…
Add table
Reference in a new issue