feat(WEB-170): edit profile view

This commit is contained in:
Simon Emanuelsson
2024-04-11 18:51:38 +02:00
parent 82e4d40203
commit 9396b2c3d5
114 changed files with 3642 additions and 2171 deletions

View File

@@ -19,6 +19,8 @@
},
"dependencies": {
"@contentstack/live-preview-utils": "^1.4.0",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@netlify/plugin-nextjs": "^5.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.5",
@@ -32,14 +34,18 @@
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
"libphonenumber-js": "^1.10.60",
"next": "^14.1.0",
"next-auth": "^5.0.0-beta.15",
"react": "^18",
"react-dom": "^18",
"react-feather": "^2.0.10",
"react-hook-form": "^7.51.2",
"react-international-phone": "^4.2.6",
"server-only": "^0.0.1",
"superjson": "^2.2.1",
"zod": "^3.22.4"
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/node": "^20",