feat(WEB-128): desktop and mobile initial wireframe implemented

This commit is contained in:
Simon Emanuelsson
2024-03-18 17:24:17 +01:00
parent fd6c49ac7c
commit b173c2fb11
44 changed files with 957 additions and 19 deletions

View File

@@ -22,6 +22,7 @@
"@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.2",
"@t3-oss/env-nextjs": "^0.9.2",
"class-variance-authority": "^0.7.0",
"dayjs": "^1.11.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"graphql-tag": "^2.12.6",
@@ -29,6 +30,7 @@
"next-auth": "^5.0.0-beta.15",
"react": "^18",
"react-dom": "^18",
"react-feather": "^2.0.10",
"server-only": "^0.0.1",
"zod": "^3.22.4"
},
@@ -51,4 +53,4 @@
"engines": {
"node": "18"
}
}
}