-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.88 KB
/
package.json
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
{
"name": "agent",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest && playwright test",
"e2e": "playwright test"
},
"dependencies": {
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.10.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.48.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"geist": "^1.2.1",
"lucide-react": "^0.462.0",
"next": "^15.1.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.54.2",
"shadcn-ui": "^0.9.4",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.2"
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@playwright/test": "^1.49.1",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.14",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"encoding": "^0.1.13",
"eslint": "^9.20.1",
"eslint-config-next": "^15.1.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.2",
"prettier": "^3.4.2",
"supabase": "^2.0.0",
"supawright": "^0.3.0",
"tailwindcss": "^3.4.15",
"ts-node": "^10.9.2",
"typescript": "~5.4.3",
"typescript-eslint": "^8.24.0"
}
}