forked from YunYouJun/yunyoujun.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 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
55
56
57
{
"name": "yunyoujun.github.io",
"version": "2.0.0",
"private": true,
"description": "YunYouJun Blog",
"author": {
"email": "[email protected]",
"name": "YunYouJun",
"url": "https://www.yunyoujun.cn"
},
"license": "CC-BY-NC-SA-4.0",
"homepage": "https://yunyoujun.cn",
"repository": {
"type": "git",
"url": "git+https://github.com/YunYouJun/yunyoujun.github.io.git"
},
"bugs": {
"url": "https://github.com/YunYouJun/yunyoujun.github.io/issues"
},
"keywords": [
"yunyoujun.cn",
"YunYouJun",
"云游君",
"Blog",
"博客",
"云游君的小站",
"www.yunyoujun.cn"
],
"scripts": {
"algolia": "echo todo",
"backup": "sh bash/backup.sh",
"build": "npm run build:ssg && npm run rss && npm run fuse",
"build:spa": "valaxy build",
"build:ssg": "valaxy build --ssg",
"clean": "rm -rf dist",
"dev": "valaxy",
"fuse": "valaxy fuse",
"rss": "valaxy rss",
"serve": "vite preview",
"lint": "eslint .",
"new": "valaxy new",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@antfu/eslint-config": "^0.35.2",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"typescript": "^4.9.5",
"valaxy": "0.14.8",
"valaxy-addon-algolia": "^0.0.3",
"valaxy-addon-waline": "^0.0.9",
"valaxy-theme-yun": "0.14.8",
"vite-plugin-remote-assets": "^0.3.0",
"vue-gtag-next": "^1.14.0",
"vue-tsc": "^1.1.2"
}
}