-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 770 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 770 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": "amaazona",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.60",
"@mui/icons-material": "^5.0.1",
"@mui/material": "^5.0.1",
"axios": "^0.21.4",
"bcryptjs": "^2.4.3",
"jsonwebtoken": "^8.5.1",
"next": "11.1.2",
"notistack": "^1.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.15.4",
"react-material-ui-carousel": "^2.3.5",
"react-reveal": "^1.2.2"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2"
}
}