-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.71 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.71 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "anurag-kochar-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate && prisma migrate deploy"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@plaiceholder/next": "^3.0.0",
"@prisma/client": "^6.0.1",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.3",
"@radix-ui/react-hover-card": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.2.2",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-toast": "^1.2.3",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.62.7",
"@tanstack/react-query-devtools": "^5.62.8",
"@tiptap/extension-bullet-list": "^2.10.4",
"@tiptap/extension-list-item": "^2.10.4",
"@tiptap/extension-placeholder": "^2.10.4",
"@tiptap/extension-underline": "^2.10.4",
"@tiptap/react": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^1.0.0",
"cookies-next": "^4.3.0",
"embla-carousel-react": "^8.0.0-rc22",
"framer-motion": "^11.15.0",
"jose": "^5.9.6",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lucide-react": "^0.330.0",
"mini-svg-data-uri": "^1.4.4",
"moment": "^2.30.1",
"next": "14.1.0",
"next-themes": "^0.2.1",
"plaiceholder": "^3.0.0",
"react": "^18",
"react-color": "^2.19.3",
"react-dom": "^18",
"react-draggable": "^4.4.6",
"react-grid-layout": "^1.5.0",
"react-hook-form": "^7.54.1",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2",
"zod": "^3.24.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.7",
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-color": "^3.0.13",
"@types/react-dom": "^18",
"@types/react-grid-layout": "^1.3.5",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^6.0.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}