-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.16 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "web-v2",
"version": "0.17.0",
"private": true,
"packageManager": "pnpm@11.5.0",
"engines": {
"node": "24.x"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint --cache .",
"format": "prettier --cache --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/react": "^4.0.48",
"@ai-sdk/xai": "^4.0.24",
"@atlaskit/pragmatic-drag-and-drop": "^2.0.1",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^2.0.0",
"@auth/core": "^0.41.3",
"@base-ui/react": "^1.6.0",
"@hookform/resolvers": "^5.5.7",
"@next/third-parties": "16.3.0-preview.10",
"@shadcn/react": "^0.2.1",
"@tanstack/react-virtual": "^3.14.9",
"@tsparticles/react": "^4.3.2",
"@tsparticles/slim": "^4.3.2",
"ai": "^7.0.45",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"firebase": "^12.17.0",
"framer-motion": "^12.43.0",
"fuse.js": "^7.5.0",
"jotai": "^2.20.2",
"lucide-react": "^1.28.0",
"next": "16.3.0-preview.10",
"next-auth": "^5.0.0-beta.32",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.9.17",
"qrcode.react": "^4.2.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-hook-form": "^7.83.0",
"react-markdown": "^10.1.0",
"recharts": "^3.10.1",
"semver": "^7.8.5",
"tailwind-merge": "^3.6.0",
"ua-parser-js": "^2.0.10",
"use-debounce": "^10.1.1",
"usehooks-ts": "^3.1.1",
"uuid": "^14.0.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"@types/semver": "^7.7.1",
"eslint": "^9.39.5",
"eslint-config-next": "16.3.0-preview.10",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-zod": "^1.2.1",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"shadcn": "^4.16.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3"
}
}