mirror of
https://github.com/Javen205/IJPay.git
synced 2026-05-20 15:37:10 +08:00
24 lines
551 B
JSON
24 lines
551 B
JSON
{
|
|
"name": "docs",
|
|
"version": "1.0.0",
|
|
"description": "docs of IJPay",
|
|
"author": "Javen",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
},
|
|
"devDependencies": {
|
|
"@vuepress/plugin-back-to-top": "^1.0.3",
|
|
"@vuepress/plugin-google-analytics": "^1.0.3",
|
|
"@vuepress/plugin-medium-zoom": "^1.0.3",
|
|
"@vuepress/plugin-pwa": "^1.0.3",
|
|
"vue-toasted": "^1.1.27",
|
|
"vuepress": "^1.0.3"
|
|
},
|
|
"dependencies": {
|
|
"element-ui": "^2.12.0"
|
|
}
|
|
}
|