-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.76 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
{
"name": "same-time",
"version": "1.6.0",
"packageManager": "bun@1.3.5",
"scripts": {
"dev": "bun --bun next dev",
"build": "bun --bun next build",
"start": "bun --bun next start",
"lint": "bun --bun next lint",
"test": "bun test"
},
"dependencies": {
"@number-flow/react": "^0.5.10",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toast": "^1.2.15",
"@tanstack/react-table": "^8.21.3",
"@tanstack/react-virtual": "^3.13.18",
"@vvo/tzdb": "^6.198.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"countries-list": "^3.2.2",
"date-fns-tz": "^3.2.0",
"geist": "^1.5.1",
"init": "^0.1.2",
"lucide-react": "^0.562.0",
"motion": "^12.25.0",
"next": "^16.1.1",
"nuqs": "^2.8.6",
"react": "^19.2.3",
"react-country-flag": "^3.1.0",
"react-dom": "^19.2.3",
"react-intersection-observer": "^10.0.0",
"shadcn": "^3.6.3",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@babel/preset-react": "^7.28.5",
"@locator/runtime": "^0.5.1",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^25.0.6",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.23",
"biome": "^0.3.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"typescript": "5.9.3",
"ultracite": "^7.0.11"
}
}