-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@shiheme/appbeebee",
"version": "1.1.0",
"description": "基于 vitepress 打造的适合图文资源分享的博客主题",
"author": "小鱼哥",
"license": "MIT",
"homepage": "https://appbeebee.com/",
"repository": {
"type": "git",
"url": "https://github.com/shiheme/appbeebee"
},
"main": "index.js",
"scripts": {
"dev": "vitepress dev docs --open --host 0.0.0.0",
"build": "vitepress build docs",
"serve": "vitepress serve docs"
},
"keywords": [
"vitepress",
"theme",
"APP比比"
],
"type": "module",
"devDependencies": {
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@typescript-eslint/types": "^6.13.1",
"@vue/compiler-sfc": "^3.3.9",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.19.2",
"fs-extra": "^11.2.0",
"globby": "^14.0.0",
"gray-matter": "^4.0.3",
"prettier": "^3.1.0",
"typescript": "^5.3.2",
"vitepress": "^1.0.0-rc.40",
"pg": "^8.11.3"
},
"dependencies": {
"blueimp-md5": "^2.19.0",
"dayjs": "^1.11.10",
"feed": "^4.2.2",
"floating-vue": "^5.0.3",
"markdown-it-custom-attrs": "^1.0.2",
"pagefind": "^1.0.4",
"pinia": "^2.1.7",
"swiper": "^11.0.5",
"vitepress-plugin-pagefind": "^0.2.10",
"vue3-toastify": "^0.2.1"
}
}