Skip to content

Commit 16a39bb

Browse files
committed
Finished the migration over to vite+react
Signed-off-by: Noorain Panjwani <[email protected]>
1 parent 6fdd67f commit 16a39bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+5438
-144
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="stylesheet" href="https://rsms.me/inter/inter.css" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Vite + React + TS</title>
88
</head>
99
<body>
10-
<div id="root"></div>
10+
<div id="root" class="min-h-screen font-sans antialiased"></div>
1111
<script type="module" src="/src/main.tsx"></script>
1212
</body>
1313
</html>

package.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,20 @@
1212
"eslint": "eslint"
1313
},
1414
"dependencies": {
15+
"@headlessui/react": "^2.2.0",
16+
"@radix-ui/react-slider": "^1.2.2",
17+
"@radix-ui/react-tooltip": "^1.1.5",
18+
"class-variance-authority": "^0.7.1",
19+
"clsx": "^2.1.1",
20+
"framer-motion": "^11.14.4",
21+
"lucide-react": "^0.468.0",
22+
"next-themes": "^0.4.4",
1523
"react": "^18.3.1",
1624
"react-dom": "^18.3.1",
17-
"react-router": "^7.0.2"
25+
"react-icons": "^5.4.0",
26+
"react-router": "^7.0.2",
27+
"sonner": "^1.7.1",
28+
"tailwind-merge": "^2.5.5"
1829
},
1930
"devDependencies": {
2031
"@eslint/js": "^9.15.0",
@@ -29,6 +40,7 @@
2940
"eslint-plugin-react-refresh": "^0.4.14",
3041
"eslint-plugin-simple-import-sort": "^12.1.1",
3142
"globals": "^15.12.0",
43+
"postcss": "^8.4.49",
3244
"prettier": "^3.4.2",
3345
"prettier-plugin-tailwindcss": "^0.6.9",
3446
"tailwindcss": "^3.4.16",

0 commit comments

Comments
 (0)