Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.

Commit ec037f0

Browse files
committed
feat(unused): remove unused deps
1 parent 63c142e commit ec037f0

11 files changed

Lines changed: 17 additions & 216 deletions

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,19 @@
2525
"format": "prettier --write ."
2626
},
2727
"dependencies": {
28-
"@types/express": "^4.17.13",
2928
"autoprefixer": "^10.4.8",
3029
"compression": "1.7.4",
3130
"cross-env": "^7.0.3",
3231
"express": "4.18.1",
3332
"nodemon": "^2.0.19",
3433
"react": "^18.2.0",
3534
"react-dom": "^18.2.0",
36-
"react-router": "^6.3.0",
3735
"react-router-dom": "^6.3.0",
3836
"serve-static": "^1.15.0",
3937
"ts-node": "^10.9.1"
4038
},
4139
"devDependencies": {
40+
"@types/express": "^4.17.13",
4241
"@testing-library/jest-dom": "^5.16.5",
4342
"@testing-library/react": "^13.3.0",
4443
"@types/compression": "1.7.2",
@@ -56,10 +55,6 @@
5655
"eslint": "^8.21.0",
5756
"eslint-config-prettier": "^8.5.0",
5857
"eslint-config-standard": "^17.0.0",
59-
"eslint-plugin-import": "^2.26.0",
60-
"eslint-plugin-jest": "^26.8",
61-
"eslint-plugin-node": "^11.1.0",
62-
"eslint-plugin-promise": "^6.0.0",
6358
"eslint-plugin-react": "^7.30.1",
6459
"eslint-plugin-react-hooks": "^4.6.0",
6560
"jsdom": "^20.0.0",

β€Žstatic/about.txtβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This favicon was generated using the following font:
2+
3+
- Font Title: Lekton
4+
- Font Author: Copyright (c) 2008, 2009, 2010, Accademia di Belle Arti di Urbino (luciano.perondi@isiaurbino.net). Licensed under the SIL Open Font License, Version 1.1
5+
- Font Source: http://fonts.gstatic.com/s/lekton/v17/SZc43FDmLaWmWpBeXxfonUPL6Q.ttf
6+
- Font License: SIL Open Font License, 1.1 (http://scripts.sil.org/OFL))
2.75 KB
Loading
9.44 KB
Loading

β€Žstatic/apple-touch-icon.pngβ€Ž

2.55 KB
Loading

β€Žstatic/favicon-16x16.pngβ€Ž

220 Bytes
Loading

β€Žstatic/favicon-32x32.pngβ€Ž

284 Bytes
Loading

β€Žstatic/favicon.icoβ€Ž

15 KB
Binary file not shown.

β€Žstatic/icon.pngβ€Ž

-1.84 KB
Binary file not shown.

β€Žstatic/site.webmanifestβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 commit comments

Comments
Β (0)