-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 949 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
37
{
"name": "@area44/sywyke",
"version": "25.01.27",
"description": "Sites You Wish You Know Earlier!",
"license": "MIT",
"author": "AREA44",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/react": "^4.2.0",
"@tailwindcss/vite": "^4.0.5",
"astro": "^5.2.5",
"cal-sans": "^1.0.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.475.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.33.5",
"tailwind-merge": "^3.0.1",
"tailwindcss": "^4.0.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@types/node": "^22.13.1",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@10.2.1"
}