generated from chrismwilliams/astro-theme-cactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.51 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
{
"name": "nerd",
"private": true,
"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.0.4",
"@resvg/resvg-js": "^2.6.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.8",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"astro-eslint-parser": "^0.16.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-astro": "^0.30.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.0.4",
"postcss": "^8.4.32",
"postcss-html": "^1.5.0",
"postcss-import": "^15.1.0",
"prettier": "^3.1.0",
"prettier-plugin-astro": "0.12.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3"
},
"dependencies": {
"@astrojs/mdx": "^2.0.0",
"@astrojs/prefetch": "^0.4.1",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"astro": "4.0.3",
"astro-icon": "^0.8.2",
"satori": "0.10.11",
"satori-html": "^0.3.2",
"sharp": "^0.33.0"
},
"packageManager": "pnpm@8.6.1"
}