forked from salvo-rs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
{
"name": "salvo-website",
"version": "2.0.0",
"description": "Salvo website",
"license": "MIT",
"type": "module",
"packageManager": "[email protected]",
"scripts": {
"build": "vuepress build src",
"clean-dev": "vuepress dev src --clean-cache",
"dev": "vuepress dev src",
"update-package": "pnpm dlx vp-update",
"lint": "prettier --check --write ."
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.61",
"@vuepress/plugin-active-header-links": "2.0.0-beta.61",
"@vuepress/plugin-back-to-top": "2.0.0-beta.61",
"@vuepress/plugin-docsearch": "2.0.0-beta.61",
"@vuepress/plugin-external-link-icon": "2.0.0-beta.61",
"@vuepress/plugin-git": "2.0.0-beta.61",
"@vuepress/plugin-google-analytics": "2.0.0-beta.61",
"@vuepress/plugin-medium-zoom": "2.0.0-beta.61",
"@vuepress/plugin-nprogress": "2.0.0-beta.61",
"@vuepress/plugin-palette": "2.0.0-beta.61",
"@vuepress/plugin-pwa-popup": "2.0.0-beta.61",
"@vuepress/plugin-search": "2.0.0-beta.61",
"@vuepress/theme-default": "2.0.0-beta.61",
"@vuepress/utils": "2.0.0-beta.61",
"fs-extra": "^11.1.1",
"glob": "^10.2.6",
"prettier": "2.8.4",
"vue": "^3.2.47",
"vuepress": "2.0.0-beta.61"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"dependencies": {
"opencc": "^1.1.3"
}
}