Fix(package.json): Fix tsconfig error

This commit is contained in:
2024-10-27 16:04:03 +08:00
parent 13e2cebe04
commit 2e37202d09
2 changed files with 2871 additions and 1663 deletions

4529
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -4,7 +4,7 @@
"version": "1.0.0-SNAPSHOT", "version": "1.0.0-SNAPSHOT",
"description": "Oxygen Toolbox multi-platform desktop version", "description": "Oxygen Toolbox multi-platform desktop version",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": { "author": {
"name": "FatttSnake", "name": "FatttSnake",
"email": "fatttsnake@fatweb.top", "email": "fatttsnake@fatweb.top",
"url": "https://fatweb.top" "url": "https://fatweb.top"
@@ -40,6 +40,7 @@
"@dnd-kit/core": "^6.1.0", "@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0", "@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2", "@dnd-kit/utilities": "^3.2.2",
"@electron-toolkit/tsconfig": "^1.0.1",
"@eslint/js": "^9.12.0", "@eslint/js": "^9.12.0",
"@marsidev/react-turnstile": "^1.0.2", "@marsidev/react-turnstile": "^1.0.2",
"@monaco-editor/react": "^4.6.0", "@monaco-editor/react": "^4.6.0",
@@ -64,9 +65,9 @@
"eslint": "^9.12.0", "eslint": "^9.12.0",
"eslint-plugin-prettier": "^5.2.1", "eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-refresh": "^0.4.12", "eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.11.0",
"fast-deep-equal": "^3.1.3", "fast-deep-equal": "^3.1.3",
"fflate": "^0.8.2", "fflate": "^0.8.2",
"globals": "^15.11.0",
"jsdom": "^24.1.3", "jsdom": "^24.1.3",
"jwt-decode": "^4.0.0", "jwt-decode": "^4.0.0",
"localforage": "^1.10.0", "localforage": "^1.10.0",