-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.35 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.35 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
{
"name": "mimo-magic-starter",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"build": "vite build && tsc --project tsconfig.server.json",
"start": "tsx watch scripts/dev.ts"
},
"dependencies": {
"@radix-ui/react-checkbox": "1.1.3",
"@radix-ui/react-dialog": "1.1.5",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-popover": "1.1.5",
"@radix-ui/react-progress": "1.1.1",
"@radix-ui/react-select": "2.1.5",
"@radix-ui/react-slider": "1.2.2",
"@radix-ui/react-slot": "1.1.1",
"@radix-ui/react-switch": "1.1.2",
"@radix-ui/react-toggle": "1.1.1",
"@radix-ui/react-tooltip": "1.1.7",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"dotenv": "16.4.7",
"esbuild": "0.25.1",
"express": "5.1.0",
"lucide-react": "0.474.0",
"react": "18.2.0",
"react-day-picker": "8.10.1",
"react-dom": "18.2.0",
"tailwind-merge": "3.2.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@types/express": "5.0.0",
"@types/node": "22.13.5",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react": "4.3.4",
"autoprefixer": "10.4.18",
"ignore": "7.0.3",
"postcss": "8.4.35",
"tailwindcss": "3.4.17",
"tsx": "4.19.3",
"typescript": "5.8.2",
"vite": "6.3.1"
}
}