package.json: dependency move to dev

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich 2021-07-02 21:31:08 +03:00
parent 5563f8556e
commit e439ebe1f2

View file

@ -10,7 +10,8 @@
"prettier": "^2.3.2",
"stylelint": "^13.13.1",
"stylelint-config-recommended": "^5.0.0",
"stylelint-config-standard": "^22.0.0"
"stylelint-config-standard": "^22.0.0",
"js-beautify": "^1.14.0"
},
"scripts": {
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md"
@ -24,8 +25,5 @@
"bugs": {
"url": "https://github.com/organicmaps/organicmaps.github.io/issues"
},
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme",
"dependencies": {
"js-beautify": "^1.14.0"
}
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme"
}