-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.28 KB
/
package.json
File metadata and controls
95 lines (95 loc) · 2.28 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
87
88
89
90
91
92
93
94
95
{
"name": "halolight-docs",
"version": "1.0.0",
"private": true,
"description": "HaloLight multi-framework admin dashboard documentation | HaloLight 多框架管理后台解决方案文档",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:zh": "zhlint \"**/*.md\"",
"lint:zh:fix": "zhlint \"**/*.md\" --fix",
"generate:icons": "node scripts/generate-icons.mjs",
"type-check": "tsc --noEmit"
},
"homepage": "https://halolight.docs.h7ml.cn/",
"repository": {
"type": "git",
"url": "git+https://github.com/halolight/docs.git"
},
"bugs": {
"url": "https://github.com/halolight/docs/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/h7ml"
},
"keywords": [
"halolight",
"admin",
"dashboard",
"docs",
"documentation",
"vitepress",
"vue",
"react",
"nextjs",
"angular",
"svelte",
"astro",
"solid",
"qwik",
"multi-framework",
"enterprise",
"i18n",
"bilingual"
],
"author": {
"name": "h7ml",
"email": "h7ml@qq.com",
"url": "https://github.com/h7ml"
},
"contributors": [
{
"name": "h7ml",
"email": "h7ml@qq.com",
"url": "https://github.com/h7ml"
}
],
"license": "MIT",
"engines": {
"node": ">=18.0.0",
"pnpm": ">=9.0.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@iconify-json/simple-icons": "^1.2.20",
"@vercel/node": "^5.5.14",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"medium-zoom": "^1.1.0",
"sharp": "^0.34.5",
"typescript-eslint": "^8.18.2",
"vitepress": "^1.6.4",
"vitepress-plugin-group-icons": "^1.3.8",
"vitepress-plugin-rss": "^0.3.4",
"vitepress-plugin-tabs": "^0.5.0",
"vue-eslint-parser": "^9.4.3",
"zhlint": "^0.8.2"
},
"packageManager": "pnpm@9.15.0",
"dependencies": {
"@giscus/vue": "^3.1.1",
"@vite-pwa/vitepress": "^1.1.0",
"feed": "^5.1.0",
"markstream-vue": "0.0.3-beta.6",
"pagefind": "^1.4.0",
"sitemap": "^9.0.0",
"vite-plugin-pwa": "^1.2.0",
"vitepress-plugin-announcement": "^0.1.5",
"vitepress-plugin-pagefind": "^0.4.16"
}
}