-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 2.75 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
{
"name": "meme-me-2.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check-types": "tsc --pretty --noEmit",
"check-format": "prettier --check .",
"check-lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write .",
"check-all": "yarn check-format && yarn check-lint && yarn check-types && yarn build"
},
"dependencies": {
"@clerk/nextjs": "^4.29.1",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@hookform/resolvers": "^3.3.4",
"@icon-park/react": "^1.4.2",
"@ngrok/ngrok": "^0.9.1",
"@prisma/client": "^5.8.1",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@sentry/node": "^7.92.0",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.44.1",
"@trpc/next": "^10.44.1",
"@trpc/react-query": "^10.44.1",
"@trpc/server": "^10.44.1",
"@uploadthing/react": "^6.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"emoji-mart": "^5.5.2",
"lodash": "^4.17.21",
"lucide-react": "^0.298.0",
"moment": "^2.30.1",
"next": "14.0.4",
"prettier-plugin-tailwindcss": "^0.5.9",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.3",
"react-intersection-observer": "^9.5.3",
"react-nice-avatar": "^1.5.0",
"react-responsive-carousel": "^3.2.23",
"react-tag-input": "^6.8.1",
"sharp": "^0.33.1",
"sonner": "^1.2.4",
"superjson": "^2.2.1",
"svix": "^1.15.0",
"tailwind-merge": "^2.1.0",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^6.3.1",
"usehooks-ts": "^2.9.1",
"zod": "^3.22.4",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^4.36.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-tag-input": "^6.6.6",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"postcss": "^8",
"prettier": "^3.1.1",
"prisma": "^5.8.1",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.0",
"typescript": "^5.3.3"
}
}