facilmap/docs/package.json

29 wiersze
678 B
JSON
Executable File

{
"name": "facilmap-docs",
"version": "3.1.0",
"description": "Documentation for FacilMap.",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {
"type": "git",
"url": "https://github.com/FacilMap/facilmap.git"
},
"license": "AGPL-3.0",
"scripts": {
"dev-server": "vuepress dev src",
"build": "vuepress build src",
"clean": "rimraf dist",
"check": "vuepress check-md src"
},
"private": true,
"devDependencies": {
"markdown-it-footnote": "^3.0.2",
"rimraf": "^3.0.2",
"vuepress": "^1.5.3",
"vuepress-plugin-check-md": "^0.0.2"
},
"dependencies": {
"qrcode": "^1.4.4",
"vue-qrcode": "^0.3.5"
}
}