-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.23 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
82
83
84
{
"name": "exaya",
"version": "1.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"db-seed": "NODE_ENV=development prisma db seed",
"start": "next start",
"test:unit": "vitest"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@lemonsqueezy/lemonsqueezy.js": "^3.3.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^6.2.1",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
"@trpc/react-query": "^10.45.2",
"@trpc/server": "^10.45.2",
"antd": "^5.23.0",
"antd-input-otp": "^2.1.0",
"aos": "^2.3.4",
"bcrypt": "^5.1.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.17.0",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"mini-svg-data-uri": "^1.4.4",
"moment-timezone": "^0.5.46",
"nanoid": "^5.0.9",
"next": "^14.2.23",
"next-auth": "^4.24.11",
"next-cloudinary": "^6.16.0",
"nextjs-toploader": "^1.6.12",
"react": "18.2.0",
"react-audio-voice-recorder": "^2.2.0",
"react-countup": "^6.5.3",
"react-dom": "18.2.0",
"react-hotkeys-hook": "^4.6.1",
"react-icons": "^4.12.0",
"react-to-print": "^2.15.1",
"recharts": "^2.15.0",
"sharp": "^0.32.6",
"superjson": "1.12.2",
"tailwind-merge": "^2.6.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@testing-library/react": "latest",
"@types/aos": "^3.0.7",
"@types/bcrypt": "^5.0.2",
"@types/eslint": "^8.56.12",
"@types/node": "^18.19.70",
"@types/prettier": "^2.7.3",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react": "latest",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^13.5.8",
"postcss": "^8.4.49",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^6.2.1",
"tailwindcss": "^3.4.17",
"tailwindcss-motion": "^1.0.1",
"typescript": "^5.7.3",
"vitest": "^0.34.6"
},
"ct3aMetadata": {
"initVersion": "7.10.0"
},
"presets": [
"next/babel"
]
}