-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 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
{
"name": "support-intelligence-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@supabase/ssr": "^0.10.0",
"@supabase/supabase-js": "^2.101.0",
"@types/pino": "^7.0.4",
"@types/stripe": "^8.0.416",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"gray-matter": "^4.0.3",
"ioredis": "^5.10.0",
"lucide-react": "^0.344.0",
"next": "^15.1.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^10.1.0",
"recharts": "^3.8.1",
"remark-gfm": "^4.0.1",
"stripe": "^21.0.1",
"tailwind-merge": "^2.2.1",
"upstash-rate-limit": "^0.0.1",
"zod": "^4.3.6"
},
"devDependencies": {
"@prisma/client": "^6.19.2",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/canvas-confetti": "^1.9.0",
"@types/ioredis": "^4.28.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^6.0.1",
"autoprefixer": "^10.4.23",
"eslint": "^8",
"eslint-config-next": "^15.1.0",
"jsdom": "^29.0.0",
"postcss": "^8",
"prisma": "^6.19.2",
"tailwindcss": "^3.4.1",
"typescript": "^5",
"vitest": "^4.1.0"
}
}