-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Make some yarn commands cross-platform - Updates npm packages to latest versions
- Loading branch information
1 parent
0631410
commit 397d8cc
Showing
23 changed files
with
4,114 additions
and
3,657 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,29 @@ | ||
{ | ||
"name": "dtaas-web", | ||
"version": "0.2.0", | ||
"name": "@into-cps-association/dtaas-web", | ||
"version": "0.3.1", | ||
"description": "Web client for Digital Twin as a Service (DTaaS)", | ||
"main": "index.tsx", | ||
"author": "prasadtalasila <[email protected]> (http://prasad.talasila.in/)", | ||
"contributors": [ | ||
"Omar Suleiman", | ||
"Asger Busk Breinholm", | ||
"Mathias Brændgaard" | ||
"Mathias Brændgaard", | ||
"Emre Temel", | ||
"Cesar Vela" | ||
], | ||
"license": "SEE LICENSE IN <LICENSE.md>", | ||
"private": false, | ||
"type": "module", | ||
"scripts": { | ||
"develop": "npx react-scripts start", | ||
"test": "script/test.bash", | ||
"syntax": "script/syntax.bash", | ||
"build": "script/build.bash", | ||
"build": "react-scripts build", | ||
"clean": "npx rimraf build/ node_modules/ coverage/ playwright-report/ *.svg", | ||
"configapp": "script/config.bash", | ||
"start": "script/start.bash", | ||
"clean": "script/clean.bash", | ||
"develop": "npx react-scripts start", | ||
"format": "prettier --ignore-path ../.gitignore --write \"**/*.{ts,tsx,css,scss}\"", | ||
"graph": "script/graph.bash" | ||
"graph": "npx madge --image src.svg src && npx madge --image test.svg test", | ||
"start": "serve -s build -l 4000", | ||
"syntax": "npx eslint . --fix", | ||
"test": "script/test.bash" | ||
}, | ||
"eslintConfig": { | ||
"extends": [ | ||
|
@@ -32,57 +34,57 @@ | |
"singleQuote": true | ||
}, | ||
"dependencies": { | ||
"@emotion/react": "^11.10.6", | ||
"@emotion/styled": "^11.10.6", | ||
"@fontsource/roboto": "^4.5.8", | ||
"@mui/icons-material": "^5.8.4", | ||
"@mui/material": "^5.12.1", | ||
"@reduxjs/toolkit": "^1.9.5", | ||
"@emotion/react": "^11.11.1", | ||
"@emotion/styled": "^11.11.0", | ||
"@fontsource/roboto": "^5.0.8", | ||
"@mui/icons-material": "^5.14.8", | ||
"@mui/material": "^5.14.8", | ||
"@reduxjs/toolkit": "^1.9.7", | ||
"dotenv": "^16.1.4", | ||
"oidc-client-ts": "^2.2.2", | ||
"prop-types": "^15.8.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-is": "^18.2.0", | ||
"react-oidc-context": "^2.2.2", | ||
"react-redux": "^8.0.5", | ||
"react-router-dom": "^6.3.0", | ||
"react-tabs": "^6.0.0", | ||
"react-redux": "^8.1.3", | ||
"react-router-dom": "^6.20.0", | ||
"react-tabs": "^6.0.2", | ||
"redux": "^4.2.1", | ||
"resize-observer-polyfill": "^1.5.1", | ||
"serve": "^14.0.1", | ||
"styled-components": "^5.3.9", | ||
"serve": "^14.2.1", | ||
"styled-components": "^6.1.1", | ||
"typescript": "^4.9.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.21.3", | ||
"@babel/plugin-syntax-flow": "^7.18.6", | ||
"@babel/plugin-transform-react-jsx": "^7.21.0", | ||
"@babel/core": "^7.23.3", | ||
"@babel/plugin-syntax-flow": "^7.23.3", | ||
"@babel/plugin-transform-react-jsx": "^7.23.4", | ||
"@playwright/test": "^1.32.1", | ||
"@testing-library/dom": "^9.2.0", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^14.0.0", | ||
"@testing-library/user-event": "^14.4.3", | ||
"@types/jest": "^29.5.0", | ||
"@types/react": "^18.0.28", | ||
"@types/react-dom": "^18.0.11", | ||
"@types/styled-components": "^5.1.26", | ||
"@typescript-eslint/eslint-plugin": "^5.34.0", | ||
"@typescript-eslint/parser": "^5.34.0", | ||
"eslint": "^8.22.0", | ||
"@testing-library/dom": "^9.3.3", | ||
"@testing-library/jest-dom": "^6.1.4", | ||
"@testing-library/react": "^14.1.2", | ||
"@testing-library/user-event": "^14.5.1", | ||
"@types/jest": "^29.5.10", | ||
"@types/react": "^18.2.38", | ||
"@types/react-dom": "^18.2.17", | ||
"@types/styled-components": "^5.1.32", | ||
"@typescript-eslint/eslint-plugin": "^6.12.0", | ||
"@typescript-eslint/parser": "^6.12.0", | ||
"eslint": "^8.54.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.6.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-jest": "^27.2.1", | ||
"eslint-plugin-jsx-a11y": "^6.6.1", | ||
"eslint-plugin-react": "^7.30.1", | ||
"jest": "^29.5.0", | ||
"jest-environment-jsdom": "^29.5.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-jest": "^27.6.0", | ||
"eslint-plugin-jsx-a11y": "^6.8.0", | ||
"eslint-plugin-react": "^7.33.2", | ||
"jest": "^29.7.0", | ||
"jest-environment-jsdom": "^29.7.0", | ||
"playwright": "^1.32.1", | ||
"prettier": "2.7.1", | ||
"prettier": "3.1.0", | ||
"react-iframe": "^1.8.5", | ||
"react-scripts": "^5.0.1", | ||
"ts-jest": "^29.0.5" | ||
"ts-jest": "^29.1.1" | ||
}, | ||
"browserslist": { | ||
"production": [ | ||
|
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ export function createCombinedTabs() { | |
/> | ||
</> | ||
), | ||
})) | ||
})), | ||
); | ||
} | ||
|
||
|
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
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
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.