-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
60 lines (60 loc) · 1.72 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
{
"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",
"textlint": "./node_modules/.bin/textlint 'src/content/**'",
"textlint:fix": "./node_modules/.bin/textlint 'src/content/**' --fix"
},
"dependencies": {
"@astrojs/prefetch": "^0.4.0",
"@astrojs/react": "^3.1.0",
"@astrojs/rss": "^4.0.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.1.0",
"@barnabask/astro-minisearch": "^2.1.1",
"@heroicons/react": "^2.0.13",
"@octokit/auth-app": "^6.0.1",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "^18.2.23",
"@types/react-dom": "^18.2.8",
"astro": "^4.5.10",
"astro-rehype-relative-markdown-links": "^0.15.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.0",
"autoprefixer": "^10.4.16",
"github-slugger": "^2.0.0",
"glob": "^10.3.10",
"image-size": "^1.0.2",
"linkedom": "^0.15.3",
"marked": "^9.0.3",
"mdast-util-to-string": "^4.0.0",
"nanoid": "^5.0.1",
"octokit": "^3.1.1",
"postcss-import": "^15.1.0",
"postcss-nested": "^6.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reading-time": "^1.5.0",
"rehype-widont": "^0.1.1",
"sanitize-html": "^2.11.0",
"sass": "^1.68.0",
"sharp": "^0.32.6",
"tailwindcss": "^3.3.3"
},
"devDependencies": {
"@types/marked": "^4.0.8",
"dotenv": "^16.3.1",
"textlint": "^13.0.5",
"textlint-filter-rule-comments": "^1.2.2",
"textlint-rule-no-todo": "^2.0.1",
"textlint-rule-stop-words": "^4.0.0",
"textlint-rule-terminology": "^4.0.0"
}
}