forked from sanic-org/sanic-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 967 Bytes
/
package.json
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": "sanic-guide",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:huge-success/sanic-guide.git",
"author": "Adam Hopkins <admhpkns@gmail.com>",
"license": "MIT",
"devDependencies": {
"@vuepress/plugin-active-header-links": "^1.8.0",
"@vuepress/plugin-back-to-top": "^1.8.0",
"@vuepress/plugin-google-analytics": "^1.8.0",
"markdown-it-multicolumn": "^0.1.5",
"vue-tabs-component": "^1.5.0",
"vuepress": "^1.8.0",
"vuepress-plugin-code-copy": "^1.0.6",
"vuepress-plugin-container": "^2.1.5",
"vuepress-plugin-mermaidjs": "^1.8.1",
"vuepress-plugin-redirect": "^1.2.5",
"vuepress-plugin-seo": "^0.1.4",
"vuepress-plugin-sitemap": "^2.3.1",
"vuepress-plugin-tabs": "^0.3.0",
"vuepress-plugin-umami": "^0.0.4"
},
"scripts": {
"docs:dev": "vuepress dev src",
"docs:build": "vuepress build src -d docs",
"dev": "vuepress dev src"
},
"dependencies": {}
}