update pay function
This commit is contained in:
12
package.json
12
package.json
@@ -5,7 +5,6 @@
|
|||||||
"homepage": "/",
|
"homepage": "/",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ant-design/icons": "^6.0.0",
|
"@ant-design/icons": "^6.0.0",
|
||||||
"@asseinfo/react-kanban": "^2.2.0",
|
|
||||||
"@chakra-ui/icons": "^2.2.6",
|
"@chakra-ui/icons": "^2.2.6",
|
||||||
"@chakra-ui/react": "^2.10.9",
|
"@chakra-ui/react": "^2.10.9",
|
||||||
"@chakra-ui/theme-tools": "^2.2.6",
|
"@chakra-ui/theme-tools": "^2.2.6",
|
||||||
@@ -47,12 +46,9 @@
|
|||||||
"react": "^19.0.0",
|
"react": "^19.0.0",
|
||||||
"react-apexcharts": "^1.3.9",
|
"react-apexcharts": "^1.3.9",
|
||||||
"react-big-calendar": "^0.33.2",
|
"react-big-calendar": "^0.33.2",
|
||||||
"react-bootstrap-sweetalert": "5.2.0",
|
|
||||||
"react-circular-slider-svg": "^0.1.5",
|
"react-circular-slider-svg": "^0.1.5",
|
||||||
"react-custom-scrollbars-2": "^4.4.0",
|
"react-custom-scrollbars-2": "^4.4.0",
|
||||||
"react-datetime": "^3.0.4",
|
|
||||||
"react-dom": "^19.0.0",
|
"react-dom": "^19.0.0",
|
||||||
"react-dropzone": "^11.4.2",
|
|
||||||
"react-github-btn": "^1.2.1",
|
"react-github-btn": "^1.2.1",
|
||||||
"react-icons": "^4.12.0",
|
"react-icons": "^4.12.0",
|
||||||
"react-input-pin-code": "^1.1.5",
|
"react-input-pin-code": "^1.1.5",
|
||||||
@@ -66,11 +62,7 @@
|
|||||||
"react-scripts": "^5.0.1",
|
"react-scripts": "^5.0.1",
|
||||||
"react-scroll": "^1.8.4",
|
"react-scroll": "^1.8.4",
|
||||||
"react-scroll-into-view": "^2.1.3",
|
"react-scroll-into-view": "^2.1.3",
|
||||||
"react-swipeable-views": "0.13.9",
|
|
||||||
"react-table": "^7.7.0",
|
"react-table": "^7.7.0",
|
||||||
"react-tagsinput": "3.19.0",
|
|
||||||
"react-to-print": "^2.13.0",
|
|
||||||
"react-wordcloud": "^1.2.7",
|
|
||||||
"recharts": "^3.1.2",
|
"recharts": "^3.1.2",
|
||||||
"sass": "^1.49.9",
|
"sass": "^1.49.9",
|
||||||
"socket.io-client": "^4.7.4",
|
"socket.io-client": "^4.7.4",
|
||||||
@@ -87,7 +79,9 @@
|
|||||||
"@types/react-dom": "^19.0.0"
|
"@types/react-dom": "^19.0.0"
|
||||||
},
|
},
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"uuid": "^9.0.1"
|
"uuid": "^9.0.1",
|
||||||
|
"react": "^19.0.0",
|
||||||
|
"react-dom": "^19.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prestart": "kill-port 3000",
|
"prestart": "kill-port 3000",
|
||||||
|
|||||||
Reference in New Issue
Block a user