forked from frg2089/frg2089.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.65 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": "shimakaze-blog",
"version": "2.0.0",
"type": "module",
"description": "岛风的博客",
"license": "MIT",
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"scripts": {
"build": "vuepress build docs",
"clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs",
"format": "prettier --write .",
"postpack": "pinst --enable",
"prepack": "pinst --disable",
"prepare": "husky",
"update-package": "pnpm dlx vp-update@next"
},
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@vuepress/bundler-vite": "2.0.0-rc.17",
"@vuepress/plugin-feed": "2.0.0-rc.52",
"@vuepress/plugin-pwa": "2.0.0-rc.52",
"@vuepress/plugin-redirect": "2.0.0-rc.52",
"husky": "^9.1.6",
"markdown-it": "^14.1.0",
"mermaid": "^11.2.1",
"pinst": "^3.0.0",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-pkg": "^0.18.1",
"sass": "^1.79.4",
"typescript": "^5.6.2",
"vue": "^3.5.10",
"vue-router": "^4.4.5",
"vue-tsc": "^2.1.6",
"vuepress": "2.0.0-rc.17",
"vuepress-theme-hope": "2.0.0-rc.58"
},
"prettier": {
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "auto",
"plugins": [
"prettier-plugin-organize-imports",
"prettier-plugin-pkg"
]
}
}