update to use fontawsome

This commit is contained in:
Quan HL
2024-05-07 12:48:56 +07:00
parent fdc5869390
commit f5703e1422
18 changed files with 2513 additions and 403 deletions

View File

@@ -6,9 +6,9 @@
"@chakra-ui/react": "^2.8.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"buffer": "^6.0.3",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
@@ -17,13 +17,13 @@
"jssip": "^3.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"react-scripts": "5.0.1",
"typescript": "^4.9.5",
"uuid": "^9.0.1",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/chrome": "^0.0.242",
"@types/google-libphonenumber": "^7.4.27",
"@types/jest": "^27.5.2",
@@ -34,8 +34,10 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"react-scripts": "5.0.1",
"sass": "^1.64.1",
"sass-loader": "^13.3.2",
"serve": "^14.2.1",
"style-loader": "^3.3.3",
"ts-loader": "^9.4.4",
"webpack": "^5.88.2",
@@ -43,7 +45,8 @@
},
"scripts": {
"build": "webpack --config webpack.config.js",
"watch": "webpack -w --config webpack.config.js"
"watch": "webpack -w --config webpack.config.js",
"start": "react-scripts start"
},
"eslintConfig": {
"extends": [