-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.2 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
44
45
46
47
{
"name": "jrivero_blog",
"version": "1.0",
"description": "Blog de Jordi Rivero",
"author": {
"name": "Jordi Rivero"
},
"packageManager": "bun@1.0.26",
"scripts": {
"build": "astro build",
"dev": "astro dev"
},
"dependencies": {
"@astrojs/check": "0.9.4",
"@astrojs/markdoc": "0.11.5",
"@astrojs/react": "^3.6.3",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"@astrojs/vercel": "^7.8.2",
"@fontsource-variable/jost": "^5.1.1",
"@keystatic/astro": "^5.0.3",
"@keystatic/core": "^0.5.42",
"@radix-ui/react-slot": "^1.1.0",
"astro": "latest",
"caniuse-lite": "^1.0.30001684",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"keystatic": "latest",
"lucide-react": "^0.294.0",
"markdoc": "^0.1.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"vercel": "^37.14.0"
},
"devDependencies": {
"@types/bun": "^1.1.14",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"bun-types": "^1.1.38",
"typescript": "^5.7.2"
}
}