-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "@area44/astro-coverflow-carousel",
"version": "23.12.26",
"description": "An Astro template for building apps.",
"author": {
"name": "AREA44"
},
"license": "MIT",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"format": "prettier -w . --cache",
"preview": "astro preview",
"start": "astro dev"
},
"dependencies": {
"@astrojs/react": "^4.1.0",
"@astrojs/tailwind": "^5.1.3",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.1",
"astro": "^5.0.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^11.14.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^22.10.2",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2"
},
"packageManager": "[email protected]"
}