website/package.json
Alexander Borsuk 60bca2d798 Added stylelint for npm run format
Signed-off-by: Alexander Borsuk <me@alex.bio>
2022-11-29 12:42:13 +01:00

35 lines
1 KiB
JSON

{
"name": "organicmaps.github.io",
"version": "1.0.0",
"description": "Tools and utils",
"main": " ",
"directories": {
"doc": "docs"
},
"devDependencies": {
"js-beautify": "^1.14.7",
"node-html-markdown": "^1.2.2",
"node-html-parser": "^6.1.4",
"postcss-scss": "^4.0.6",
"prettier": "^2.8.0",
"stylelint": "^14.15.0",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-scss": "^4.3.0"
},
"scripts": {
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html",
"news": "node update_news.js",
"upgrade": "npx npm-check-updates -u && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/organicmaps/organicmaps.github.io.git"
},
"author": "Organic Maps OU",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/organicmaps/organicmaps.github.io/issues"
},
"homepage": "https://github.com/organicmaps/organicmaps.github.io#readme"
}