-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 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
{
"name": "home-Neomelt-Neomelt-blog",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"test": "vitest run",
"format": "prettier --write .",
"format:check": "prettier --check .",
"new:post": "node scripts/new-post.mjs",
"new": "node scripts/new-post.mjs",
"watch:frontmatter": "node scripts/auto-frontmatter.mjs"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^4.3.3",
"@astrojs/rss": "^4.0.12",
"@astrojs/sitemap": "^3.4.2",
"astro": "^5.12.9",
"fast-xml-parser": "^5.3.2",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.2",
"typescript": "^5.9.2"
},
"devDependencies": {
"@astrojs/tailwind": "^6.0.2",
"@types/estree": "^1.0.8",
"@types/hast": "^3.0.4",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/nlcst": "^2.0.3",
"@types/node": "^24.3.0",
"@types/unist": "^3.0.3",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"tailwindcss": "^3.4.17",
"vitest": "^4.0.18"
}
}