generated from moeyua/astro-theme-typography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.28 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "assembly.rip",
"type": "module",
"version": "0.1.0",
"packageManager": "pnpm@9.14.4",
"repository": "https://github.com/CuB3y0nd/assembly.rip",
"scripts": {
"dev": "astro check && astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"theme:release": "esno scripts/release-theme.ts",
"theme:create": "esno scripts/create-post.ts",
"theme:update": "esno scripts/update-theme.ts"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/markdown-remark": "^6.0.0",
"@astrojs/mdx": "^4.0.1",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"@expressive-code/plugin-collapsible-sections": "^0.38.3",
"@expressive-code/plugin-line-numbers": "^0.38.3",
"@fancyapps/ui": "^5.0.36",
"@github/clipboard-copy-element": "^1.3.0",
"@swup/astro": "^1.5.0",
"astro": "^5.0.8",
"astro-expressive-code": "^0.38.3",
"astro-robots-txt": "^1.0.0",
"astro-seo": "^0.8.4",
"giscus": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-collapse": "^0.1.2",
"remark-github-blockquote-alert": "^1.3.0",
"remark-math": "^6.0.0",
"remark-toc": "^9.0.0",
"typescript": "~5.7.2",
"vite": "^6.0.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.11.2",
"@iconify-json/mdi": "^1.2.1",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.1",
"@types/sanitize-html": "^2.13.0",
"@unocss/eslint-plugin": "^0.65.1",
"@unocss/preset-attributify": "^0.62.4",
"@unocss/reset": "^0.64.1",
"@unocss/transformer-directives": "^0.65.1",
"astro-eslint-parser": "^1.1.0",
"bumpp": "^9.8.1",
"consola": "^3.2.3",
"dayjs": "^1.11.13",
"eslint": "^9.16.0",
"eslint-plugin-astro": "^1.3.1",
"eslint-plugin-format": "^0.1.3",
"esno": "^4.8.0",
"lint-staged": "^15.2.10",
"markdown-it": "^14.1.0",
"prettier-plugin-astro": "^0.14.1",
"sanitize-html": "^2.13.1",
"simple-git-hooks": "^2.11.1",
"unocss": "^0.62.4",
"unocss-preset-theme": "^0.14.1"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
"lint-staged": {
"*": "eslint --fix"
}
}