-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 914 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": "vuepress-docs-howto",
"version": "1.0.0",
"description": "Quick and fast rapid VuePress documentation development",
"main": "index.js",
"scripts": {
"start": "npm run dev",
"dev": "vuepress dev --no-clear-screen .",
"build": "vuepress build --no-cache .",
"gh-pages": "cross-env BASE='/vuepress-docs-howto/' npm run build",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/daggerok/vuepress-docs-howto.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/daggerok/vuepress-docs-howto/issues"
},
"homepage": "https://github.com/daggerok/vuepress-docs-howto#readme",
"devDependencies": {
"cross-env": "7.0.3",
"markdown-it-vuepress-code-snippet-enhanced": "1.0.1",
"vuepress": "1.8.2",
"vuepress-theme-default-prefers-color-scheme": "2.0.0"
}
}