-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.45 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": "astrozinc",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"format": "prettier --write . --plugin=prettier-plugin-astro",
"preview": "astro preview",
"lint": "eslint . --max-warnings 0 --report-unused-disable-directives"
},
"devDependencies": {
"@astrojs/mdx": "4.0.1",
"@astrojs/rss": "4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "5.1.3",
"@fontsource-variable/inter": "^5.1.0",
"@fontsource/inter": "^5.1.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"astro": "5.0.3",
"astro-compress": "2.2.28",
"astro-expressive-code": "^0.29.4",
"astro-icon": "^1.1.4",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.30.0",
"mdast-util-to-string": "^4.0.0",
"medium-zoom": "^1.1.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/react": "^3.6.3",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"fuse.js": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.33.5",
"tailwindcss": "^3.4.16"
}
}