manage fees

This commit is contained in:
2025-05-02 18:35:57 +03:00
parent 4bb3ca2685
commit c609fbb054
15 changed files with 1936 additions and 622 deletions

View File

@@ -20,10 +20,10 @@
"file-saver": "^2.0.5",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"qapp-core": "^1.0.22",
"react": "^19.1.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "^18.2.0",
"react-dom": "^19.1.0",
"react-ga4": "^2.1.0",
"react-loader-spinner": "^6.1.6",
"react-qr-code": "^2.0.15",
@@ -35,8 +35,8 @@
},
"devDependencies": {
"@types/lodash": "^4.17.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
@@ -46,5 +46,11 @@
"typescript": "^5.4.5",
"vite": "^5.2.0",
"vite-plugin-pwa": "^0.20.5"
},
"overrides": {
"react-loader-spinner": {
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
}
}
}