-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.58 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.58 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
{
"name": "assignment",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node --no-deprecation node_modules/next/dist/bin/next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@apollo/client": "^3.11.8",
"@apollo/server": "^5.2.0",
"@as-integrations/next": "^4.1.0",
"@gsap/react": "^2.1.2",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/themes": "^3.2.1",
"@reduxjs/toolkit": "^2.11.2",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.6.1",
"@tanstack/react-query": "^5.90.16",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"firebase": "^12.7.0",
"framer-motion": "^12.23.26",
"graphql": "^16.12.0",
"graphql-request": "^7.4.0",
"graphql-tag": "^2.12.6",
"gsap": "^3.14.2",
"jspdf": "^4.2.1",
"jspdf-autotable": "^5.0.7",
"lenis": "^1.3.17",
"lucide-react": "^0.562.0",
"mongodb": "^7.0.0",
"mongoose": "^9.1.1",
"next": "16.1.1",
"next-auth": "^4.24.13",
"nodemailer": "^7.0.12",
"otp-generator": "^4.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-redux": "^9.2.0",
"sslcommerz-lts": "^1.2.0",
"stripe": "^20.1.2",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"babel-plugin-react-compiler": "1.0.0",
"cross-env": "^10.1.0",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4"
}
}