Skip to content

Commit 3284c90

Browse files
committed
added packages + removed fonts + renamed favicon
1 parent 34c1469 commit 3284c90

File tree

5 files changed

+56
-5
lines changed

5 files changed

+56
-5
lines changed

package-lock.json

Lines changed: 49 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,22 @@
66
"dev": "next dev",
77
"build": "next build",
88
"start": "next start",
9-
"lint": "next lint"
9+
"lint": "next lint",
10+
"buildgh": "next build && next export"
1011
},
1112
"dependencies": {
13+
"lucide-react": "^0.445.0",
14+
"next": "14.2.13",
1215
"react": "^18",
1316
"react-dom": "^18",
14-
"next": "14.2.13"
17+
"react-router-dom": "^6.26.2"
1518
},
1619
"devDependencies": {
17-
"typescript": "^5",
1820
"@types/node": "^20",
1921
"@types/react": "^18",
2022
"@types/react-dom": "^18",
2123
"postcss": "^8",
22-
"tailwindcss": "^3.4.1"
24+
"tailwindcss": "^3.4.1",
25+
"typescript": "^5"
2326
}
2427
}

src/app/fonts/GeistMonoVF.woff

-66.3 KB
Binary file not shown.

src/app/fonts/GeistVF.woff

-64.7 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)