-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.59 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
{
"name": "astro-cactus",
"version": "3.4.0",
"private": false,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"format": "prettier -w --cache .",
"check": "astro check"
},
"dependencies": {
"@astrojs/mdx": "^1.1.1",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^3.0.0",
"@astrojs/sitemap": "^3.0.1",
"@astrojs/tailwind": "^5.0.1",
"astro": "3.2.3",
"astro-icon": "^0.8.1",
"satori": "0.10.8",
"satori-html": "^0.3.2",
"sharp": "^0.32.6"
},
"devDependencies": {
"@astrojs/check": "^0.2.0",
"@pagefind/default-ui": "^1.0.3",
"@resvg/resvg-js": "^2.4.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.3",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"astro-eslint-parser": "^0.16.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.50.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.0.3",
"postcss": "^8.4.31",
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"prettier": "^3.0.3",
"prettier-plugin-astro": "0.12.0",
"prettier-plugin-tailwindcss": "^0.5.5",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"packageManager": "pnpm@8.6.1"
}