-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.16 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "knowledge-base",
"version": "1.0.0",
"description": "Note the life.",
"main": "index.js",
"scripts": {
"docs:build": "vitepress build docs && node generate-tags.js",
"docs:preview": "vitepress preview docs",
"gen:tags": "node generate-tags.js",
"docs:dev": "npm run generate-tags && vitepress dev docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/booltcher/knowledge-base.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/booltcher/knowledge-base/issues"
},
"homepage": "https://github.com/booltcher/knowledge-base#readme",
"devDependencies": {
"@iconify-json/mdi": "^1.1.66",
"@iconify/json": "^2.2.168",
"@types/lodash": "^4.14.202",
"@unocss/preset-icons": "^0.58.3",
"busuanzi.pure.js": "^1.0.3",
"dayjs": "^1.11.10",
"lodash": "^4.17.21",
"unocss": "^0.58.3",
"unocss-preset-animations": "^1.0.2",
"unplugin-icons": "^0.18.2",
"unplugin-vue-components": "^0.26.0",
"vitepress": "^1.0.0-rc.36"
},
"dependencies": {
"glob": "^10.4.1",
"js-yaml": "^4.1.0",
"yaml-front-matter": "^4.1.1"
}
}