-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 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
{
"name": "tailus-feedus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate"
},
"dependencies": {
"@clerk/nextjs": "^6.2.1",
"@headlessui/react": "^2.1.10",
"@neondatabase/serverless": "^0.10.3",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@tanstack/react-query": "^5.59.16",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.36.1",
"holy-loader": "^2.3.11",
"lucide-react": "^0.455.0",
"next": "14.2.16",
"next-themes": "^0.4.3",
"nuqs": "^2.1.1",
"react": "^18",
"react-dom": "^18",
"sharp": "^0.33.5",
"sonner": "^1.7.0",
"svix": "^1.39.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"drizzle-kit": "^0.28.0",
"eslint": "^8",
"eslint-config-next": "14.2.16",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwindcss": "^3.4.1"
},
"main": "index.js",
"author": "'salman' <'webdevz.sk@gmail.com'> forked from 'khalek-repliq' <'abdul.khalek@repliq.dev'>",
"license": "MIT"
}