-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.08 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
{
"name": "elitebuilders",
"version": "1.0.0",
"description": "liteBuilders - Builder-first competitive platform for AI-powered MVPs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"seed": "tsx scripts/seed-challenges.ts"
},
"repository": {
"type": "git",
"url": "http://local_proxy@127.0.0.1:43322/git/Vijaykrishna2334/EliteBuilders"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@anthropic-ai/sdk": "^0.70.0",
"@supabase/ssr": "^0.7.0",
"@supabase/supabase-js": "^2.83.0",
"@tailwindcss/postcss": "^4.1.17",
"@types/node": "^24.10.1",
"@types/react": "^19.2.6",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.22",
"eslint": "^9.39.1",
"eslint-config-next": "^16.0.3",
"next": "^16.0.3",
"openai": "^6.9.1",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"resend": "^6.5.0",
"tailwindcss": "^4.1.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"tsx": "^4.20.6"
}
}