forked from RavenfieldCommunity/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 752 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ravenfield-modding-documents",
"version": "1.0.0",
"description": "Ravenfield Community Modding Documents(UNOFFICIAL)",
"license": "CC-BY-NC-4.0",
"type": "module",
"scripts": {
"docs:build": "vuepress build",
"docs:clean-dev": "vuepress dev --clean-cache",
"docs:dev": "vuepress dev",
"docs:update-package": "pnpm dlx vp-update"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.67",
"@vuepress/plugin-google-analytics": "2.0.0-beta.67",
"vue": "^3.3.7",
"vuepress": "2.0.0-beta.67",
"vuepress-plugin-comment2": "2.0.0-beta.242",
"vuepress-plugin-redirect": "2.0.0-beta.242",
"vuepress-plugin-search-pro": "2.0.0-beta.242",
"vuepress-theme-hope": "2.0.0-beta.242"
}
}