-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 850 Bytes
/
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
{
"name": "albumino",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.5.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"axios": "^1.3.6",
"bcrypt": "^5.1.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"exifreader": "^4.13.0",
"firebase": "^9.20.0",
"framer-motion": "^10.12.2",
"joi": "^17.9.1",
"moment": "^2.29.4",
"mongoose": "^7.0.3",
"multer": "^1.4.5-lts.1",
"nanoid": "^4.0.2",
"next": "13.3.0",
"next-auth": "^4.22.1",
"nodemailer": "^6.9.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"uuid": "^9.0.0"
}
}