facilmap/docs/package.json

29 wiersze
678 B
JSON
Czysty Zwykły widok Historia

2021-04-04 13:34:13 +00:00
{
"name": "facilmap-docs",
2021-06-27 14:05:18 +00:00
"version": "3.4.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-17 12:43:38 +00:00
"clean": "rimraf dist",
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-05-23 16:26:55 +00:00
"markdown-it-footnote": "^3.0.3",
2021-04-17 12:43:38 +00:00
"rimraf": "^3.0.2",
2021-04-08 19:44:10 +00:00
"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",
2021-05-07 04:56:31 +00:00
"vue-qrcode": "^0.4.0"
2021-04-04 13:34:13 +00:00
}
}