feat: add CarousellMe feature with profile, listings and reviews components

This commit is contained in:
louiscklaw
2025-06-19 17:45:45 +08:00
parent 1fdf10c0da
commit 360da364ff
23 changed files with 1431 additions and 3 deletions

View File

@@ -62,6 +62,7 @@
"@types/react-dom": "^18.0.11",
"@types/react-router": "^5.1.20",
"@types/react-router-dom": "^5.3.3",
"@types/react-star-ratings": "^2.3.3",
"@vitejs/plugin-react": "^3.1.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.0",
@@ -1326,6 +1327,16 @@
"@types/react-router": "*"
}
},
"node_modules/@types/react-star-ratings": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/@types/react-star-ratings/-/react-star-ratings-2.3.3.tgz",
"integrity": "sha512-8vLqJG1uRA2SmYBBMPWpv6QWHLvZ/a3XmELCIf4xh4VFXT7QkkrcthiLSMjQ4ibDiUtYYpyLB0JoR1lBHSHA2A==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/react": "*"
}
},
"node_modules/@types/slice-ansi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/slice-ansi/-/slice-ansi-4.0.0.tgz",
@@ -7054,6 +7065,15 @@
"@types/react-router": "*"
}
},
"@types/react-star-ratings": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/@types/react-star-ratings/-/react-star-ratings-2.3.3.tgz",
"integrity": "sha512-8vLqJG1uRA2SmYBBMPWpv6QWHLvZ/a3XmELCIf4xh4VFXT7QkkrcthiLSMjQ4ibDiUtYYpyLB0JoR1lBHSHA2A==",
"dev": true,
"requires": {
"@types/react": "*"
}
},
"@types/slice-ansi": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/@types/slice-ansi/-/slice-ansi-4.0.0.tgz",