-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2 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
{
"name": "flc-website",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.22.20",
"@emotion/react": "^11.11.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.5.0",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.38.4",
"@trpc/next": "^10.38.4",
"@trpc/react-query": "^10.38.4",
"@trpc/server": "^10.38.4",
"@vercel/analytics": "^1.0.2",
"@vercel/og": "^0.5.16",
"axios": "^1.5.0",
"cloudinary": "^1.40.0",
"csstype": "3.1.2",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"nanoid": "^5.0.1",
"next": "13.5.2",
"next-auth": "^4.23.1",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"qrcode.react": "^3.1.0",
"razorpay": "^2.9.2",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.5",
"react-confetti-explosion": "^2.1.2",
"react-dom": "18.2.0",
"react-easy-swipe": "^0.0.23",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-to-print": "^2.14.13",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"superjson": "1.13.1",
"zod": "^3.22.2"
},
"devDependencies": {
"@types/formidable": "^3.4.3",
"@types/node": "^20.6.3",
"@types/nprogress": "^0.2.0",
"@types/prettier": "^2.7.3",
"@types/qrcode.react": "^1.0.3",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.49.0",
"eslint-config-next": "13.5.2",
"postcss": "^8.4.30",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"prisma": "^5.5.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"ct3aMetadata": {
"initVersion": "7.3.2"
}
}