-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.04 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.04 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
{
"name": "jahan-numa",
"version": "3.3.2",
"private": true,
"packageManager": "pnpm@10.20.0",
"scripts": {
"preinstall": "node -e \"if(!String(process.env.npm_config_user_agent||'').includes('pnpm')){console.error('This repository uses pnpm. Please run: pnpm install'); process.exit(1)}\"",
"dev": "next dev --turbopack",
"dev:https": "node scripts/https-server.js",
"build": "next build --turbopack",
"start": "next start",
"analyze:bundle": "node scripts/bundle-analyzer.js",
"analyze:webpack": "ANALYZE=true next build"
},
"dependencies": {
"@clerk/nextjs": "^6.0.0",
"@clerk/themes": "^2.0.0",
"@formspree/react": "^3.0.0",
"@pdftron/webviewer": "10.6.0",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@shadcn/ui": "^0.0.4",
"aos": "^2.3.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"embla-carousel-react": "^8.6.0",
"express": "^5.1.0",
"google-auth-library": "^10.5.0",
"html-to-image": "^1.11.13",
"html2canvas": "^1.4.1",
"lucide-react": "^0.544.0",
"next": "15.5.9",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"react": "19.1.0",
"react-dom": "19.1.0",
"sonner": "^2.0.7",
"swiper": "^12.0.2",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"vaul": "^1.1.2"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/aos": "^3.0.7",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.5",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.8",
"typescript": "^5",
"webpack-bundle-analyzer": "^4.10.1"
}
}