-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "do_client_v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_OPTIONS=\"--max_old_space_size=2048\" next build",
"start": "NODE_OPTIONS=\"--max_old_space_size=2048\" next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@hookform/resolvers": "^2.8.8",
"@mui/icons-material": "^5.6.0",
"@mui/lab": "^5.0.0-alpha.77",
"@mui/material": "^5.6.0",
"@reduxjs/toolkit": "^1.8.1",
"date-fns": "^2.28.0",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-hook-form": "^7.29.0",
"react-redux": "^7.2.8",
"react-toastify": "^8.2.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2",
"typescript": "4.6.3"
}
}