-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.66 KB
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": "v2-clouddruid",
"version": "4.1.0",
"type": "module",
"scripts": {
"dev": "astro telemetry disable; astro dev;",
"start": "astro dev",
"build": "astro check && astro build",
"postbuild": "pagefind --site dist",
"preview": "astro preview",
"format": "prettier -w --cache . && prettier -w --cache **/*.astro",
"check": "astro check"
},
"dependencies": {
"@astrojs/mdx": "5.0.3",
"@astrojs/rss": "4.0.18",
"@astrojs/sitemap": "3.7.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.2",
"astro": "6.1.4",
"astro-expressive-code": "^0.41.7",
"astro-icon": "^1.1.5",
"rehype-external-links": "^3.0.0",
"rehype-unwrap-images": "^1.0.0",
"satori": "0.26.0",
"satori-html": "^0.3.2",
"sharp": "^0.34.5",
"tailwindcss": "^4.2.2",
"typescript": "^6.0.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@eslint/js": "^10.0.1",
"@eslint/markdown": "^8.0.1",
"@iconify-json/mdi": "^1.2.3",
"@pagefind/default-ui": "^1.5.0",
"@resvg/resvg-js": "^2.6.2",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.58.0",
"@typescript-eslint/parser": "^8.58.0",
"astro-eslint-parser": "^1.4.0",
"eslint": "^10.2.0",
"eslint-plugin-astro": "^1.6.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-perfectionist": "^5.8.0",
"eslint-plugin-regexp": "^3.1.0",
"mdast-util-to-string": "^4.0.0",
"pagefind": "^1.5.0",
"postcss": "^8.5.8",
"prettier": "^3.8.1",
"prettier-plugin-astro": "0.14.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"reading-time": "^1.5.0",
"typescript-eslint": "^8.58.0"
},
"packageManager": "pnpm@10.33.0"
}