-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.39 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
{
"name": "astro-theme-typography",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro check && astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"new-post": "./scripts/new-post.sh",
"update-theme": "./scripts/update-theme.sh",
"commitlint": "commitlint --edit"
},
"dependencies": {
"@astrojs/check": "^0.3.4",
"@astrojs/rss": "^4.0.4",
"@astrojs/sitemap": "^3.0.5",
"astro": "^4.5.9",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.0",
"mdast-util-gfm-footnote": "^2.0.0",
"mdast-util-gfm-strikethrough": "^2.0.0",
"mdast-util-to-markdown": "^2.1.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-toc": "^9.0.0",
"typescript": "^5.3.3",
"unified": "^11.0.4",
"vite": "^5.0.12"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@iconify-json/mdi": "^1.1.64",
"@types/markdown-it": "^13.0.7",
"@types/node": "^20.11.22",
"@types/sanitize-html": "^2.9.5",
"@unocss/reset": "^0.58.5",
"@unocss/transformer-directives": "^0.58.5",
"husky": "^9.0.11",
"markdown-it": "^14.0.0",
"sanitize-html": "^2.11.0",
"unocss": "^0.58.5"
}
}