-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.31 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": "sergiobarria_dev",
"type": "module",
"version": "7.1.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"db:pull": "xata pull dev",
"codegen": "xata codegen"
},
"dependencies": {
"@fontsource-variable/inter": "^5.0.16",
"@fontsource-variable/montserrat": "^5.0.17",
"@xata.io/client": "^0.28.3",
"htmx.org": "^1.9.10",
"motion": "^10.17.0",
"sharp": "^0.33.2"
},
"devDependencies": {
"@astrojs/check": "^0.4.1",
"@astrojs/mdx": "^2.0.4",
"@astrojs/partytown": "^2.0.3",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.4",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vercel": "^6.1.4",
"@tailwindcss/typography": "^0.5.10",
"astro": "^4.1.2",
"astro-robots-txt": "^1.0.0",
"prettier": "^3.2.2",
"prettier-plugin-astro": "^0.12.3",
"prettier-plugin-tailwindcss": "^0.5.11",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.12.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "4.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}