-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
50 lines (50 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
{
"name": "zavolt-next",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"aos": "^2.3.4",
"bootstrap": "^5.3.3",
"eslint-config-next": "^14.2.7",
"i": "^0.3.7",
"jarallax": "^2.2.1",
"next": "^14.2.7",
"nodemailer": "^6.9.15",
"photoswipe": "^5.4.4",
"react": "^18.3.1",
"react-accessible-accordion": "^5.0.0",
"react-animated-cursor": "^2.11.2",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.53.0",
"react-masonry-css": "^1.0.16",
"react-modal": "^3.16.1",
"react-modal-video": "^2.0.2",
"react-parallax": "^3.5.1",
"react-photoswipe-gallery": "^3.0.2",
"react-pro-sidebar": "^1.1.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.28.0",
"react-transition-group": "^4.4.5",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.77.2",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/node": "22.5.1",
"@types/react": "18.3.5",
"@types/react-slick": "^0.23.13"
}
}