Skip to content

Commit 62903c4

Browse files
πŸ‘
1 parent cdcfdb8 commit 62903c4

4 files changed

Lines changed: 1 addition & 202 deletions

File tree

β€Žpackage.jsonβ€Ž

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"test": "run-s test:*",
2121
"test:lint": "eslint --cache .",
2222
"test:format": "prettier --check \"**/*.{js,ts,tsx}\"",
23-
"test:unit": "vitest run",
2423
"pretest": "run-s build",
2524
"preinstall": "npx only-allow pnpm",
2625
"prepare": "simple-git-hooks"
@@ -31,14 +30,11 @@
3130
"@radix-ui/react-label": "^2.1.7",
3231
"@radix-ui/react-slot": "^1.2.3",
3332
"@radix-ui/react-tooltip": "^1.2.7",
34-
"@react-three/drei": "^10.5.0",
35-
"@react-three/fiber": "^9.2.0",
3633
"@vercel/analytics": "^1.5.0",
3734
"class-variance-authority": "^0.7.1",
3835
"clsx": "^2.1.1",
3936
"gsap": "^3.13.0",
4037
"lucide-react": "^0.525.0",
41-
"maath": "^0.10.8",
4238
"motion": "^12.23.3",
4339
"next": "^15.3.5",
4440
"next-themes": "^0.4.6",
@@ -49,7 +45,6 @@
4945
"react-use": "^17.6.0",
5046
"sonner": "^2.0.6",
5147
"tailwind-merge": "^3.3.1",
52-
"three": "^0.178.0",
5348
"type-fest": "^4.41.0"
5449
},
5550
"devDependencies": {
@@ -60,7 +55,6 @@
6055
"@types/raf": "^3.4.3",
6156
"@types/react": "^19.1.8",
6257
"@types/react-dom": "^19.1.6",
63-
"@types/three": "^0.178.1",
6458
"autoprefixer": "^10.4.21",
6559
"del-cli": "^6.0.0",
6660
"eslint": "^9.30.1",
@@ -71,7 +65,6 @@
7165
"prettier": "^3.6.2",
7266
"simple-git-hooks": "^2.13.0",
7367
"tailwindcss": "^4.1.11",
74-
"tw-animate-css": "^1.3.5",
7568
"typescript": "^5.8.3"
7669
},
7770
"prettier": "@fisch0920/config/prettier",

β€Žreadme.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://hackerresidencygroup.com">
3-
<img alt="Agentic" src="https://raw.githubusercontent.com/HackerResidencyGroup/website/main/public/hrg-social-image-dark.png" width="640">
3+
<img alt="Hacker Residency Group" src="https://raw.githubusercontent.com/HackerResidencyGroup/website/refs/heads/main/public/hrg-social-image-dark.png" width="640">
44
</a>
55
</p>
66

β€Žsrc/app/utils.tsβ€Ž

Lines changed: 0 additions & 62 deletions
This file was deleted.

β€Žsrc/components/page.tsxβ€Ž

Lines changed: 0 additions & 132 deletions
This file was deleted.

0 commit comments

Comments
Β (0)