-
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.05 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.05 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": "devfest-vercel-backend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.10",
"@types/dagre": "^0.7.53",
"@vercel/kv": "^1.0.1",
"dagre": "^0.8.5",
"framer-motion": "^12.33.0",
"lucide-react": "^0.563.0",
"next": "14.1.0",
"next-auth": "^4.24.13",
"octokit": "^3.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-tsparticles": "^2.12.2",
"reactflow": "^11.11.4",
"tsparticles": "^3.9.1",
"tsparticles-engine": "^2.12.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
}
}