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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63{
"name": "equalify-v2-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start:prod": "vite dev --mode production",
"start:staging": "vite dev --mode staging",
"build:prod": "vite build --mode production && aws s3 --profile equalifyuic sync --delete ./dist s3://equalifyuic-web && aws --profile equalifyuic cloudfront create-invalidation --distribution-id ERS6SZU2YGMXQ --paths \"/*\" > /dev/null",
"build:staging": "vite build --mode staging && aws s3 --profile equalifyuic sync --delete ./dist s3://equalifyuic-web-staging && aws --profile equalifyuic cloudfront create-invalidation --distribution-id ET2ZPWOHURCZ0 --paths \"/*\" > /dev/null",
"build": "yarn build:staging && yarn build:prod",
"ngrok": "ngrok http --domain c.ngrok.pro 5173",
"sso": "aws sso login --profile equalifyuic"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-accessible-icon": "^1.1.8",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle-group": "^1.1.11",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@tanstack/react-query": "^5.89.0",
"@tanstack/react-table": "^8.21.3",
"aws-amplify": "^6.15.6",
"graphql-ws": "^6.0.6",
"posthog-js": "^1.266.2",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-icons": "^5.5.0",
"react-router-dom": "^7.9.1",
"react-select": "^5.10.2",
"react-syntax-highlighter": "^16.1.0",
"recharts": "^3.3.0",
"sonner": "^2.0.7",
"use-debounce": "^10.1.0",
"vaul-base": "^0.0.6",
"zustand": "^5.0.8"
},
"devDependencies": {
"@azure/msal-browser": "^4.26.1",
"@azure/msal-react": "^3.0.21",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.0.3",
"autoprefixer": "^10.4.21",
"sass-embedded": "^1.93.3",
"typescript": "^5.9.2",
"vite": "^7.1.6",
"vite-plugin-pwa": "^1.1.0"
},
"imports": {
"#src/*": "./src/*"
}
}