-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 902 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
36
37
38
39
40
41
42
43
{
"name": "vitepress-blog",
"type": "module",
"version": "1.0.0",
"private": true,
"author": "Meet you",
"license": "MIT",
"scripts": {
"dev": "vitepress dev docs",
"build": "vitepress build docs",
"serve": "vitepress serve docs",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@sugarat/theme": "^0.5.2",
"element-plus": "^2.8.8",
"vue": "3.5.13"
},
"directories": {
"doc": "docs"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"eslint": "^9.15.0",
"pagefind": "^1.2.0",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"vitepress": "1.5.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
}
},
"resolutions": {
"oh-my-live2d": "^0.19.3"
}
}