forked from kpal81xd/docs.krunker.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
27 lines (27 loc) · 934 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
{
"name": "krdocs",
"version": "1.0.0",
"description": "Tossing vuepress over the krunker docs markdown",
"main": "index.js",
"repository": "https://github.com/SwatDoge/SOTT-Quick-Krunkscript-Docs",
"author": "Swat",
"license": "MIT",
"devDependencies": {
"@snippetors/vuepress-plugin-code-copy": "^1.1.1",
"@snippetors/vuepress-plugin-tabs": "^1.1.7",
"@vuepress/plugin-google-analytics": "^2.0.0-beta.36",
"@vuepress/plugin-pwa": "^2.0.0-beta.38",
"patch-package": "^6.4.7",
"vuepress": "^2.0.0-beta.32",
"vuepress-plugin-redirect-frontmatter": "^1.0.0"
},
"scripts": {
"prepare": "patch-package",
"dev": "node merge_docs.js && vuepress dev docs && node fix_darkmode.js",
"build": "node versioning.js && node merge_docs.js && vuepress build docs && node fix_darkmode.js"
},
"dependencies": {
"markdown-it": "^12.3.2",
"markdown-it-highlightjs": "^3.6.0"
}
}