redux-toolkit -> redux 마이그레이션 및 TAxios 로직 수정

This commit is contained in:
hyunwoo93.cha
2024-02-01 01:44:12 +09:00
parent a812c70ebe
commit 1c9ce1c5b8
90 changed files with 2228 additions and 1943 deletions

View File

@@ -6,8 +6,8 @@
"main": "src/index.js",
"scripts": {
"serve": "enact serve",
"pack": "enact pack",
"pack-p": "enact pack -p",
"pack": "enact clean && enact pack",
"build": "enact pack --production --locales=tv --verbose",
"watch": "enact pack --watch",
"clean": "enact clean",
"lint": "enact lint .",
@@ -27,9 +27,6 @@
"baseSize": 24
}
},
"eslintConfig": {
"extends": "enact-proxy"
},
"eslintIgnore": [
"node_modules/*",
"build/*",
@@ -42,15 +39,16 @@
"@enact/spotlight": "^3.3.0",
"@enact/ui": "^3.3.0",
"@enact/webos": "^3.3.0",
"@reduxjs/toolkit": "^2.0.1",
"axios": "^1.6.5",
"axios": "^0.21.1",
"ilib": "^14.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0"
"prop-types": "^15.6.2",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^7.2.3",
"redux": "^3.7.2",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"eslint-config-enact-proxy": "^1.0.7"
}
}
"browserslist": [
"chrome 38"
]
}