-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
30 lines (30 loc) · 904 Bytes
/
package.json
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
{
"name": "justin3go.com",
"version": "1.3.3",
"description": "坚持深耕技术领域的 T 型前端程序员, 关注独立开发与 AI,喜欢 Vuejs、Nestjs, 还会点 Python、搜索引擎、NLP、Web3、后端",
"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",
"markdown-it-mathjax3": "^4.3.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"
}
}