-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 763 Bytes
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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hapi/joi": "^17.1.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"bcryptjs": "^2.4.3",
"clsx": "^1.1.1",
"copy-to-clipboard": "^3.3.1",
"mongoose": "^5.10.0",
"next": "9.5.2",
"random-words": "^1.1.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-hook-form": "^6.4.0",
"react-toast-notifications": "^2.4.0"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.2",
"@types/hapi__joi": "^17.1.4",
"@types/mongoose": "^5.7.36",
"@types/node": "^14.0.27",
"typescript": "^3.9.7"
}
}