package.json
1.07 KB
{
"name": "vsf-integration-docs",
"version": "0.0.1",
"description": "Documentation for __replace_me__ integration for Vue Storefront",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/vuestorefront/__replace_me__/docs",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"api-extract": "yarn api-ref && yarn comp-ref && yarn ref-md",
"api-ref": "cd ../packages/api-client && api-extractor run --local",
"comp-ref": "cd ../packages/composables && api-extractor run --local",
"ref-md": "api-documenter markdown --i api-reference --o api-reference"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.13.65",
"@microsoft/api-extractor": "^7.18.17",
"@vuepress/plugin-active-header-links": "^1.8.2",
"@vuepress/plugin-back-to-top": "^1.8.2",
"@vuepress/plugin-medium-zoom": "^1.8.2",
"@vuepress/plugin-search": "^1.8.2",
"handlebars": "^4.7.7",
"typescript": "^4.5.4",
"vuepress": "^1.8.2"
},
"dependencies": {
"sass-loader": "^8.0.2",
"vue-multiselect": "^2.1.6"
}
}