-
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.69 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.69 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": "ahmedk-dev-tanstack",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"bundle-content": "node scripts/bundle-content.js",
"build": "bun run bundle-content && vite build",
"preview": "vite preview",
"start": "vite preview",
"deploy": "bun run build && wrangler deploy",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@hookform/resolvers": "^4.1.0",
"@radix-ui/react-accordion": "latest",
"@radix-ui/react-alert-dialog": "latest",
"@radix-ui/react-aspect-ratio": "latest",
"@radix-ui/react-avatar": "latest",
"@radix-ui/react-checkbox": "latest",
"@radix-ui/react-collapsible": "latest",
"@radix-ui/react-context-menu": "latest",
"@radix-ui/react-dialog": "latest",
"@radix-ui/react-dropdown-menu": "latest",
"@radix-ui/react-hover-card": "latest",
"@radix-ui/react-label": "latest",
"@radix-ui/react-menubar": "latest",
"@radix-ui/react-navigation-menu": "latest",
"@radix-ui/react-popover": "latest",
"@radix-ui/react-progress": "latest",
"@radix-ui/react-radio-group": "latest",
"@radix-ui/react-scroll-area": "latest",
"@radix-ui/react-select": "latest",
"@radix-ui/react-separator": "latest",
"@radix-ui/react-slider": "latest",
"@radix-ui/react-slot": "latest",
"@radix-ui/react-switch": "latest",
"@radix-ui/react-tabs": "latest",
"@radix-ui/react-toast": "latest",
"@radix-ui/react-toggle": "latest",
"@radix-ui/react-toggle-group": "latest",
"@radix-ui/react-tooltip": "latest",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-router": "^1.168.2",
"@tanstack/react-start": "^1.167.3",
"@unpic/react": "^1.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "latest",
"date-fns": "latest",
"framer-motion": "^12.4.7",
"gray-matter": "^4.0.3",
"js-yaml": "^4.1.1",
"lenis": "^1.3.23",
"lucide-react": "latest",
"marked": "^17.0.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hook-form": "latest",
"react-icons": "latest",
"resend": "latest",
"simple-icons": "^16.13.0",
"sonner": "latest",
"tailwind-merge": "latest",
"tailwindcss": "^3.4.0",
"use-sync-external-store": "^1.6.0",
"zod": "latest"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.31.0",
"@types/node": "^22.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^6.0.0",
"autoprefixer": "^10.4.27",
"postcss": "^8.5.8",
"typescript": "^5.7.0",
"vite": "^8.0.0"
},
"browserslist": [
"> 0.5%",
"last 2 versions",
"Firefox ESR",
"not dead"
]
}