Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/pojavlauncherteam.github.io
Path: blob/main/package.json
1445 views
1
{
2
"name": "PojavLauncher",
3
"version": "1.1.0",
4
"description": "pojavlauncherteam.github.io",
5
"scripts": {
6
"start": "vuepress dev markdown",
7
"build": "vuepress build markdown"
8
},
9
"repository": "https://github.com/PojavLauncherTeam/pojavlauncherteam.github.io",
10
"keywords": [
11
"VuePress",
12
"Gitlab",
13
"Pages"
14
],
15
"author": "PojavLauncherTeam",
16
"license": "MIT",
17
"devDependencies": {
18
"@vuepress/plugin-back-to-top": "^1.8.2",
19
"vuepress": "^1.8.2",
20
"vuepress-bar": "^0.4.2",
21
"vuepress-plugin-code-copy": "^1.0.6",
22
"vuepress-plugin-flexsearch": "^0.2.0",
23
"vuepress-plugin-medium-zoom": "^1.1.9",
24
"vuepress-plugin-smooth-scroll": "^0.0.10",
25
"vuepress-theme-succinct": "^1.7.2",
26
"vuepress-plugin-code-switcher": "1.0"
27
},
28
"dependencies": {
29
"markdown-it-multimd-table": "^4.1.3",
30
"vuepress-auto-sidebar": "^1.1.1"
31
}
32
}
33
34