-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.48 KB
/
package.json
File metadata and controls
87 lines (87 loc) · 2.48 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
79
80
81
82
83
84
85
86
87
{
"name": "ecommerce-db",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --port 3000 --host",
"start": "node .output/server/index.mjs",
"build": "vite build",
"serve": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@intentui/icons": "^1.11.0",
"@libsql/client": "^0.15.11",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-aspect-ratio": "^1.1.7",
"@t3-oss/env-core": "^0.13.8",
"@tabler/icons-react": "^3.34.1",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-devtools": "^0.3.1",
"@tanstack/react-query": "^5.85.0",
"@tanstack/react-query-devtools": "^5.85.0",
"@tanstack/react-router": "^1.131.10",
"@tanstack/react-router-devtools": "^1.131.10",
"@tanstack/react-router-ssr-query": "^1.131.10",
"@tanstack/react-start": "^1.131.11",
"@tanstack/router-plugin": "^1.131.11",
"@tiptap/extension-underline": "^3.2.0",
"@tiptap/react": "^3.2.0",
"@tiptap/starter-kit": "^3.2.0",
"@uploadthing/react": "^7.3.2",
"better-auth": "^1.3.6",
"blurhash": "^2.0.5",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"motion": "^12.23.12",
"next-themes": "^0.4.6",
"nprogress": "^0.2.0",
"paystack-sdk": "2.5",
"react": "^19.1.1",
"react-aria-components": "^1.11.0",
"react-blurhash": "^0.3.0",
"react-dom": "^19.1.1",
"react-hook-form": "^7.62.0",
"react-paystack": "^6.0.0",
"recharts": "^3.1.2",
"sharp": "^0.34.3",
"sonner": "^2.0.7",
"spin-delay": "^2.0.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^2.1.0",
"tailwindcss": "^4.1.11",
"tailwindcss-react-aria-components": "^2.0.0",
"tw-animate-css": "^1.3.6",
"uploadthing": "^7.7.3",
"use-deep-compare": "^1.3.0",
"vite": "^7.1.3",
"vite-tsconfig-paths": "^5.1.4",
"zod": "^4.0.17"
},
"devDependencies": {
"@biomejs/biome": "2.1.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/nprogress": "^0.2.3",
"@types/react": "^19.1.10",
"@types/react-dom": "^19.1.7",
"@vitejs/plugin-react": "^5.0.0",
"drizzle-kit": "^0.31.4",
"jsdom": "^26.1.0",
"typescript": "^5.9.2",
"vite-env-only": "^3.0.3",
"vite-plugin-ngrok": "^1.1.2",
"vite-plugin-remove-console": "^2.2.0",
"vitest": "^3.2.4",
"web-vitals": "^5.1.0"
}
}