-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
97 lines (97 loc) · 2.93 KB
/
Copy pathpackage.json
File metadata and controls
97 lines (97 loc) · 2.93 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"name": "yashagarwal.in",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "eslint .",
"format": "prettier --write .",
"typecheck": "astro check && tsc --noEmit",
"lint:staged": "lint-staged",
"knip": "knip",
"create-note": "bun scripts/create-note.ts",
"optimize-images": "bun scripts/optimize-images.ts",
"postinstall": "playwright install chromium"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.9",
"@astrojs/check": "^0.9.6",
"@astrojs/cloudflare": "^12.6.12",
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.14",
"@astrojs/sitemap": "^3.6.0",
"@base-ui/react": "^1.5.0",
"@fontsource/geist-sans": "^5.2.5",
"@ryangjchandler/alpine-tooltip": "^2.0.1",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.18",
"@types/alpinejs": "^3.13.11",
"alpinejs": "^3.15.2",
"astro": "^5.16.5",
"astro-icon": "^1.1.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"github-slugger": "^2.0.0",
"lucide-react": "^1.17.0",
"pagefind": "^1.4.0",
"reading-time": "^1.5.0",
"shadcn": "^4.8.3",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.1.18",
"tailwindcss-animate": "^1.0.7",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"optionalDependencies": {
"@astrojs/react": "^4.4.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@alpinejs/collapse": "^3.15.3",
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
"@iconify-json/lucide": "^1.2.82",
"@iconify-json/simple-icons": "^1.2.63",
"@resvg/resvg-js": "^2.6.2",
"@types/glob": "^9.0.0",
"@types/node": "^25.0.1",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"astro-pagefind": "^1.8.5",
"eslint": "^9.39.2",
"eslint-plugin-astro": "^1.5.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-unused-imports": "^4.3.0",
"glob": "^13.0.0",
"husky": "^9.1.7",
"knip": "^5.73.4",
"lint-staged": "^16.2.7",
"playwright": "^1.57.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-mermaid": "^3.0.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-wiki-link": "^2.0.1",
"satori": "^0.18.3",
"sharp": "^0.34.5",
"shiki": "^3.20.0",
"typescript-eslint": "^8.49.0"
}
}