-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
81 lines (81 loc) · 2.14 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "airbroke",
"version": "1.1.68",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watchAll",
"db:generate": "prisma generate",
"db:pull": "prisma db pull",
"db:seed": "prisma db seed",
"db:migrate": "prisma migrate deploy",
"postinstall": "prisma generate",
"dep:check": "ncu",
"dep:set": "ncu -u"
},
"dependencies": {
"@ai-sdk/openai": "1.0.11",
"@airbrake/browser": "2.1.8",
"@airbrake/node": "2.1.8",
"@auth/prisma-adapter": "2.7.4",
"@headlessui/react": "2.2.0",
"@prisma/client": "6",
"@tailwindcss/forms": "0.5.9",
"ai": "4.0.22",
"autoprefixer": "10.4.20",
"chance": "1.1.12",
"chart.js": "4.4.7",
"nanoid": "5.0.9",
"next": "15.1.2",
"next-auth": "^5.0.0-beta.25",
"numeral": "2.0.6",
"postcss": "8.4.49",
"react": "19.0.0",
"react-chartjs-2": "5.2.0",
"react-dom": "19.0.0",
"react-icons-ng": "4.9.1",
"server-only": "0.0.1",
"sharp": "0.33.5",
"superjson": "2.2.2",
"tailwindcss": "3.4.17",
"timeago-react": "3.0.6",
"typescript": "5.7.2",
"zod": "3.24.1",
"zod-error": "1.5.0",
"zod-form-data": "2.0.2"
},
"devDependencies": {
"@jest/globals": "29.7.0",
"@next/bundle-analyzer": "15.1.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.1.0",
"@types/chance": "1.1.6",
"@types/node": "22.10.2",
"@types/numeral": "2.0.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.2",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-testing-library": "7.1.1",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"npm-check-updates": "^17.0.6",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.9",
"prisma": "6",
"tsx": "4.19.2"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"packageManager": "[email protected]",
"resolutions": {
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2"
}
}