-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 917 Bytes
/
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
{
"name": "aggie-works",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"shadcn": "pnpm dlx shadcn-ui@latest add"
},
"dependencies": {
"@astrojs/react": "^3.0.2",
"@astrojs/tailwind": "^5.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^3.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"framer-motion": "^10.16.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"sharp": "^0.32.6",
"swiper": "^10.3.1"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"daisyui": "^3.9.2",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tw-colors": "^3.0.3"
}
}