Skip to content

Commit e45c843

Browse files
committed
audit
1 parent 32a5157 commit e45c843

File tree

3 files changed

+333
-3326
lines changed

3 files changed

+333
-3326
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Hack Clubbers sharing their love and passion for coding with gender minorities f
1717
| `AIRTABLE_GENERAL_BASE_ID` | Base ID of the Athena Site Airtable |
1818

1919
3. Run the development server and visit `localhost:3000`
20-
`yarn dev`
20+
21+
```
22+
yarn dev
23+
```
2124

2225

2326
## 🫶🏼 We've already organized 🫶🏼

package.json

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,49 +9,32 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.14.0",
1312
"@headlessui/react": "^2.2.0",
14-
"@neutrixs/colorthief": "^2.5.0",
1513
"airtable": "^0.12.2",
1614
"axios": "^1.7.9",
1715
"colorthief": "^2.6.0",
1816
"emotion": "^11.0.0",
1917
"extract-colors": "^4.1.1",
20-
"lodash": "^4.17.21",
2118
"lucide-react": "^0.523.0",
2219
"markdown-to-jsx": "^7.7.2",
2320
"motion": "^11.17.0",
24-
"next": "15.2.6",
21+
"next": "^15.5.8",
2522
"next-plausible": "^3.12.4",
26-
"node-fetch": "^3.3.2",
27-
"pngjs": "6.0.0",
2823
"react": "^19.0.0",
2924
"react-dom": "^19.0.0",
3025
"react-icons": "^5.4.0",
3126
"react-marquee-slider": "^1.1.5",
32-
"react-multi-carousel": "^2.8.6",
33-
"react-page-visibility": "^7.0.0",
34-
"react-reveal": "^1.2.2",
35-
"react-ticker": "^1.3.2",
27+
"react-multi-carousel": "^2.8.5",
3628
"react-tooltip": "^5.28.1",
37-
"react-use-measure": "^2.1.7",
3829
"sharp": "^0.33.5",
3930
"styled-components": "5.3.5",
40-
"swr": "^2.3.3",
41-
"tailwindcss-animate": "^1.0.7",
42-
"yarn": "^1.22.22"
31+
"tailwindcss-animate": "^1.0.7"
4332
},
4433
"devDependencies": {
4534
"@eslint/eslintrc": "^3",
4635
"@tailwindcss/typography": "^0.5.16",
47-
"@types/get-pixels": "^3.3.4",
48-
"@types/node": "^20",
4936
"@types/react": "^19",
50-
"@types/react-dom": "^19",
5137
"@types/react-page-visibility": "^6.4.4",
52-
"eslint": "^9",
53-
"eslint-config-next": "15.1.3",
54-
"postcss": "^8",
5538
"tailwindcss": "^3.4.1",
5639
"typescript": "^5"
5740
},

0 commit comments

Comments
 (0)