generated from chrismwilliams/astro-theme-cactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.13 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
69
70
71
72
73
{
"name": "astro-cactus",
"version": "4.6.0",
"private": false,
"packageManager": "pnpm@9.7.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"postbuild": "pagefind --site dist",
"generate-pwa-assets": "pwa-assets-generator --preset minimal-2023 -r ./public ../logo.jpg",
"preview": "astro preview",
"format": "prettier -w --cache . && prettier -w --cache **/*.astro",
"check": "astro check",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"deploy": "tsx scripts/deploy.mts"
},
"dependencies": {
"@astrojs/mdx": "3.1.4",
"@astrojs/rss": "4.0.7",
"@astrojs/sitemap": "3.1.6",
"@astrojs/tailwind": "5.1.0",
"astro": "4.14.5",
"astro-expressive-code": "^0.36.0",
"astro-icon": "^1.1.1",
"cssnano": "^7.0.5",
"hastscript": "^9.0.0",
"mdast-util-directive": "^3.0.0",
"mdast-util-to-markdown": "^2.1.0",
"mdast-util-to-string": "^4.0.0",
"rehype-external-links": "^3.0.0",
"remark-directive": "^3.0.0",
"satori": "0.10.14",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.3",
"@aws-sdk/client-s3": "^3.637.0",
"@iconify-json/mdi": "^1.1.68",
"@iconify-json/simple-icons": "^1.1.114",
"@pagefind/default-ui": "^1.1.0",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.14",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@vite-pwa/assets-generator": "^0.2.4",
"@xwbx/eslint-config": "^0.0.10",
"astro-eslint-parser": "^1.0.2",
"autoprefixer": "^10.4.20",
"eslint": "9.9.1",
"eslint-plugin-astro": "^1.2.3",
"mime": "^4.0.4",
"pagefind": "^1.1.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.4.10",
"tsx": "^4.17.0",
"typescript": "^5.5.4"
},
"pnpm": {
"overrides": {
"cheerio": "1.0.0-rc.12"
}
}
}