文档
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "earn_gold_docs",
|
||||
"version": "1.0.0",
|
||||
"description": "赚金币",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"docs:build": "vuepress build docs",
|
||||
"docs:clean-dev": "vuepress dev docs --clean-cache",
|
||||
"docs:dev": "vuepress dev docs",
|
||||
"docs:update-package": "npx vp-update"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/bundler-vite": "^2.0.0-rc.7",
|
||||
"@vuepress/theme-default": "^2.0.0-rc.11",
|
||||
"sass-embedded": "^1.83.0",
|
||||
"vue": "^3.4.0",
|
||||
"vuepress": "^2.0.0-rc.7"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user