-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
143 lines (143 loc) · 4.45 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "nextjs-learn-acme",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && bun run seed:admin",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"codegen": "graphql-codegen",
"seed:admin": "tsx src/scripts/seed-admin.ts",
"analyze": "ANALYZE=true next build",
"size-limit": "size-limit"
},
"size-limit": [
{
"path": ".next/static/chunks/*.js",
"limit": "700 KB"
}
],
"dependencies": {
"@apollo/client": "^3.12.4",
"@apollo/server": "^4.11.2",
"@as-integrations/next": "^3.2.0",
"@auth/mongodb-adapter": "^3.7.4",
"@faker-js/faker": "^9.6.0",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@graphql-codegen/typescript-resolvers": "^4.4.1",
"@hookform/resolvers": "^3.10.0",
"@next/bundle-analyzer": "^15.2.4",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.3",
"@radix-ui/react-toggle-group": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.6",
"@sentry/nextjs": "^9.10.1",
"@tabler/icons-react": "^3.31.0",
"@tanstack/react-table": "^8.20.6",
"@tiptap/extension-list-item": "^2.11.7",
"@tiptap/pm": "^2.11.7",
"@tiptap/react": "^2.11.7",
"@tiptap/starter-kit": "^2.11.7",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.14",
"@types/jsonwebtoken": "^9.0.7",
"@types/nodemailer": "^6.4.17",
"@types/validator": "^13.12.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@upstash/redis": "^1.34.5",
"@vercel/analytics": "^1.5.0",
"@vercel/edge": "^1.2.1",
"@vercel/speed-insights": "^1.2.0",
"argon2": "^0.41.1",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.3",
"class-variance-authority": "^0.7.1",
"cloudinary": "^2.6.0",
"cookie": "^1.0.2",
"cors": "^2.8.5",
"create": "^0.5.4",
"date-fns": "^4.1.0",
"framer-motion": "^12.5.0",
"geist": "^1.3.1",
"graphql": "^16.10.0",
"graphql-scalars": "^1.24.2",
"graphql-tag": "^2.12.6",
"input-otp": "^1.4.2",
"ioredis": "^5.6.0",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.487.0",
"mongodb": "^6.12.0",
"mongodb-memory-server": "^10.1.2",
"mongoose": "^8.9.2",
"next": "^15.2.4",
"next-auth": "^4.24.11",
"next-cloudinary": "^6.16.0",
"next-themes": "^0.4.6",
"nodemailer": "^6.9.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "^7.54.2",
"react-resizable-panels": "^2.1.7",
"recharts": "^2.15.2",
"resend": "^4.0.1",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"ts-jest": "^29.2.5",
"tw-animate-css": "^1.2.4",
"use-debounce": "^10.0.4",
"uuid": "^11.0.3",
"validator": "^13.12.0",
"vaul": "^1.1.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.24.0",
"@size-limit/preset-app": "^11.2.0",
"@tailwindcss/postcss": "^4.0.15",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/node": "^22.10.5",
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"@types/testing-library__user-event": "^4.2.0",
"add": "^2.0.6",
"dotenv": "^16.4.7",
"eslint": "^9.24.0",
"eslint-config-next": "^15.2.4",
"eslint-plugin-no-secrets": "^2.2.1",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-unicorn": "^58.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"tailwindcss": "^4.0.15",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"typescript-eslint": "^8.29.0"
}
}