-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 KB
/
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
38
39
40
41
{
"name": "hegyikecskek",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/style": "^0.8.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.7",
"@mui/x-date-pickers": "^5.0.3",
"@portabletext/react": "^1.0.6",
"@sanity/client": "^3.3.3",
"@sanity/image-url": "^1.0.1",
"date-fns": "^2.29.3",
"dayjs": "^1.11.5",
"mailgun.js": "^8.0.1",
"next": "^13.4.9",
"nodemailer": "^6.9.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.36.1",
"react-masonry-css": "^1.0.16",
"react-minimal-pie-chart": "^8.3.0",
"react-photo-album": "^2.0.2",
"react-toastify": "^9.0.8",
"swiper": "^8.3.2"
},
"devDependencies": {
"eslint": "8.22.0",
"eslint-config-next": "^13.4.9",
"prettier": "2.7.1"
}
}