ремонт доки
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user