ремонт доки

This commit is contained in:
vigdorov
2020-07-10 00:19:05 +03:00
parent 3fe0b232fd
commit 9abc6a6c92
8 changed files with 30 additions and 12171 deletions

View File

@ -7,7 +7,7 @@
"build": "webpack --mode=production",
"start": "webpack-dev-server --open",
"dev": "webpack-dev-server",
"docs": "jsdoc -r ./src",
"docs": "rm -rf out && documentation build src/** -f html -o out",
"show:docs": "lite-server --baseDir=\"out\"",
"lint": "eslint -c .eslintrc.json src --fix"
},
@ -32,13 +32,13 @@
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"documentation": "^13.0.2",
"eslint": "^7.4.0",
"eslint-loader": "^4.0.2",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"image-webpack-loader": "^6.0.0",
"jsdoc": "^3.6.4",
"mini-css-extract-plugin": "^0.9.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",