-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 853 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 853 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
{
"name": "vibercoding",
"version": "1.0.0",
"description": "一体化综合性文档",
"private": true,
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve",
"preview": "vitepress preview"
},
"keywords": [
"AI",
"编程",
"协同",
"Vibe Coding",
"开发工具",
"VitePress"
],
"author": "zhongruan",
"license": "MIT",
"devDependencies": {
"busuanzi.pure.js": "^1.0.3",
"vitepress": "1.6.4",
"vitepress-plugin-rss": "0.3.1",
"vitepress-protect-plugin": "^1.0.0"
},
"packageManager": "pnpm@10.15.1",
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"dependencies": {
"markdown-it-obsidian-callouts": "^0.3.2",
"vue": "^3.5.22"
}
}