facilmap/docs/package.json

30 wiersze
707 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",
2023-09-23 03:13:05 +00:00
"type": "module",
2021-04-04 13:34:13 +00:00
"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": {
2023-09-23 03:13:05 +00:00
"@vuepress/plugin-search": "next",
"rimraf": "^5.0.1",
"vuepress": "next",
"vuepress-plugin-check-md": "^0.0.3"
2021-04-05 00:27:31 +00:00
},
2023-09-23 03:13:05 +00:00
"packageManager": "yarn@3.6.3",
2021-04-05 00:27:31 +00:00
"dependencies": {
2023-09-23 03:13:05 +00:00
"qrcode.vue": "^3.4.1"
2021-04-04 13:34:13 +00:00
}
}