Skip to content

Commit

Permalink
IN-362 Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sethidden committed Sep 11, 2023
1 parent ef63053 commit 2b024f5
Show file tree
Hide file tree
Showing 2 changed files with 2,604 additions and 2,150 deletions.
37 changes: 11 additions & 26 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,20 @@
{
"name": "docs",
"version": "0.0.1",
"name": "@vuestorefront/docs-example",
"version": "1.0.0",
"private": true,
"description": "",
"license": "MIT",
"scripts": {
"dev": "vuepress dev",
"build": "yarn build:core && NODE_OPTIONS=--max_old_space_size=8192 vuepress build",
"core-cache-ref": "cd ../cache && api-extractor run --local",
"core-core-ref": "cd ../core && api-extractor run --local",
"core-middleware-ref": "cd ../middleware && api-extractor run --local",
"core-nuxt-module-ref": "cd ../nuxt-module && api-extractor run --local",
"core-ref-md": "api-documenter markdown --i reference/api --o reference/api",
"build:core": "yarn core-cache-ref && yarn core-core-ref && yarn core-middleware-ref && yarn core-nuxt-module-ref && yarn core-ref-md"
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxi prepare"
},
"devDependencies": {
"@microsoft/api-documenter": "^7.13.7",
"@microsoft/api-extractor": "^7.18.3",
"@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",
"markdown-it-video": "^0.6.3",
"node-html-to-image": "^3.2.0",
"typescript": "^3.6.4",
"vuepress": "^1.2.0"
"@types/node": "^18",
"nuxt": "^3.6.2"
},
"dependencies": {
"sass-loader": "^8.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat",
"vuepress-theme-vsf-docs": "^1.3.2"
"@stackblitz/sdk": "^1.9.0",
"sf-docs-base": "latest"
}
}
Loading

0 comments on commit 2b024f5

Please sign in to comment.