-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
128 lines (128 loc) · 4.73 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
122
123
124
125
126
127
128
{
"name": "arka-weterynaria-full-stack-appointment-booking-and-management-website",
"description": "Przychodnia wterynaryjna ARKA. Poza podstawowymi informacjami na temat przychodnia oraz danymi kontaktowymi, z łatwością zarezerwujesz wizytę za pomocą intuicyjnego i prostego formularza.",
"version": "0.1.0",
"license": "MIT",
"private": true,
"author": {
"name": "Piotr Borowiecki",
"url": "https://pjborowiecki.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pjborowiecki/ARKA-Veterinary-Clinic-Page-and-Appointment-Booking-System"
},
"bugs": {
"url": "https://github.com/pjborowiecki/ARKA-Veterinary-Clinic-Page-and-Appointment-Booking-System/issues"
},
"type": "module",
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"postinstall": "drizzle-kit generate --config=drizzle.config.ts",
"db:generate": "drizzle-kit generate --config=drizzle.config.ts",
"db:push": "drizzle-kit push --config=drizzle.config.ts",
"db:pull": "drizzle-kit introspect --config=drizzle.config.ts",
"db:drop": "drizzle-kit drop --config=drizzle.config.ts",
"db:check": "drizzle-kit check --config=drizzle.config.ts",
"db:update": "drizzle-kit up --config=drizzle.config.ts",
"db:studio": "drizzle-kit studio --port 4000 --verbose",
"shadcn:add": "pnpm dlx shadcn-ui@latest add",
"packages:update-all": "pnpm update --latest",
"prettier:format": "prettier --write \"**/*.{ts,tsx,mdx}\" --cache",
"prettier:check": "prettier --check \"**/*.{ts,tsx,mdx}\" --cache",
"typecheck": "tsc --noEmit",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@auth/drizzle-adapter": "^1.4.2",
"@hookform/resolvers": "^3.9.0",
"@neondatabase/serverless": "^0.9.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.1",
"@radix-ui/react-navigation-menu": "^1.2.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-email/components": "^0.0.25",
"@studio-freight/react-lenis": "^0.0.47",
"@tanstack/react-table": "^8.20.5",
"@vercel/analytics": "^1.3.1",
"bcryptjs": "^2.4.3",
"bufferutil": "^4.0.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"dayjs": "^1.11.13",
"drizzle-orm": "^0.33.0",
"[email protected]": "link:@typescript=eslint/[email protected]",
"next": "14.2.7",
"next-auth": "5.0.0-beta.18",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-day-picker": "^9.0.8",
"react-dom": "18.3.1",
"react-email": "^3.0.1",
"react-hook-form": "^7.53.0",
"react-wrap-balancer": "^1.1.1",
"resend": "^4.0.0",
"shadcn-ui": "^0.9.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"undici": "^6.19.8",
"zod": "^3.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@types/bcryptjs": "^2.4.6",
"@types/eslint": "^9.6.1",
"@types/google.maps": "^3.57.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "22.5.2",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.4.1-alpha.4",
"@typescript-eslint/parser": "^8.4.0",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.7",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.44",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
},
"engine": {
"node": ">=20.10.0"
}
}