Trying to optimize logs JS code

This commit is contained in:
Igor Katson 2023-12-09 12:25:14 +00:00
parent 2603b20f27
commit 98d6a6f054
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
11 changed files with 3100 additions and 2989 deletions

View file

@ -10,6 +10,7 @@
},
"dependencies": {
"@tauri-apps/api": "^1.5.1",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
@ -17,6 +18,7 @@
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0-alpha.16",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",