-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.63 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
{
"name": "astro-cactus",
"version": "3.2.0",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --source dist",
"preview": "astro preview",
"format": "prettier -w --cache ."
},
"devDependencies": {
"@pagefind/default-ui": "^1.1.1",
"@resvg/resvg-js": "^2.6.2",
"@shikijs/transformers": "^1.22.2",
"@shikijs/twoslash": "^1.22.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^8.56.12",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"astro-eslint-parser": "^0.15.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-prettier": "^5.2.1",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.1.1",
"postcss": "^8.4.47",
"postcss-html": "^1.7.0",
"postcss-import": "^15.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^3.0.1",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"dependencies": {
"@astrojs/mdx": "^3.1.9",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^4.0.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"astro": "4.16.8",
"astro-icon": "^0.8.2",
"sass": "^1.80.6",
"satori": "0.10.4",
"satori-html": "^0.3.2",
"sharp": "^0.32.6"
},
"packageManager": "[email protected]"
}