forked from plantree/ruanyf-weekly
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 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
{
"name": "ruanyf-weekly",
"version": "1.0.0",
"description": "VitePress构建阮一峰的技术周刊",
"type": "module",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs; bash ./scripts/build-hook.sh",
"docs:preview": "vitepress preview docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plantree/ruanyf-weekly.git"
},
"author": "plantree",
"license": "MIT",
"bugs": {
"url": "https://github.com/plantree/ruanyf-weekly/issues"
},
"homepage": "https://github.com/plantree/ruanyf-weekly#readme",
"devDependencies": {
"vitepress": "^1.0.0-alpha.49",
"vue": "^3.2.47"
},
"dependencies": {
"@giscus/vue": "^2.2.8"
}
}