-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 986 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@optum/pontifex-ui",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/auth0-react": "^1.10.1",
"@azure/msal-browser": "^2.24.0",
"@azure/msal-react": "^1.4.0",
"@chakra-ui/icons": "2.0.3",
"@chakra-ui/react": "^2.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^0.27.2",
"chakra-ui-steps": "^1.7.3",
"formik": "^2.2.9",
"framer-motion": "^6",
"memoize-lit": "^1.4.0",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-error-boundary": "^3.1.4",
"react-step-wizard": "^5.3.11",
"react-use-wizard": "^2.2.0",
"serve-handler": "^6.1.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^18.0.8",
"eslint": "8.14.0",
"eslint-config-next": "12.1.6",
"typescript": "^4.6.4"
}
}