-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 972 Bytes
/
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
{
"homepage": "https://maks-oleksyuk.github.io/notes",
"license": "WTFPL",
"author": {
"name": "Maks Oleksyuk",
"url": "https://github.com/maks-oleksyuk"
},
"scripts": {
"notes:dev": "vitepress dev",
"notes:build": "vitepress build",
"notes:preview": "vitepress preview",
"lint:format": "prettier -c ./ '!pnpm-lock.yaml' --cache",
"lint:format:fix": "prettier -wl ./ '!pnpm-lock.yaml' --cache"
},
"devDependencies": {
"@nolebase/vitepress-plugin-enhanced-readabilities": "2.8.1",
"prettier": "^3.3.3",
"vitepress": "^1.4.3",
"vitepress-plugin-back-to-top": "^1.0.1",
"vitepress-plugin-google-analytics": "^1.0.2",
"vitepress-plugin-tabs": "^0.5.0",
"vitepress-sidebar": "^1.29.0",
"vue": "^3.5.12"
},
"packageManager": "pnpm@9.12.2",
"engines": {
"pnpm": ">=9",
"node": ">=20"
},
"prettier": {
"bracketSameLine": true,
"proseWrap": "always",
"singleQuote": true
}
}