{ "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": "vitepress dev lib", "build": "vitepress build lib", "serve": "vitepress serve lib" }, "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": { "@vitejs/plugin-vue": "^2.2.4", "@vitejs/plugin-vue-jsx": "^1.3.8", "sass": "^1.49.9", "vite": "^2.8.6", "vitepress": "^0.22.3", "vuepress": "^2.0.0-beta.36" } }