-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 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
{
"name": "vitepress-blog",
"type": "module",
"version": "1.0.0",
"packageManager": "[email protected]+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c",
"description": "",
"author": "",
"license": "ISC",
"keywords": [],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"docs:dev": "vitepress dev",
"docs:build": "vitepress build",
"docs:preview": "vitepress preview"
},
"dependencies": {
"dayjs": "^1.11.13",
"radash": "^12.1.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.5.0",
"eslint": "^9.9.0",
"fdir": "^6.2.0",
"fs-extra": "^11.2.0",
"gray-matter": "^4.0.3",
"picomatch": "^4.0.2",
"unocss": "^0.62.2",
"vitepress": "^1.3.3",
"vue": "^3.4.38",
"zod": "^3.23.8"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"eslint": "9"
}
}
}
}