fix: fixing typechecks

This commit is contained in:
Hydra
2024-04-25 20:54:38 +01:00
parent b7afc3e9fa
commit 412766e0d0
21 changed files with 311 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "hydra",
"version": "1.0.0",
"description": "An Electron application with React and TypeScript",
"description": "Hydra",
"main": "./out/main/index.js",
"author": "Los Broxas",
"homepage": "https://electron-vite.org",
@@ -43,6 +43,7 @@
"color.js": "^1.2.0",
"date-fns": "^3.6.0",
"flexsearch": "^0.7.43",
"got-scraping": "^4.0.5",
"i18next": "^23.11.2",
"i18next-browser-languagedetector": "^7.2.1",
"jsdom": "^24.0.0",
@@ -56,6 +57,7 @@
"react-router-dom": "^6.22.3",
"tasklist": "^5.0.0",
"typeorm": "^0.3.20",
"windows-1251": "^3.0.4",
"winston": "^3.13.0",
"yaml": "^2.4.1"
},
@@ -64,6 +66,7 @@
"@electron-toolkit/eslint-config-ts": "^1.0.1",
"@electron-toolkit/tsconfig": "^1.0.1",
"@swc/core": "^1.4.16",
"@types/jsdom": "^21.1.6",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.48",
@@ -75,6 +78,7 @@
"electron-vite": "^2.0.0",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",