mirror of
https://github.com/DIYgod/DPlayer
synced 2024-11-22 01:51:48 +00:00
16 lines
374 B
JSON
16 lines
374 B
JSON
{
|
|
"name": "docs",
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev",
|
|
"docs:build": "vuepress build"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@vuepress/plugin-back-to-top": "^1.9.10",
|
|
"@vuepress/plugin-google-analytics": "^1.9.10",
|
|
"vuepress": "^1.9.10",
|
|
"vuepress-plugin-umami": "^0.0.4"
|
|
}
|
|
}
|