{ "name": "@schlechtenburg/docs", "version": "0.0.0", "description": "> TODO: description", "author": "Benjamin Bädorf ", "homepage": "", "license": "ISC", "main": "lib/docs.js", "directories": { "lib": "lib", "test": "__tests__" }, "files": [ "lib" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git@git.b12f.io:b12f/schlechtenburg.git" }, "scripts": { "dev": "vuepress dev docs", "build": "vuepress build docs" }, "dependencies": { "@schlechtenburg/core": "^0.0.0", "@schlechtenburg/heading": "^0.0.0", "@schlechtenburg/image": "^0.0.0", "@schlechtenburg/layout": "^0.0.0", "@schlechtenburg/paragraph": "^0.0.0" }, "devDependencies": { "sass": "^1.49.9", "vite": "^2.8.6", "vue": "^3.2.31", "vuepress": "^2.0.0-beta.36" } }