박권수

commit package.json

This diff could not be displayed because it is too large.
......@@ -8,6 +8,7 @@
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"eslint": "^7.14.0",
"immer": "^7.0.5",
"include-media": "^1.4.9",
"moment": "^2.27.0",
......@@ -30,7 +31,10 @@
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
"extends": "react-app",
"rules": {
"jsx-a11y/anchor-is-valid": "off"
}
},
"browserslist": {
"production": [
......@@ -44,6 +48,5 @@
"last 1 safari version"
]
},
"proxy": "http://localhost:4000/",
"secure" : false
"proxy": "http://localhost:4000/"
}
......