-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.78 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
{
"name": "blog",
"version": "4.6.0",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"format": "prettier -w --cache . && prettier -w --cache **/*.astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/mdx": "3.1.8",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"astro": "4.16.6",
"astro-expressive-code": "^0.35.4",
"astro-icon": "^1.1.0",
"cssnano": "^7.0.4",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.0",
"remark-math": "^6.0.0",
"satori": "0.10.14",
"satori-html": "^0.3.2",
"sharp": "^0.33.4"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@iconify-json/mdi": "^1.1.67",
"@pagefind/default-ui": "^1.1.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.13",
"@types/eslint": "^8.56.11",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"astro-eslint-parser": "^1.0.2",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.34.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-markdown": "^4.0.1",
"eslint-plugin-perfectionist": "^2.11.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.6.5",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4"
}
}