-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 823 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
{
"type": "module",
"scripts": {
"dev": "vitepress dev --host",
"build": "vitepress build",
"preview": "vitepress preview",
"lint": "eslint --ext .js,.vue,.md ./"
},
"dependencies": {
"@vueuse/core": "^10.7.1",
"vue": "^3.4.3"
},
"devDependencies": {
"@vue/eslint-config-airbnb": "^8.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-vue": "^9.19.2",
"postcss": "^8.4.32",
"sass": "^1.69.6",
"vite-plugin-vitepress-demo": "^2.2.1",
"vitepress": "1.0.0-rc.34"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"search-insights"
]
}
},
"packageManager": "[email protected]"
}