-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.16 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@yuxxeun/sr24",
"description": "yuxxeun digital garden",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"format": "prettier --write . --plugin=prettier-plugin-astro --plugin=prettier-plugin-tailwindcss",
"preview": "astro preview",
"lint": "eslint . --max-warnings 0 --report-unused-disable-directives"
},
"devDependencies": {
"@astrojs/mdx": "^3.1.5",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/inter": "^5.0.20",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.13",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"astro": "^4.15.4",
"astro-compress": "2.2.28",
"astro-expressive-code": "^0.29.4",
"astro-icon": "^1.1.0",
"eslint": "^8.57.0",
"eslint-plugin-astro": "^0.30.0",
"mdast-util-to-string": "^4.0.0",
"prettier-plugin-astro": "^0.12.3",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"satori": "^0.10.14",
"satori-html": "^0.3.2"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/react": "^3.6.2",
"@astrojs/vercel": "^7.8.0",
"@astrojs/vue": "^4.5.0",
"@fontsource-variable/newsreader": "^5.0.19",
"@studio-freight/react-lenis": "^0.0.47",
"@supabase/supabase-js": "^2.45.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"astro-seo": "^0.8.4",
"fuse.js": "^7.0.0",
"hast-util-to-string": "^3.0.0",
"hastscript": "^9.0.0",
"jquery": "^3.7.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"react": "^18.3.1",
"react-animated-cursor": "^2.11.2",
"react-dom": "^18.3.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.7",
"tailwindcss-animated": "^1.1.2",
"typescript": "^5.5.4",
"vue": "^3.4.35"
},
"trustedDependencies": [
"@vercel/speed-insights",
"esbuild",
"sharp"
]
}