-
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.66 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.66 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": "lukoning.github.io",
"version": "1.0.0",
"description": "LKN个人小站",
"homepage": "https://github.com/Lukoning/lukoning.github.io#readme",
"bugs": {
"url": "https://github.com/Lukoning/lukoning.github.io/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lukoning/lukoning.github.io.git"
},
"license": "MPL-2.0",
"author": "Lukoning",
"private": true,
"directories": {
"doc": "docs"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"docs:dev": "vitepress dev docs --host 0.0.0.0",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"lkn:create-patch": "pnpm patch vitepress-plugin-pagefind"
},
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@miletorix/vitepress-image-viewer": "^1.3.2",
"@vueuse/core": "^14.3.0",
"nprogress": "^0.2.0",
"overlayscrollbars": "^2.16.0",
"overlayscrollbars-vue": "^0.5.10",
"pagefind": "^1.5.2",
"vitepress-plugin-breadcrumb": "^3.0.5",
"vitepress-plugin-pagefind": "^0.4.20",
"vue": "^3.5.35"
},
"devDependencies": {
"@types/node": "^25.9.2",
"@types/nprogress": "^0.2.3",
"sass-embedded": "^1.100.0",
"vite": "^8.0.16",
"vitepress": "2.0.0-alpha.17",
"vitepress-plugin-comment-with-giscus": "^1.1.15",
"vitepress-plugin-group-icons": "^1.7.5",
"vitepress-plugin-tabs": "^0.9.0",
"vitepress-plugin-word-count": "^0.1.1",
"vitepress-sidebar": "^1.36.1"
},
"packageManager": "pnpm@11.5.2+sha512.71c631e382066efc25625d5cf029075de07b61b37f6e27350fbd84b1bda5864c8c1967adc280776b45c30a715c0359a3be08fef42d5bb09e2b99029979692916"
}