-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.06 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.06 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
{
"name": "web-v2",
"version": "0.16.1",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@ai-sdk/react": "^2.0.0-beta.25",
"@ai-sdk/xai": "^2.0.0-beta.10",
"@atlaskit/pragmatic-drag-and-drop": "^1.7.4",
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
"@hookform/resolvers": "^5.1.1",
"@next/third-parties": "^16.0.1",
"@tanstack/react-virtual": "^3.13.12",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.1",
"@types/semver": "^7.7.0",
"ai": "^5.0.0-beta.25",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"firebase": "^12.0.0",
"framer-motion": "^12.15.0",
"fuse.js": "^7.1.0",
"jotai": "^2.13.1",
"lucide-react": "^0.548.0",
"next": "^16.0.1",
"next-auth": "^5.0.0-beta.27",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.8.16",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.60.0",
"react-markdown": "^10.1.0",
"react-toastify": "^11.0.5",
"recharts": "3.7",
"semver": "^7.7.2",
"tailwind-merge": "^3.2.0",
"ua-parser-js": "^2.0.4",
"use-debounce": "^10.0.4",
"usehooks-ts": "^3.1.1",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"zod": "^4.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.5",
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
"@types/node": "^20.17.43",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@types/ua-parser-js": "^0.7.39",
"eslint": "^9.26.0",
"eslint-config-next": "^16.0.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import-zod": "^1.2.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "^4",
"tw-animate-css": "^1.2.9",
"typescript": "^5.8.3"
}
}