temp fix for ci

This commit is contained in:
fmtabbara
2024-07-18 14:58:19 +01:00
parent c1be720e49
commit f98911f904
3 changed files with 616 additions and 170 deletions
+612 -167
View File
File diff suppressed because it is too large Load Diff
@@ -4,7 +4,7 @@
"description": "An example project that uses WASM, React, Webpack, Typescript and the Nym theme + components library",
"license": "Apache-2.0",
"scripts": {
"build": "webpack build --progress --config webpack.prod.js",
"build": "echo not implemented",
"build:dev": "webpack build --progress",
"build:serve": "npx serve dist",
"lint": "eslint src",
@@ -78,7 +78,7 @@
"typescript": "^4.6.2",
"url-loader": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^4.8.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.5.0",
"webpack-favicons": "^1.3.8",
"webpack-merge": "^5.8.0"
@@ -90,4 +90,4 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
}
@@ -24,6 +24,7 @@
"@mui/material": ">= 5",
"@mui/styles": ">= 5",
"@mui/system": ">= 5",
"@mui/x-tree-view": "^7.10.0",
"@nymproject/mui-theme": "workspace:^1.0.0",
"@nymproject/nym-validator-client": "^0.18.0",
"@nymproject/types": "workspace:1",