forked from riccardomc/docs.asyncy.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 842 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 842 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
31
{
"name": "docs.storyscript.io",
"version": "0.0.2",
"description": "Docs for Storyscript",
"license": "AGPL v3",
"main": "index.js",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"postbuild": "vuepress-sitemap -H https://docs.storyscript.io -d .vuepress/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/storyscript/docs.storyscript.io.git"
},
"author": "Storyscript",
"bugs": {
"url": "https://github.com/storyscript/docs.storyscript.io/issues"
},
"homepage": "https://storyscript.io",
"devDependencies": {
"@storyscript/vue": "^2.6.2",
"esm": "^3.2.22",
"node-sass": "^4.11.0",
"perfect-scrollbar": "0.8.1",
"sass-loader": "^7.1.0",
"vuepress": "^0.14.11",
"vuepress-plugin-sitemap": "^2.1.2"
},
"dependencies": {}
}