facilmap/docs/package.json

30 wiersze
713 B
JSON
Executable File

{
"name": "facilmap-docs",
"version": "5.0.0-alpha",
"description": "Documentation for FacilMap.",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap.git"
},
"license": "AGPL-3.0",
"type": "module",
"scripts": {
"dev-server": "vuepress dev src",
"build": "vuepress build src",
"clean": "rimraf dist",
"check": "vuepress check-md src"
},
"private": true,
"devDependencies": {
"@vuepress/plugin-search": "next",
"rimraf": "^5.0.1",
"vuepress": "next",
"vuepress-plugin-check-md": "^0.0.3"
},
"packageManager": "yarn@3.6.3",
"dependencies": {
"qrcode.vue": "^3.4.1"
}
}