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