-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "kevinzunigacuellar",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"format": "prettier --write . --plugin=prettier-plugin-astro",
"lint": "eslint .",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@eslint/js": "^9.17.0",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/inter": "^5.1.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint__js": "^8.42.3",
"astro-expressive-code": "^0.38.3",
"astro-icon": "^1.1.4",
"eslint": "^9.17.0",
"eslint-plugin-astro": "^1.3.1",
"prettier-plugin-astro": "^0.14.1",
"satori": "^0.12.0",
"satori-html": "^0.3.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"astro": "5.1.1",
"github-slugger": "^2.0.0",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.17"
}
}