-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (50 loc) · 1.38 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
48
49
50
{
"name": "agusjk.dev",
"version": "1.0.0",
"description": "Personal website for myself.",
"keywords": [
"personal website",
"portfolio",
"blog",
"about"
],
"author": {
"name": "Agustín Arnoldi",
"email": "[email protected]",
"url": "https://github.com/agusjkdev"
},
"repository": {
"url": "git+https://github.com/agusjkdev/agusjk.dev.git"
},
"type": "module",
"scripts": {
"dev": "astro dev --host",
"start": "astro dev --host",
"build": "astro check && astro build",
"format": "prettier --write ."
},
"dependencies": {
"@astrojs/check": "0.5.10",
"@astrojs/mdx": "2.3.1",
"@astrojs/rss": "4.0.5",
"@astrojs/sitemap": "3.1.4",
"@astrojs/tailwind": "5.1.0",
"@vercel/og": "0.6.2",
"astro": "4.7.0",
"clsx": "2.1.1",
"embla-carousel": "8.0.2",
"sharp": "0.33.3",
"tailwind-merge": "2.3.0",
"tailwindcss": "3.4.3",
"typescript": "5.4.5"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@tailwindcss/typography": "0.5.13",
"@types/node": "20.12.10",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-tailwindcss": "0.5.14",
"vite": "5.2.11"
}
}