-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
109 lines (109 loc) · 3.04 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
{
"name": "whoami",
"description": "Explore and create your profile for your next job.",
"version": "1.0.0",
"author": "@shahfarzane",
"private": false,
"license": "AGPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/shahfarzane/whoami.page"
},
"keywords": [
"profile",
"portfolio",
"next.js",
"react",
"typescript",
"tailwindcss",
"prisma",
"clerk"
],
"scripts": {
"build": "next build",
"dev": "next dev ",
"turbo": "next dev --turbo",
"lint": "next lint",
"start": "next start",
"ts:check": "tsc --noEmit",
"check": "npm run lint && npm run ts:check",
"postinstall": "prisma generate",
"knip": "knip",
"build:all-ts-errors": "__NEXT_TEST_MODE=true bun run build"
},
"dependencies": {
"@clerk/elements": "^0.19.0",
"@clerk/nextjs": "^6.3.0",
"@clerk/types": "^4.31.0",
"@hookform/resolvers": "^3.9.1",
"@neondatabase/serverless": "^0.10.4",
"@prisma/adapter-neon": "^6.0.1",
"@prisma/client": "5.22.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/themes": "^3.1.5",
"@tanstack/react-query": "^5.59.20",
"@tanstack/react-virtual": "^3.10.9",
"@types/react-query": "^1.2.9",
"@types/react-window-infinite-loader": "^1.0.9",
"@types/ws": "^8.5.13",
"@uploadthing/react": "^6.7.2",
"@vercel/analytics": "^1.3.2",
"@vercel/speed-insights": "^1.1.0",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"eslint-config-prettier": "^9.1.0",
"geist": "^1.3.1",
"lodash": "^4.17.21",
"next": "14.2.20",
"postcss-import": "^16.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.2",
"react-intersection-observer": "^9.13.1",
"react-markdown": "9.0.1",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"react-window-infinite-loader": "^1.0.9",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"sonner": "1.7.0",
"uploadthing": "^6.7.2",
"ws": "^8.18.0",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.17",
"@tailwindcss/typography": "0.5.15",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "10.4.20",
"eslint": "^9.14.0",
"eslint-config-next": "14.2.17",
"eslint-plugin-tailwindcss": "^3.17.5",
"knip": "^5.36.5",
"postcss": "^8.4.48",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "5.22.0",
"tailwind-merge": "^2.5.4",
"tailwindcss": "3.4.14",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2"
},
"trustedDependencies": [
"@clerk/shared",
"@prisma/client",
"@prisma/engines",
"prisma"
]
}