products modal added

This commit is contained in:
Paul Fresnel
2024-11-09 17:39:17 +01:00
parent fb1c4406f2
commit 46734345c6
8 changed files with 369 additions and 167 deletions
+7 -6
View File
@@ -9,18 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"react": "19.0.0-rc-02c0e824-20241028",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"next": "15.0.2"
"framer-motion": "^11.11.11",
"next": "15.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"eslint": "^8",
"eslint-config-next": "15.0.2"
"typescript": "^5"
}
}