mirror of
https://git.netzspielplatz.de/docker-multiarch/openwrt-firmware-selector.git
synced 2025-11-08 22:29:28 +00:00
Fix responsive design issues
Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
parent
740383d6be
commit
db14840f4a
9 changed files with 144 additions and 77 deletions
|
|
@ -24,9 +24,7 @@
|
|||
"test": "react-scripts test",
|
||||
"eject": "react-scripts eject",
|
||||
"predeploy": "yarn run build",
|
||||
"deploy": "gh-pages -d build",
|
||||
"lint": "eslint src/ --ext .js --fix",
|
||||
"pretty": "prettier --single-quote --trailing-comma es5 --write \"src/**/*.js\""
|
||||
"deploy": "gh-pages -d build"
|
||||
},
|
||||
"browserslist": {
|
||||
"production": [
|
||||
|
|
@ -46,9 +44,10 @@
|
|||
"eslint-plugin-prettier": "^3.1.0",
|
||||
"eslint-plugin-react": "^7.14.2",
|
||||
"husky": "^3.0.5",
|
||||
"prettier": "1.18.2",
|
||||
"prettier": "^1.18.2",
|
||||
"pretty-quick": "^1.11.1",
|
||||
"prop-types": "latest",
|
||||
"stylelint-prettier": "^1.1.1",
|
||||
"typescript": "^3.5.3"
|
||||
},
|
||||
"husky": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue