-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.66 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
{
"name": "kolumbus",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db_push": "dotenv -e .env.local -- npx prisma db push"
},
"dependencies": {
"@clerk/nextjs": "^5.1.3",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@easepick/bundle": "^1.2.1",
"@floating-ui/react": "^0.26.8",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/adapter-pg": "^5.14.0",
"@prisma/client": "^5.14.0",
"@tanstack/react-query": "^4.35.3",
"@trpc/client": "^10.38.3",
"@trpc/react-query": "^10.38.3",
"@trpc/server": "^10.38.3",
"@vercel/analytics": "^1.1.1",
"@vercel/speed-insights": "^1.0.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^3.3.1",
"dotenv-cli": "^7.4.2",
"framer-motion": "^10.18.0",
"input-otp": "^1.2.4",
"next": "^14.1.0",
"pg": "^8.11.5",
"react": "^18.2.0",
"react-date-range": "^2.0.0-alpha.4",
"react-dom": "^18.2.0",
"react-remove-scroll": "^2.5.7",
"sonner": "^1.4.41",
"tailwind-merge": "^2.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.4",
"@types/pg": "^8.11.6",
"@types/react": "^18.2.43",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.2.17",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "^14.1.0",
"postcss": "^8.4.35",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"prisma": "^5.14.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}