-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.64 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
{
"name": "astro-blog",
"type": "module",
"version": "1.8.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"update-blog-list": "node ./scripts/update-blog-list.js",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --write ./src --plugin=prettier-plugin-astro",
"semantic-release": "semantic-release",
"upgrade": "pnpm dlx @astrojs/upgrade && pnpm up -i"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/markdown-remark": "^5.2.0",
"@astrojs/mdx": "^3.1.7",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/solid-js": "^4.4.2",
"@astrojs/tailwind": "^5.1.1",
"@iconify-json/heroicons": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.5",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "^0.5.15",
"astro": "^4.15.10",
"astro-icon": "^1.1.1",
"astro-matomo": "^1.6.0",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"hast": "^1.0.0",
"mdast-util-to-string": "^4.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"reading-time": "^1.5.0",
"satori": "^0.11.1",
"sharp": "^0.33.5",
"solid-js": "^1.9.1",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/hast": "^3.0.4",
"astro-meta-tags": "^0.3.1",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"semantic-release": "^24.1.2"
}
}