forked from chodocs/chodocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.11 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "chodocs",
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "[email protected]",
"description": "我喜欢拿了橘子跑啊,因为knowledge is power!",
"author": "chenxushan<https://github.com/chenxushan>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chenxushan/Accumulation"
},
"bugs": {
"url": "https://github.com/chenxushan/Accumulation/issues"
},
"keywords": [
"公众号",
"AIGC",
"阅读",
"备忘录",
"影音艺",
"好物",
"心流",
"全球视野",
"经史子集",
"老照片"
],
"scripts": {
"dev": "vitepress dev docs --port 8085 --max-old-space-size=50000",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"release": "esno scripts/release.ts",
"update": "esno scripts/update.ts"
},
"devDependencies": {
"@antfu/eslint-config": "^0.42.1",
"@antfu/ni": "^0.21.9",
"@iconify/json": "^2.2.144",
"@types/fs-extra": "^11.0.4",
"@types/md5": "^2.3.5",
"@vite-pwa/vitepress": "^0.2.3",
"bumpp": "^9.2.0",
"busuanzi.pure.js": "^1.0.3",
"cloudinary-build-url": "^0.2.4",
"dayjs": "^1.11.10",
"eslint": "8.50.0",
"eslint-plugin-import": "^2.29.0",
"esno": "^4.0.0",
"fast-glob": "^3.3.2",
"feed": "^4.2.2",
"fs-extra": "^11.1.1",
"gray-matter": "^4.0.3",
"lint-staged": "^15.1.0",
"md5": "^2.3.0",
"medium-zoom": "^1.1.0",
"moment": "^2.29.4",
"ohmyfetch": "^0.4.21",
"postcss": "^8.4.31",
"postcss-nested": "^6.0.1",
"simple-git": "^3.21.0",
"simple-git-hooks": "^2.9.0",
"sitemap-ts": "^1.6.1",
"typescript": "^5.2.2",
"unocss": "^0.57.0",
"unplugin-icons": "^0.17.4",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.7",
"vitepress": "^1.0.0-rc.29",
"vue": "^3.3.8"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,tsx,vue,md}": [
"eslint --cache --fix"
]
}
}