-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 2.79 KB
/
Copy pathpackage.json
File metadata and controls
98 lines (98 loc) · 2.79 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "klhrms",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build --webpack",
"start": "next start",
"lint": "eslint",
"test": "vitest",
"test:run": "vitest run"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@hookform/resolvers": "^5.2.2",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.8.0",
"@radix-ui/colors": "^3.0.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.3.0",
"@supabase/supabase-js": "^2.105.3",
"@tabler/icons-react": "^3.44.0",
"@tanstack/react-query": "^5.100.8",
"@tanstack/react-query-devtools": "^5.100.6",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.25",
"@tiptap/extension-link": "^3.23.4",
"@tiptap/extension-placeholder": "^3.23.4",
"@tiptap/pm": "^3.23.4",
"@tiptap/react": "^3.23.4",
"@tiptap/starter-kit": "^3.23.4",
"@types/three": "^0.184.1",
"ag-grid-community": "^35.3.0",
"ag-grid-react": "^35.3.0",
"better-auth": "^1.6.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.4.2",
"embla-carousel-react": "^8.6.0",
"exceljs": "^4.4.0",
"framer-motion": "^12.38.0",
"gsap": "^3.15.0",
"input-otp": "^1.4.2",
"lucide-react": "^1.17.0",
"moment": "^2.30.1",
"motion": "^12.40.0",
"next": "^16.2.7",
"next-themes": "^0.4.6",
"ogl": "^1.0.11",
"pdf-lib": "^1.17.1",
"pg": "^8.20.0",
"radix-ui": "^1.4.3",
"react": "19.2.4",
"react-big-calendar": "^1.19.4",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.4",
"react-hook-form": "^7.74.0",
"react-icons": "^5.6.0",
"react-resizable-panels": "^4.10.0",
"recharts": "^3.8.1",
"resend": "^6.12.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"three": "^0.184.0",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2",
"zod": "^4.3.6",
"@radix-ui/react-switch": "~1.3.2",
"@tiptap/core": "~3.27.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^20",
"@types/pg": "^8.20.0",
"@types/react": "^19",
"@types/react-big-calendar": "^1.16.3",
"@types/react-dom": "^19",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9",
"eslint-config-next": "16.2.4",
"jsdom": "^29.1.1",
"msw": "^2.14.6",
"prisma": "^7.8.0",
"shadcn": "^4.11.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.1.8"
}
}