-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.12 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
{
"private": true,
"scripts": {
"dev": "prisma generate && next dev --turbo",
"build": "prisma generate && prisma db push && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "^14.0.3",
"@prisma/client": "^5.6.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@types/node": "^18.18.12",
"@types/react": "^18.2.38",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.1",
"animejs": "^3.2.1",
"appwrite": "^13.0.1",
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cors": "^2.8.5",
"emailjs-com": "^3.2.0",
"firebase": "^10.6.0",
"formidable": "^3.5.1",
"framer-motion": "^10.16.5",
"fs": "0.0.1-security",
"gsap": "^3.12.2",
"lucide-react": "^0.279.0",
"micro-cors": "^0.1.1",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-seo": "^6.4.0",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"pnpm": "^8.10.5",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-autosuggest": "^10.1.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.48.2",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-masonry-css": "^1.0.16",
"react-parallax-tilt": "^1.7.175",
"react-search-box": "^3.0.0",
"react-select": "^5.8.0",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"web-vitals": "^3.5.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/react-helmet": "^6.1.9",
"autoprefixer": "^10.4.16",
"daisyui": "^3.9.4",
"eslint": "8.11.0",
"eslint-config-next": "^13.5.6",
"postcss": "^8.4.31",
"prisma": "^5.6.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2"
}
}