-
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) · 948 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 948 Bytes
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": "@x-withu/page-withu",
"version": "1.1.6",
"description": "A minimalist personal homepage generator.",
"repository": {
"type": "git",
"url": "https://github.com/Explorer-Dong/page-withu"
},
"type": "module",
"bin": {
"page-withu": "./bin/page-withu.js"
},
"files": [
"bin/",
"docs/",
"src/app/",
"src/defaults/",
"!src/defaults/dist/",
"src/vite.config.js",
"README.md"
],
"dependencies": {
"@traptitech/markdown-it-katex": "^3.6.0",
"@vitejs/plugin-vue": "^5.2.3",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"katex": "^0.16.45",
"markdown-it": "^14.1.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"mermaid": "^11.15.0",
"vite": "^6.3.1",
"vue": "^3.5.13"
},
"keywords": [
"static site generator",
"homepage",
"vue",
"vite"
],
"author": "Explorer-Dong",
"license": "MIT"
}