-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.38 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "coderush2025",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint",
"setup-sheets": "tsx scripts/setup-sheets.ts",
"setup-submissions": "tsx scripts/setup-submissions-sheet.ts",
"check-teams": "tsx scripts/check-team-count.ts",
"setup-admin": "tsx scripts/setup-admin.ts"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@pinecone-database/pinecone": "^6.1.2",
"@react-three/drei": "^10.7.6",
"@react-three/fiber": "^9.3.0",
"@types/three": "^0.180.0",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.22",
"googleapis": "^161.0.0",
"gsap": "^3.13.0",
"mongoose": "^8.18.2",
"next": "15.5.4",
"nodemailer": "^7.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.5.0",
"tailwind-merge": "^3.3.1",
"three": "^0.180.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/nodemailer": "^7.0.2",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.5.4",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"tsx": "^4.20.6",
"typescript": "^5"
}
}