HM-133. Рефакторинг (#64)

This commit is contained in:
Nikolay
2020-09-02 20:07:26 +03:00
committed by GitHub
parent caa7671b83
commit bc9b112904
132 changed files with 421 additions and 757 deletions

View File

@ -9,7 +9,9 @@
"dev": "webpack-dev-server",
"docs": "rm -rf out && documentation build src/** -f html -o out",
"show:docs": "lite-server --baseDir=\"out\"",
"lint": "eslint -c .eslintrc.json src --fix",
"prune": "ts-prune -p jsconfig.json",
"eslint": "eslint -c .eslintrc.json src --fix",
"lint": "npm run eslint && npm run prune",
"test": "jest",
"master:test": "git fetch && git reset --hard master && git checkout master && git pull && npm i && npm start"
},
@ -49,6 +51,7 @@
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.7.0",
"ts-prune": "^0.7.4",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12",