- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
20 lines (20 loc) · 484 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 484 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "androidguide",
"version": "1.0.0",
"private": true,
"description": "androidguide",
"license": "MIT",
"type": "module",
"scripts": {
"build": "vuepress build docs",
"clean-dev": "vuepress dev docs --clean-cache",
"dev": "vuepress dev docs",
"deploy": "bash deploy.sh"
},
"devDependencies": {
"@vuepress/client": "2.0.0-beta.51",
"vue": "^3.2.29",
"vuepress": "^2.0.0-beta.51",
"vuepress-theme-hope": "^2.0.0-beta.103"
}
}