Skip to content

Commit

Permalink
sc-12355 Beacon FE: add registration feature with e2e test integratio…
Browse files Browse the repository at this point in the history
…n (cypress)
  • Loading branch information
elysee15 committed Feb 3, 2023
1 parent feca9e1 commit 89a510c
Show file tree
Hide file tree
Showing 55 changed files with 938 additions and 5,112 deletions.
13 changes: 8 additions & 5 deletions web/beacon-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"dev": "vite --port 3000",
"build": "tsc && vite build",
"test": "vitest",
"preview": "vite preview",
Expand Down Expand Up @@ -48,7 +48,8 @@
"@mui/base": "^5.0.0-alpha.116",
"@radix-ui/react-avatar": "^1.0.1",
"@radix-ui/react-tooltip": "^1.0.3",
"@rotational/beacon-core": "^2.0.1",
"@rotational/beacon-core": "^2.0.5",
"@rotational/beacon-foundation": "latest",
"@sentry/react": "^7.33.0",
"@sentry/tracing": "^7.33.0",
"@tanstack/react-query": "^4.22.4",
Expand All @@ -58,9 +59,9 @@
"axios": "^1.2.5",
"babel-plugin-macros": "^3.1.0",
"beacon-core": "^0.1.2",
"@rotational/beacon-foundation": "latest",
"class-variance-authority": "^0.4.0",
"classnames": "^2.3.2",
"formik": "^2.2.9",
"framer-motion": "^8.5.4",
"invariant": "^2.2.4",
"localforage": "^1.10.0",
Expand All @@ -74,7 +75,8 @@
"styled-components": "^5.3.6",
"tailwind-merge": "^1.8.1",
"ts-node": "^10.9.1",
"type-fest": "^3.5.3"
"type-fest": "^3.5.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.20.12",
Expand All @@ -86,6 +88,7 @@
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
Expand Down Expand Up @@ -130,4 +133,4 @@
"engines": {
"node": ">=14.19.1 <=18.x.x"
}
}
}

0 comments on commit 89a510c

Please sign in to comment.