product item + product section

This commit is contained in:
hamid zarghami
2026-07-19 12:03:21 +03:30
parent 7bb9240f21
commit 9a58990cae
6 changed files with 81 additions and 3 deletions
+15 -1
View File
@@ -12,7 +12,8 @@
"iconsax-reactjs": "^0.0.8",
"next": "16.2.10",
"react": "19.2.4",
"react-dom": "19.2.4"
"react-dom": "19.2.4",
"react-simple-star-rating": "^5.1.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
@@ -5718,6 +5719,19 @@
"dev": true,
"license": "MIT"
},
"node_modules/react-simple-star-rating": {
"version": "5.1.7",
"resolved": "https://registry.npmjs.org/react-simple-star-rating/-/react-simple-star-rating-5.1.7.tgz",
"integrity": "sha512-NTFkW8W3uwvI82Fv7JW5i7gmDjEZKxJmj+Z9vn+BjYIXT6ILdnU9qnSUP2cWrWN/WAUlue81f9SgM4CQcenltQ==",
"license": "MIT",
"engines": {
"node": ">=14"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
}
},
"node_modules/reflect.getprototypeof": {
"version": "1.0.10",
"resolved": "https://registry.npmjs.org/reflect.getprototypeof/-/reflect.getprototypeof-1.0.10.tgz",