-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.25 KB
/
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
40
41
42
43
44
45
46
47
{
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.614.0",
"@babel/runtime": "^7.23.9",
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.7",
"@mui/material": "^5.15.7",
"@mui/material-nextjs": "^5.15.7",
"@types/node": "20.10.6",
"@types/react-dom": "18.2.18",
"ag-grid-react": "^32.1.0",
"aws-sdk": "^2.1659.0",
"bootstrap": "^5.3.2",
"deepmerge": "^4.3.1",
"libphonenumber-js": "^1.11.11",
"msw": "^2.3.5",
"next": "latest",
"next-intl": "^3.24.0",
"playwright-msw": "^3.0.1",
"postgres": "^3.4.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^4.0.12",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.53.0",
"react-phone-number-input": "^3.3.9",
"react-select": "^5.8.0",
"react-toastify": "^10.0.1",
"sass": "^1.70.0",
"typescript": "5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@types/react": "^18.2.48",
"@types/react-google-recaptcha": "^2.1.9",
"dotenv": "^16.4.5"
}
}