{ "name": "vue2-docs", "version": "1.0.0", "description": "说明文档", "author": "taolin ", "private": true, "scripts": { "dev": "npm run docs && NODE_OPTIONS=--max_old_space_size=4096 HOST=0.0.0.0 nuxt & node -r esm ./one/build/watch.js", "build": "NODE_ENV=production npm run docs && nuxt build", "docs": "node -r esm ./one/build/generate.js", "diff": "node -r esm ./one/build/diff-api.js", "start": "nuxt start", "generate": "npm run docs && nuxt generate", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "precommit": "npm run lint", "daemon": "NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production HOST=0.0.0.0 forever start -p . -a -l ./logs/forever.log -o ./logs/access.log -e ./logs/error.log app.js", "serve": "NODE_OPTIONS=--max_old_space_size=4096 NODE_ENV=production PORT=80 HOST=0.0.0.0 forever -p . -a -l ./logs/forever.log -o ./logs/access.log -e ./logs/error.log app.js", "stop": "forever stop app.js", "restart": "npm run stop && npm run serve", "update:veui": "npm i -D {veui-loader,veui,veui-theme-dls,babel-plugin-veui,veui-theme-dls-icons}@latest" }, "devDependencies": { "@docsearch/css": "^3.0.0-alpha.39", "@docsearch/js": "^3.0.0-alpha.39", "@justfork/rehype-autolink-headings": "^5.1.1", "@justfork/vue-monaco": "^0.3.1", "@stackblitz/sdk": "^1.5.2", "@vue/runtime-dom": "^3.2.31", "babel-eslint": "^10.1.0", "babel-plugin-lodash": "^3.3.4", "babel-plugin-veui": "^2.7.1", "cheerio": "^1.0.0-rc.10", "dls-graphics": "^1.0.0-alpha.3", "dls-icons-vue": "^2.6.0", "eslint": "^5.15.1", "eslint-config-prettier": "^4.1.0", "eslint-config-standard": "^12.0.0", "eslint-loader": "^2.1.2", "eslint-plugin-html": "^5.0.3", "eslint-plugin-import": "^2.20.2", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "eslint-plugin-vue": "^5.2.2", "esm": "^3.2.25", "etpl": "^3.2.0", "focus-visible": "^4.1.5", "forever": "^3.0.2", "hastscript": "^3.1.0", "highlight.js": "^10.7.3", "js-yaml": "^3.13.1", "less": "^3.13.1", "less-loader": "^4.1.0", "less-plugin-est": "^3.0.0", "lodash-es": "^4.17.21", "lowlight": "^1.9.2", "mdast-util-to-string": "^2.0.0", "mkdirp": "^0.5.5", "moment": "^2.22.2", "monaco-editor": "^0.30.1", "monaco-editor-webpack-plugin": "^6.0.0", "monaco-themes": "^0.4.0", "nuxt": "^2.15.7", "object-deep-search": "0.0.7", "preact": "^10.5.14", "prettier": "^1.16.4", "prettier-eslint": "^8.8.2", "raw-loader": "^4.0.2", "recursive-readdir": "^2.2.2", "recursive-readdir-sync": "^1.0.6", "rehype-autolink-headings": "^5.1.0", "rehype-highlight": "^4.1.0", "rehype-raw": "^2.0.0", "rehype-stringify": "^3.0.0", "remark": "^8.0.0", "remark-frontmatter": "^1.3.3", "remark-html": "^6.0.1", "remark-rehype": "^3.0.0", "remark-shortcodes": "^0.1.5", "remark-slug": "^4.2.3", "short-circuit-loader": "0.0.1-alpha.2", "splitpanes": "^2.3.8", "stringify-object": "^3.3.0", "stylelint": "^13.6.1", "stylelint-plugin-stylus": "^0.9.0", "stylus": "^0.54.5", "stylus-loader": "^3.0.2", "typescript": "^4.6.2", "unist-util-remove": "^1.0.1", "unist-util-visit": "^1.4.0", "veui": "^2.7.1", "veui-loader": "^2.7.1", "veui-theme-dls": "^2.7.1", "veui-theme-dls-icons": "^2.7.1", "vue-awesome": "^4.5.0", "vue-frag": "^1.4.0", "vue-i18n": "^8.16.0", "vue-live": "^1.17.2", "vue-windows": "^0.2.4" }, "dependencies": { "@jsg/components": "^2.0.1-alpha.4", "express": "^4.16.2" } }