-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.72 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
{
"name": "devresume",
"description": "Devresume.io -- a portfolio website",
"author": "Abhishek Kushwaha",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=14.0.0",
"yarn": ">=1.22.0",
"npm": "please-use-yarn"
},
"scripts": {
"build": "prisma generate --no-engine && next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write .",
"prepare": "husky install",
"dev": "prisma generate --no-engine && cross-env NODE_OPTIONS='--inspect' next dev",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^4.27.4",
"@clerk/themes": "^1.7.9",
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@hookform/resolvers": "^3.3.2",
"@nextui-org/react": "^2.2.9",
"@prisma/client": "^5.10.2",
"@prisma/extension-accelerate": "^0.6.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@remixicon/react": "^4.1.1",
"@tabler/icons-react": "^2.47.0",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tremor/react": "^3.14.0",
"@tsparticles/engine": "^3.2.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.2.1",
"@types/canvas-confetti": "^1.6.4",
"@types/geoip-lite": "^1.4.4",
"@types/react-tag-input": "^6.6.6",
"@types/ua-parser-js": "^0.7.39",
"@types/user-agents": "^1.0.4",
"@uploadthing/react": "^6.0.2",
"@upstash/redis": "^1.25.2",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.9",
"axios": "^1.6.2",
"canvas-confetti": "^1.9.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"compress-image": "^0.0.1",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.5",
"geist": "^1.2.0",
"geoip-lite": "^1.4.10",
"lucide-react": "^0.294.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.0.3",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"nextjs-toploader": "^1.6.4",
"novel": "^0.1.22",
"openai-edge": "^1.2.2",
"prisma": "5.10.2",
"prismjs": "^1.29.0",
"react": "^18",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-hook-form": "^7.48.2",
"react-tag-input": "^6.9.0",
"react-tweet": "^3.1.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^6.0.0",
"rehype-toc": "^3.0.2",
"sharp": "^0.33.0",
"sonner": "^1.4.0",
"svix": "^1.15.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"ua-parser-js": "^1.0.37",
"uploadthing": "^6.0.4",
"user-agents": "^1.1.122",
"zod": "^3.22.4"
},
"devDependencies": {
"@commitlint/cli": "^18.4.3",
"@commitlint/config-conventional": "^18.4.3",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"cross-env": "^7.0.3",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"husky": "^8.0.3",
"postcss": "^8",
"prettier": "^3.1.0",
"prettier-plugin-prisma": "^5.0.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}