-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 890 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
37
{
"name": "shorturl-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^4.2.11",
"@mantine/dates": "^4.2.11",
"@mantine/form": "^4.2.11",
"@mantine/hooks": "^4.2.11",
"@mantine/next": "^4.2.11",
"@mantine/notifications": "^4.2.11",
"@next-auth/mongodb-adapter": "^1.0.3",
"axios": "^0.27.2",
"cors": "^2.8.5",
"dayjs": "^1.11.3",
"lorem-ipsum": "^2.0.8",
"mongodb": "^4.7.0",
"nanoid": "^4.0.0",
"next": "12.1.6",
"next-auth": "^4.7.0",
"nodemailer": "^6.7.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"sib-api-v3-sdk": "^8.4.0"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-config-next": "12.1.6"
}
}