-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.58 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.58 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "nuxt-app",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate && rm -rf ./.output/public/data",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/js": "^7.4.47",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "0.12.1",
"@nuxt/image": "1.9.0",
"@nuxtjs/sitemap": "^7.2.3",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.8",
"@umami/api-client": "^0.77.0",
"@vitejs/plugin-react": "^5.1.2",
"@vueuse/core": "^11.0.3",
"dayjs": "^1.11.13",
"front-matter": "^4.0.2",
"hastscript": "^9.0.1",
"jsdom": "^26.0.0",
"markdown-it": "latest",
"markdown-it-anchor": "^9.2.0",
"markdown-it-external-links": "^0.0.6",
"markdown-it-footnote": "^4.0.0",
"markdown-it-highlight-lines": "^1.0.2",
"markdown-it-mathjax3": "^4.3.2",
"markdown-it-prism": "^2.3.0",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-table-of-contents": "^0.9.0",
"mdast": "^3.0.0",
"medium-zoom": "^1.1.0",
"nuxt": "^3.16.2",
"nuxt-og-image": "^5.1.2",
"nzh": "^1.0.14",
"prismjs": "^1.29.0",
"react": "^19.2.3",
"rehype-code-language-labels": "^0.0.6",
"rehype-document": "^7.0.3",
"rehype-external-links": "^3.0.0",
"rehype-highlight": "^7.0.2",
"rehype-infer-title-meta": "^2.0.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"rehype-wrap-all": "^1.1.0",
"remark-cjk-friendly": "^1.2.3",
"remark-cjk-friendly-gfm-strikethrough": "^1.2.3",
"remark-directive": "^4.0.0",
"remark-extract-frontmatter": "^3.2.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"remark-toc": "^9.0.0",
"satori": "^0.19.1",
"sharp": "^0.34.5",
"string-width": "^8.1.0",
"tailwindcss": "^4.1.18",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vite-svg-loader": "^5.1.0",
"vue": "3.5.13",
"yaml": "^2.8.2"
},
"devDependencies": {
"@asamuzakjp/dom-selector": "^6.4.0",
"@shikijs/markdown-it": "^3.0.0",
"@shikijs/transformers": "^3.0.0",
"@tailwindcss/typography": "^0.5.19",
"@types/markdown-it": "^14.1.2",
"node-html-parser": "^7.0.1",
"sass": "^1.77.8",
"vite-node": "^5.3.0"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}