-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 806 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 806 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": "fav0",
"version": "1.4.8",
"description": "《FAV0周刊》:记录每周所见所闻,主要关注前端、AI领域以及计算机相关内容",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.12.12",
"feed": "^4.2.2",
"sass": "^1.77.2",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vitepress": "^1.2.2"
},
"dependencies": {
"@giscus/vue": "^3.0.0",
"tdesign-icons-vue-next": "^0.2.2",
"tdesign-vue-next": "^1.9.5",
"vue": "^3.4.27"
}
}