-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 872 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 872 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
{
"name": "codex-guide",
"version": "0.1.0",
"private": true,
"description": "CodexGuide:面向全球初学者、创作者、开发者与团队的 Codex 实践指南",
"type": "module",
"engines": {
"node": ">=22 <25"
},
"scripts": {
"dev": "vuepress dev docs --host 0.0.0.0",
"build": "vuepress build docs",
"clean": "rm -rf docs/.vuepress/.cache docs/.vuepress/.temp docs/.vuepress/dist",
"preview": "vuepress dev docs --host 0.0.0.0"
},
"dependencies": {
"@vercel/analytics": "^2.0.1"
},
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.28",
"@vuepress/plugin-feed": "2.0.0-rc.128",
"@vuepress/plugin-slimsearch": "2.0.0-rc.128",
"sass-embedded": "^1.97.2",
"vue": "^3.5.26",
"vuepress": "2.0.0-rc.28",
"vuepress-theme-hope": "2.0.0-rc.106"
},
"packageManager": "pnpm@10.33.0"
}