docs/package.json

42 lines
1020 B
JSON
Raw Normal View History

2021-02-13 19:12:43 +00:00
{
2021-02-13 20:52:06 +00:00
"name": "@odit/lfk-docs",
2021-02-13 19:12:43 +00:00
"version": "0.0.1",
2021-02-13 20:52:06 +00:00
"description": "The documentation for the LfK! 'Läufersystem'.",
2021-02-13 19:12:43 +00:00
"main": "index.js",
2021-02-13 20:52:06 +00:00
"author": {
"name": "ODIT.Services",
"email": "info@odit.services",
"url": "https://odit.services"
},
"contributors": [
{
"name": "Philipp Dormann",
"email": "philipp@philippdormann.de",
"url": "https://philippdormann.de"
},
{
"name": "Nicolai Ort",
"email": "info@nicolai-ort.com",
"url": "https://nicolai-ort.com"
}
],
"repository": {
"type": "git",
"url": "git@git.odit.services:lfk/docs.git"
2021-02-13 19:12:43 +00:00
},
"scripts": {
"dev": "vuepress dev src",
2021-02-13 21:11:38 +00:00
"build": "vuepress build src",
"licenses:export": "license-exporter --markdown"
2021-02-13 19:12:43 +00:00
},
2021-02-13 20:52:06 +00:00
"license": "CC-BY-NC-SA-4.0",
2021-02-13 19:12:43 +00:00
"devDependencies": {
2021-02-13 21:11:38 +00:00
"@odit/license-exporter": "^0.0.10",
2021-02-13 19:12:43 +00:00
"vuepress": "^1.5.3"
2021-02-13 19:38:07 +00:00
},
"dependencies": {
"vuepress-plugin-flexsearch": "^0.1.0",
"vuepress-theme-default-prefers-color-scheme": "^2.0.0"
2021-02-13 19:12:43 +00:00
}
}