-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.76 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "graciela-photography",
"description": "Graciela's photography is a responsive Web for a professional photographer. Built with Next.js, React, SCSS and JavaScript.",
"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/styled": "^11.11.0",
"@mui/material": "^5.14.15",
"next": "13.2.4",
"react": "18.2.0",
"react-background-video-player": "^1.1.8",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.2.1",
"react-helmet": "^6.1.0",
"react-i18next": "^12.3.1",
"react-icons": "^4.2.0",
"react-intersection-observer": "^9.5.2",
"react-masonry-css": "^1.0.16",
"react-photo-album": "^2.3.0",
"react-player": "^2.12.0",
"react-router-hash-link": "^2.4.3",
"react-scroll": "^1.8.1",
"react-slick": "^0.29.0",
"react-tabs": "^6.0.0",
"sweetalert2": "^11.10.0",
"typescript": "^5.2.2",
"yet-another-react-lightbox": "^3.14.0"
},
"devDependencies": {
"@popperjs/core": "^2.11.7",
"@types/node": "^20.8.9",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"autoprefixer": "^10",
"bootstrap": "^5.2.3",
"emailjs-com": "^3.2.0",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"framer-motion": "^2.9.5",
"i18next": "^22.5.1",
"i18next-browser-languagedetector": "^7.1.0",
"i18next-http-backend": "^2.1.1",
"jquery": "^3.6.4",
"popper.js": "^1.16.1",
"postcss": "^8",
"sass": "^1.60.0",
"slick-carousel": "^1.8.1",
"swiper": "^9.2.0",
"tailwindcss": "^3",
"typewriter-effect": "^2.20.1",
"validator": "^13.6.0",
"wowjs": "^1.1.3"
}
}