-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.26 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
{
"name": "@mercury/basics",
"type": "module",
"version": "0.0.1",
"private": true,
"license": "AGPL-3.0-or-later",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/cloudflare": "^13.3.0",
"@astrojs/mdx": "^5.0.4",
"@astrojs/node": "^10.0.6",
"@astrojs/partytown": "^2.1.7",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"artalk": "^2.9.1",
"astro": "^6.2.1",
"echarts": "^6.0.0",
"giscus": "^1.6.0",
"ico-endec": "^0.1.6",
"katex": "^0.16.45",
"mdast-util-to-string": "^4.0.0",
"reading-time": "^1.5.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sharp": "^0.34.5",
"twikoo": "^1.7.7",
"ultrahtml": "^1.6.0"
},
"packageManager": "pnpm@10.7.1+sha512.2d92c86b7928dc8284f53494fb4201f983da65f0fb4f0d40baafa5cf628fa31dae3e5968f12466f17df7e97310e30f343a648baea1b9b350685dafafffdf5808",
"devDependencies": {
"@azure/static-web-apps-cli": "^2.0.9",
"@milkdown/crepe": "^7.20.0",
"@types/node": "^22.19.17",
"@waline/client": "^3.13.0",
"baseline-browser-mapping": "^2.10.24",
"cssnano": "^7.1.7"
}
}