facilmap/docs/package.json

27 wiersze
626 B
JSON
Czysty Zwykły widok Historia

2021-04-04 13:34:13 +00:00
{
"name": "facilmap-docs",
2021-04-15 21:31:04 +00:00
"version": "3.1.0",
2021-04-08 20:28:16 +00:00
"description": "Documentation for FacilMap.",
2021-04-04 13:34:13 +00:00
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {
"type": "git",
2021-04-04 13:35:31 +00:00
"url": "https://github.com/FacilMap/facilmap.git"
2021-04-04 13:34:13 +00:00
},
"license": "AGPL-3.0",
"scripts": {
"dev-server": "vuepress dev src",
"build": "vuepress build src",
2021-04-08 19:44:10 +00:00
"check": "vuepress check-md src"
2021-04-04 13:34:13 +00:00
},
2021-04-11 02:09:41 +00:00
"private": true,
2021-04-04 13:34:13 +00:00
"devDependencies": {
2021-04-08 19:44:10 +00:00
"markdown-it-footnote": "^3.0.2",
"vuepress": "^1.5.3",
"vuepress-plugin-check-md": "^0.0.2"
2021-04-05 00:27:31 +00:00
},
"dependencies": {
2021-04-08 22:38:42 +00:00
"qrcode": "^1.4.4",
"vue-qrcode": "^0.3.5"
2021-04-04 13:34:13 +00:00
}
}