Skip to content

Commit

Permalink
publish: package.json 설정 변경(1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastjung committed Apr 18, 2024
1 parent 00414e7 commit 6bc5768
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/main/wuzuzu_fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
"react-scripts": "5.0.1",
"styled-components": "^6.1.8",
"sweetalert2": "^11.10.7",
"web-vitals": "^2.1.4"
"web-vitals": "^2.1.4",
"@babel/plugin-proposal-private-property-in-object": "^7.16.7"
},
"proxy": "http://localhost:8080",
"scripts": {
Expand All @@ -33,7 +34,14 @@
"extends": [
"react-app",
"react-app/jest"
]
],
"rules": {
"react-hooks/exhaustive-deps": "off",
"no-unused-vars": "off",
"default-case": "off",
"no-loop-func": "off",
"no-useless-concat": "off"
}
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 6bc5768

Please sign in to comment.