1{
2 "name": "t128n",
3 "type": "module",
4 "version": "0.0.1",
5 "scripts": {
6 "dev": "astro dev",
7 "build": "astro build",
8 "preview": "astro preview",
9 "astro": "astro",
10 "lint": "biome check .",
11 "format": "biome format --write .",
12 "typecheck": "astro check",
13 "check": "astro check && biome check ."
14 },
15 "dependencies": {
16 "@astrojs/mdx": "^4.3.6",
17 "@astrojs/sitemap": "^3.6.0",
18 "@fontsource-variable/baskervville": "^5.2.3",
19 "@fontsource-variable/inter": "^5.2.8",
20 "@fontsource-variable/playfair-display": "^5.2.8",
21 "@iconify-json/simple-icons": "^1.2.54",
22 "@tailwindcss/vite": "^4.1.14",
23 "astro": "^5.14.1",
24 "astro-icon": "^1.1.5",
25 "astro-seo": "^0.8.4",
26 "clsx": "^2.1.1",
27 "remark-gfm": "^4.0.1",
28 "tailwind-merge": "^3.3.1",
29 "tailwindcss": "^4.1.14"
30 },
31 "devDependencies": {
32 "@astrojs/check": "^0.9.4",
33 "@biomejs/biome": "2.2.5",
34 "@tailwindcss/typography": "^0.5.19",
35 "typescript": "^5.9.3"
36 }
37}