-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.59 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.59 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
{
"name": "chen-group-homepage",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format:prettier": "prettier -w .",
"format:remark": "remark . -o --ext md,mdx",
"format:css": "stylelint --fix **/*.{css,astro}",
"format": "run-s format:remark format:prettier format:css",
"prepare": "husky"
},
"devDependencies": {
"@astrojs/mdx": "^5.0.3",
"@iconify-json/mdi": "^1.2.3",
"astro": "^6.1.3",
"autoprefixer": "^10.4.27",
"husky": "^9.1.7",
"katex": "^0.16.44",
"lint-staged": "^16.4.0",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"postcss-html": "^1.8.1",
"postcss-nesting": "^14.0.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"remark-cli": "^12.0.1",
"remark-frontmatter": "^5.0.0",
"remark-lint": "^10.0.1",
"remark-math": "^6.0.0",
"remark-mdx": "^3.1.1",
"remark-preset-lint-consistent": "^6.0.1",
"remark-preset-lint-recommended": "^7.0.1",
"remark-smartypants": "^3.0.2",
"sharp": "^0.34.5",
"stylelint": "^17.6.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-standard": "^40.0.0",
"unplugin-icons": "^23.0.1"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp"
]
}
}