-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.55 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "issho",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "prisma generate",
"start": "next start",
"lint:check": "eslint",
"lint:fix": "eslint --fix",
"format:check": "prettier --check **/*.{js,mjs,jsx,ts,tsx,json}",
"format:fix": "prettier --write **/*.{js,mjs,jsx,ts,tsx,json}",
"db:push": "prisma db push",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio"
},
"dependencies": {
"@phosphor-icons/react": "^2.1.10",
"@prisma/client": "^6.19.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-form": "^0.1.8",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@reactour/tour": "^3.8.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.86.2",
"@vercel/analytics": "^1.6.1",
"bcryptjs": "^3.0.3",
"body-scroll-lock": "4.0.0-beta.0",
"botid": "^1.5.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"geist": "^1.5.1",
"next": "16.0.10",
"next-themes": "^0.4.6",
"react": "19.2.1",
"react-big-calendar": "^1.19.4",
"react-device-detect": "^2.2.3",
"react-dom": "19.2.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"vaul": "^1.1.2",
"zustand": "^5.0.9"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.3",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@prettier/plugin-oxc": "^0.0.4",
"@tailwindcss/postcss": "^4.1.17",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "^20.19.25",
"@types/react": "^19.2.7",
"@types/react-big-calendar": "^1.16.3",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.1",
"eslint-config-next": "15.4.5",
"prettier": "^3.7.4",
"prettier-plugin-classnames": "^0.8.5",
"prettier-plugin-merge": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"prisma": "^6.19.0",
"tailwindcss": "^4.1.17",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}