generated from chrismwilliams/astro-theme-cactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.96 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
{
"name": "astro-cactus",
"version": "4.3.0",
"private": false,
"packageManager": "[email protected]",
"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.9",
"@astrojs/rss": "4.0.9",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.2",
"astro": "4.16.14",
"astro-expressive-code": "0.38.3",
"astro-icon": "1.1.4",
"markdown-it": "14.1.0",
"netlify-plugin-append-redirects": "0.0.2",
"rehype-external-links": "3.0.0",
"sanitize-html": "2.13.1",
"satori": "0.12.0",
"satori-html": "0.3.2",
"sharp": "0.33.5"
},
"devDependencies": {
"@astrojs/check": "0.9.4",
"@iconify-json/mdi": "1.2.1",
"@pagefind/default-ui": "1.2.0",
"@resvg/resvg-js": "2.6.2",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/typography": "0.5.15",
"@types/eslint": "8.56.7",
"@types/markdown-it": "13.0.9",
"@types/sanitize-html": "2.13.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"astro-eslint-parser": "0.16.3",
"autoprefixer": "10.4.20",
"eslint": "8.57.1",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-astro": "1.3.1",
"eslint-plugin-deprecation": "2.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-markdown": "4.0.1",
"eslint-plugin-perfectionist": "2.10.0",
"eslint-plugin-regexp": "2.7.0",
"eslint-plugin-typescript-sort-keys": "3.3.0",
"mdast-util-to-string": "4.0.0",
"pagefind": "1.2.0",
"postcss": "8.4.49",
"postcss-html": "1.7.0",
"postcss-import": "16.1.0",
"prettier": "3.3.3",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "0.6.9",
"reading-time": "1.5.0",
"remark-unwrap-images": "4.0.1",
"tailwindcss": "3.4.15",
"typescript": "5.7.2"
}
}