-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.18 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
{
"name": "elitevehiclediagnostic",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "bun astro dev --port 3000",
"build": "bun run astro build"
},
"dependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/netlify": "^5.0.0",
"@astrojs/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@types/lodash.shuffle": "^4.2.9",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"astro": "^4.1.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"embla-carousel-autoplay": "^8.0.0-rc20",
"embla-carousel-react": "^8.0.0-rc20",
"lodash.shuffle": "^4.2.0",
"lucide-react": "^0.309.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3",
"vaul": "^0.8.9",
"zod-form-data": "^2.0.2",
"zod-validation-error": "^3.0.0"
},
"devDependencies": {
"@types/bun": "^1.0.1",
"prettier": "3.2.2"
}
}