forked from organicmaps/website
Installed and updated nodejs packages
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
55731ca901
commit
e22a7fd62b
2 changed files with 2639 additions and 1109 deletions
3733
package-lock.json
generated
3733
package-lock.json
generated
File diff suppressed because it is too large
Load diff
15
package.json
15
package.json
|
@ -7,14 +7,17 @@
|
|||
"doc": "docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"prettier": "^2.3.2",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-recommended": "^5.0.0",
|
||||
"stylelint-config-standard": "^22.0.0",
|
||||
"js-beautify": "^1.14.0"
|
||||
"js-beautify": "^1.14.0",
|
||||
"node-html-markdown": "^1.1.3",
|
||||
"node-html-parser": "^5.2.0",
|
||||
"prettier": "^2.5.1",
|
||||
"stylelint": "^14.3.0",
|
||||
"stylelint-config-recommended": "^6.0.0",
|
||||
"stylelint-config-standard": "^24.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html"
|
||||
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html",
|
||||
"news": "node update_news.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
Loading…
Add table
Reference in a new issue