generated from chrismwilliams/astro-theme-cactus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.19 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
{
"name": "nickhodgesblog",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"lint": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx,astro}\" && eslint --fix \"src/**/*.{js,ts,jsx,tsx,astro}\"",
"prebuild": "npm run lint",
"postbuild": "pagefind --site .vercel/output/static/",
"preview": "astro preview",
"format": "prettier --write --cache '**/*.{js,jsx,ts,tsx,astro,html,css}'",
"check": "astro check"
},
"dependencies": {
"@astrojs/mdx": "^4.0.3",
"@astrojs/react": "^4.1.2",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.4",
"@astrojs/vercel": "^8.0.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@vercel/analytics": "^1.2.2",
"astro": "^5.1.1",
"astro-expressive-code": "^0.37.0",
"astro-icon": "^1.1.0",
"astro-social-share": "^2.0.0",
"astro-starlight-remark-asides": "^0.0.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-external-links": "^3.0.0",
"remark-directive": "^3.0.0",
"satori": "0.11.1",
"satori-html": "^0.3.2",
"sharp": "^0.33.3",
"typescript-eslint": "^8.8.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@eslint/js": "^9.3.0",
"@iconify-json/mdi": "^1.1.64",
"@pagefind/default-ui": "^1.0.4",
"@resvg/resvg-js": "^2.6.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.12",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"autoprefixer": "^10.4.19",
"eslint": "^9.11.1",
"eslint-plugin-astro": "^1.2.0",
"globals": "^15.3.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.0.4",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-import": "^16.1.0",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.14.0",
"prettier-plugin-tailwindcss": "^0.6.5",
"reading-time": "^1.5.0",
"remark-unwrap-images": "^4.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.3"
},
"packageManager": "[email protected]"
}