Skip to content

Commit 0622703

Browse files
committed
feat: add year select to past datathon lb (#430)
1 parent 1245f4f commit 0622703

5 files changed

Lines changed: 4399 additions & 3104 deletions

File tree

package.json

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,16 @@
1818
},
1919
"dependencies": {
2020
"@heroicons/react": "^2.2.0",
21-
"@heroicons/react": "^2.2.0",
21+
"@radix-ui/react-icons": "^1.3.2",
22+
"@radix-ui/react-select": "^2.2.6",
2223
"@t3-oss/env-nextjs": "^0.11.1",
2324
"classnames": "^2.5.1",
2425
"embla-carousel": "^8.6.0",
2526
"embla-carousel-autoplay": "^8.6.0",
2627
"embla-carousel-react": "^8.6.0",
2728
"heroicons": "^2.2.0",
28-
"embla-carousel": "^8.6.0",
29-
"embla-carousel-autoplay": "^8.6.0",
30-
"embla-carousel-react": "^8.6.0",
31-
"heroicons": "^2.2.0",
3229
"lucide-react": "^0.460.0",
3330
"mongoose": "^8.18.0",
34-
"mongoose": "^8.18.0",
3531
"next": "14.2.7",
3632
"react": "^18.3.1",
3733
"react-card-flip": "^1.2.3",
@@ -41,12 +37,6 @@
4137
"zod": "^3.25.76"
4238
},
4339
"devDependencies": {
44-
"@types/node": "^22.18.1",
45-
"@types/react": "^18.3.24",
46-
"@types/react-dom": "^18.3.7",
47-
"autoprefixer": "^10.4.21",
48-
"cssnano": "^7.1.1",
49-
"cssnano-preset-advanced": "^7.0.9",
5040
"@types/node": "^22.18.1",
5141
"@types/react": "^18.3.24",
5242
"@types/react-dom": "^18.3.7",
@@ -58,13 +48,9 @@
5848
"localtunnel": "^2.0.2",
5949
"postcss": "^8.5.6",
6050
"postcss-import": "^16.1.1",
61-
"postcss": "^8.5.6",
62-
"postcss-import": "^16.1.1",
6351
"postcss-mixins": "^10.0.1",
6452
"postcss-preset-env": "^10.3.1",
6553
"prettier": "^3.6.2",
66-
"postcss-preset-env": "^10.3.1",
67-
"prettier": "^3.6.2",
6854
"sharp": "^0.33.5",
6955
"tailwindcss": "^3.4.17",
7056
"typescript": "^5.9.2"

0 commit comments

Comments
 (0)