-
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.38 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.38 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@ddev/ddev.com-astro",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "./node_modules/.bin/prettier --check .",
"prettier:fix": "./node_modules/.bin/prettier --write .",
"textlint": "./node_modules/.bin/textlint 'src/content/**'",
"textlint:fix": "./node_modules/.bin/textlint 'src/content/**' --fix"
},
"dependencies": {
"@astrojs/prefetch": "^0.4.1",
"@astrojs/react": "^5.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@barnabask/astro-minisearch": "^2.1.1",
"@heroicons/react": "^2.0.13",
"@octokit/auth-app": "^8.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.0.3",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"astro": "^6.1.8",
"astro-rehype-relative-markdown-links": "^0.19.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^1.1.0",
"autoprefixer": "^10.4.16",
"github-slugger": "^2.0.0",
"glob": "^13.0.1",
"image-size": "^2.0.2",
"linkedom": "^0.18.12",
"marked": "^18.0.0",
"mdast-util-to-string": "^4.0.0",
"nanoid": "^5.0.1",
"octokit": "^5.0.5",
"photoswipe": "^5.4.4",
"postcss-import": "^16.1.1",
"postcss-nested": "^7.0.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"reading-time": "^1.5.0",
"rehype-accessible-emojis": "^0.3.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-figure": "^1.0.1",
"rehype-slug": "^6.0.0",
"rehype-unwrap-images": "^1.0.0",
"remark-directive": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-toc": "^9.0.0",
"sanitize-html": "^2.17.3",
"sass": "^1.68.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.0.3",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"dotenv": "^17.2.4",
"prettier": "^3.6.2",
"shiki-transformer-copy-button": "^0.0.6",
"textlint": "^15.1.0",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-stop-words": "^5.1.2",
"textlint-rule-terminology": "^5.2.13"
},
"overrides": {
"vite": "^7"
},
"optionalDependencies": {
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
"lightningcss-linux-x64-gnu": "^1.29.1"
}
}