This commit is contained in:
Daniel Shleifman
2021-06-05 01:33:01 +03:00
parent 677129b282
commit 8c7e8a1481
3 changed files with 12 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
"axios": "^0.21.1",
"clsx": "^1.1.1",
"fontsource-roboto": "^4.0.0",
"husky": "^6.0.0",
"konva": "^8.0.1",
"lodash": "^4.17.21",
"material-ui-image": "^3.3.2",
@@ -33,6 +34,11 @@
"lint": "eslint --ext .js,.jsx src --color",
"fix": "yarn lint --fix"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint --quiet"
}
},
"browserslist": {
"production": [
">0.2%",