{ "name": "settle-developer-docs-with-netlify-cms", "version": "1.1.0", "description": "Documentation for the Settle APIs", "authors": { "name": "Christian Wick", "email": "christian@settle.eu" }, "repository": "https://github.com/SettleAPI/settle-developer-docs", "license": "MIT", "scripts": { "docs:dev": "vuepress dev docs", "docs:build": "vuepress build docs" }, "devDependencies": { "@silvanite/vuepress-plugin-markdown-classes": "^1.0.2", "@vuepress/plugin-back-to-top": "^1.8.2", "@vuepress/plugin-last-updated": "^1.8.2", "@vuepress/plugin-medium-zoom": "^1.8.2", "@vuepress/plugin-nprogress": "^1.8.2", "@vuepress/plugin-register-components": "^1.8.2", "axios": "^0.21.1", "dotenv": "^8.2.0", "js-yaml": "^4.0.0", "list-github-dir-content": "^3.0.0", "lodash": "^4.17.21", "logrocket": "^1.0.15", "markdown-it-vuepress-code-snippet-enhanced": "^1.0.1", "moment": "^2.29.1", "node-fetch": "^2.6.7", "remove": "^0.1.5", "request": "^2.88.2", "request-promise": "^4.2.6", "to-title-case": "^1.0.0", "vue-cli-plugin-yaml": "^1.0.2", "vuepress": "^1.8.2", "vuepress-plugin-clean-urls": "^1.1.2", "vuepress-plugin-code-copy": "^1.0.6", "vuepress-plugin-img-lazy": "^1.0.4", "vuepress-plugin-redirect-frontmatter": "^1.0.0", "vuepress-plugin-right-anchor": "^0.4.8", "vuex": "^3.6.2", "vue-code-highlight": "^0.7.8" } }