2020-08-13 11:47:56 +08:00
|
|
|
{
|
2022-06-14 09:05:00 +08:00
|
|
|
"name": "vue2-docs",
|
2020-08-13 11:47:56 +08:00
|
|
|
"version": "1.0.0",
|
2022-06-14 09:05:00 +08:00
|
|
|
"description": "说明文档",
|
|
|
|
"author": "taolin <itaolaity@gmail.com>",
|
2020-08-13 11:47:56 +08:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-01-10 12:08:40 +08:00
|
|
|
"dev": "npm run docs && NODE_OPTIONS=--max_old_space_size=4096 HOST=0.0.0.0 nuxt & node -r esm ./one/build/watch.js",
|
2021-02-02 18:23:47 +08:00
|
|
|
"build": "NODE_ENV=production npm run docs && nuxt build",
|
2020-08-13 11:47:56 +08:00
|
|
|
"docs": "node -r esm ./one/build/generate.js",
|
2022-03-16 18:24:02 +08:00
|
|
|
"diff": "node -r esm ./one/build/diff-api.js",
|
2020-08-13 11:47:56 +08:00
|
|
|
"start": "nuxt start",
|
|
|
|
"generate": "npm run docs && nuxt generate",
|
|
|
|
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
|
|
|
|
"precommit": "npm run lint",
|
2022-01-10 12:08:40 +08:00
|
|
|
"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",
|
2020-08-13 11:47:56 +08:00
|
|
|
"stop": "forever stop app.js",
|
2020-12-08 20:53:56 +08:00
|
|
|
"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"
|
2020-08-13 11:47:56 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-08-23 19:37:43 +08:00
|
|
|
"@docsearch/css": "^3.0.0-alpha.39",
|
|
|
|
"@docsearch/js": "^3.0.0-alpha.39",
|
2022-05-26 19:16:47 +08:00
|
|
|
"@justfork/rehype-autolink-headings": "^5.1.1",
|
2021-11-25 15:51:03 +08:00
|
|
|
"@justfork/vue-monaco": "^0.3.1",
|
2021-09-19 15:34:14 +08:00
|
|
|
"@stackblitz/sdk": "^1.5.2",
|
2022-03-16 18:24:02 +08:00
|
|
|
"@vue/runtime-dom": "^3.2.31",
|
2020-12-23 10:31:54 +08:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-08-13 11:47:56 +08:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2022-06-06 23:05:05 +08:00
|
|
|
"babel-plugin-veui": "^2.7.1",
|
2021-09-25 15:17:57 +08:00
|
|
|
"cheerio": "^1.0.0-rc.10",
|
2021-09-15 19:19:09 +08:00
|
|
|
"dls-graphics": "^1.0.0-alpha.3",
|
2022-05-13 21:58:27 +08:00
|
|
|
"dls-icons-vue": "^2.6.0",
|
2020-08-13 11:47:56 +08:00
|
|
|
"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",
|
2020-09-22 11:06:13 +08:00
|
|
|
"forever": "^3.0.2",
|
2020-08-13 11:47:56 +08:00
|
|
|
"hastscript": "^3.1.0",
|
2021-10-20 01:11:27 +08:00
|
|
|
"highlight.js": "^10.7.3",
|
2020-08-13 11:47:56 +08:00
|
|
|
"js-yaml": "^3.13.1",
|
2021-11-20 13:22:48 +08:00
|
|
|
"less": "^3.13.1",
|
2020-08-13 11:47:56 +08:00
|
|
|
"less-loader": "^4.1.0",
|
|
|
|
"less-plugin-est": "^3.0.0",
|
2021-11-20 13:22:48 +08:00
|
|
|
"lodash-es": "^4.17.21",
|
2020-08-13 11:47:56 +08:00
|
|
|
"lowlight": "^1.9.2",
|
2021-10-25 20:19:04 +08:00
|
|
|
"mdast-util-to-string": "^2.0.0",
|
2020-08-13 11:47:56 +08:00
|
|
|
"mkdirp": "^0.5.5",
|
|
|
|
"moment": "^2.22.2",
|
2021-11-25 15:51:03 +08:00
|
|
|
"monaco-editor": "^0.30.1",
|
|
|
|
"monaco-editor-webpack-plugin": "^6.0.0",
|
|
|
|
"monaco-themes": "^0.4.0",
|
2021-08-23 19:37:43 +08:00
|
|
|
"nuxt": "^2.15.7",
|
2020-08-13 11:47:56 +08:00
|
|
|
"object-deep-search": "0.0.7",
|
2021-08-23 19:37:43 +08:00
|
|
|
"preact": "^10.5.14",
|
2020-08-13 11:47:56 +08:00
|
|
|
"prettier": "^1.16.4",
|
|
|
|
"prettier-eslint": "^8.8.2",
|
2021-09-17 19:41:59 +08:00
|
|
|
"raw-loader": "^4.0.2",
|
2020-08-13 11:47:56 +08:00
|
|
|
"recursive-readdir": "^2.2.2",
|
|
|
|
"recursive-readdir-sync": "^1.0.6",
|
2022-05-26 19:16:47 +08:00
|
|
|
"rehype-autolink-headings": "^5.1.0",
|
2021-09-25 15:17:57 +08:00
|
|
|
"rehype-highlight": "^4.1.0",
|
2020-08-13 11:47:56 +08:00
|
|
|
"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",
|
2021-11-20 13:22:48 +08:00
|
|
|
"splitpanes": "^2.3.8",
|
2021-10-25 20:19:04 +08:00
|
|
|
"stringify-object": "^3.3.0",
|
2020-08-13 11:47:56 +08:00
|
|
|
"stylelint": "^13.6.1",
|
|
|
|
"stylelint-plugin-stylus": "^0.9.0",
|
|
|
|
"stylus": "^0.54.5",
|
|
|
|
"stylus-loader": "^3.0.2",
|
2022-03-16 18:24:02 +08:00
|
|
|
"typescript": "^4.6.2",
|
2020-08-13 11:47:56 +08:00
|
|
|
"unist-util-remove": "^1.0.1",
|
|
|
|
"unist-util-visit": "^1.4.0",
|
2022-06-06 23:05:05 +08:00
|
|
|
"veui": "^2.7.1",
|
|
|
|
"veui-loader": "^2.7.1",
|
|
|
|
"veui-theme-dls": "^2.7.1",
|
|
|
|
"veui-theme-dls-icons": "^2.7.1",
|
2021-12-27 13:15:01 +08:00
|
|
|
"vue-awesome": "^4.5.0",
|
2022-04-26 15:45:48 +08:00
|
|
|
"vue-frag": "^1.4.0",
|
2020-08-13 11:47:56 +08:00
|
|
|
"vue-i18n": "^8.16.0",
|
2021-11-24 12:05:27 +08:00
|
|
|
"vue-live": "^1.17.2",
|
2020-08-13 11:47:56 +08:00
|
|
|
"vue-windows": "^0.2.4"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-06-14 09:05:00 +08:00
|
|
|
"@jsg/components": "^2.0.1-alpha.4",
|
2020-09-22 11:06:13 +08:00
|
|
|
"express": "^4.16.2"
|
2020-08-13 11:47:56 +08:00
|
|
|
}
|
|
|
|
}
|