-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
100 lines (100 loc) · 3.57 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
{
"private": true,
"scripts": {
"analyze": "ANALYZE=true next build",
"preinstall": "npx only-allow pnpm",
"dev": "next dev --turbo",
"dev:https": "next dev --turbo --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --check .",
"format:fix": "prettier --write --list-different .",
"type-check": "tsc --noEmit",
"type:generate": "supabase gen types typescript --linked > types/supabase.ts && sed -i 's/export type Database/type _Database/g' types/supabase.ts && cat types/merge-supabase.txt types/supabase.ts > temp.txt; mv temp.txt types/supabase.ts",
"ui:diff": "shadcn-ui diff | grep -oP '(?<=ui/)(\\w+)(?=\\.tsx)' | xargs -L 1 npx shadcn-ui diff"
},
"dependencies": {
"@chakra-ui/number-input": "^2.1.2",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@serwist/next": "9.0.9",
"@supabase/ssr": "^0.3.0",
"@supabase/supabase-js": "^2.43.4",
"@tabler/icons-react": "^3.5.0",
"@tanstack/react-table": "^8.17.3",
"add-to-calendar-button-react": "^2.6.19",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"compressorjs": "^1.2.1",
"date-fns": "^3.6.0",
"driver.js": "^1.3.1",
"embla-carousel-react": "8.1.3",
"framer-motion": "^11.2.6",
"geist": "^1.3.1",
"input-otp": "1.2.4",
"million": "^2.6.4",
"next": "^14.2.14",
"next-safe-action": "^6.2.0",
"next-themes": "^0.3.0",
"postcss": "8.4.47",
"react": "18.3.1",
"react-archer": "^4.4.0",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.5",
"react-virtuoso": "^4.7.10",
"server-only": "^0.0.1",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.4.5",
"use-debounce": "^10.0.3",
"vaul": "1.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.14",
"@serwist/core": "9.0.9",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "20.12.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"encoding": "^0.1.13",
"eslint": "8.57.0",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"serwist": "^9.0.9",
"shadcn-ui": "^0.8.0",
"supabase": "^1.167.4",
"type-fest": "^4.18.2"
},
"packageManager": "[email protected]+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}