Skip to content

Commit

Permalink
Completed code like original
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiasTK committed Apr 23, 2024
1 parent 3a6926d commit 003a970
Show file tree
Hide file tree
Showing 43 changed files with 2,111 additions and 2,212 deletions.
238 changes: 235 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-webpack": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vercel/webpack-asset-relocator-loader": "^1.7.3",
"css-loader": "^6.11.0",
"electron": "30.0.1",
"electron-devtools-installer": "^3.2.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"fork-ts-checker-webpack-plugin": "^7.3.0",
Expand All @@ -44,6 +47,9 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"bootstrap": "^5.3.3",
"electron-squirrel-startup": "^1.0.0"
"electron-squirrel-startup": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3"
}
}
Loading

0 comments on commit 003a970

Please sign in to comment.