-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·30 lines (30 loc) · 846 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·30 lines (30 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "docs",
"version": "0.0.1",
"description": "Shoppre Official Docs",
"main": "index.js",
"authors": {
"name": "IT Admin",
"email": "admin@shoppre.com"
},
"repository": "https://github.com/shoppre-tech/docs/docs",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src",
"deploy": "node Scripts/gh-pages-deploy.js"
},
"license": "MIT",
"devDependencies": {
"@mr-hope/vuepress-plugin-reading-time": "^1.12.1",
"vuepress": "^1.5.3",
"vuepress-plugin-auto-sidebar": "^1.5.0",
"vuepress-plugin-disqus": "^0.2.0",
"vuepress-plugin-element-tabs": "^0.2.8",
"vuepress-plugin-fulltext-search": "^2.1.0",
"vuepress-plugin-reading-time": "^0.1.1",
"vuepress-plugin-right-anchor": "^0.4.9"
},
"dependencies": {
"vuepress-plugin-git-log": "^1.0.1"
}
}