-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "maszota-next-js",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"axios": "^1.7.3",
"cloudinary": "^1.36.4",
"embla-carousel-autoplay": "^8.0.0-rc03",
"embla-carousel-react": "^8.0.0-rc03",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.12.10",
"headlessui": "^0.0.0",
"heroicons": "^2.0.18",
"i18next": "^22.4.14",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"next": "13.3.0",
"next-cloudinary": "^4.10.0",
"next-i18next": "^13.2.2",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hooks-global-state": "^2.1.0",
"react-i18next": "^12.2.0",
"react-icons": "^4.8.0",
"react-responsive-carousel": "^3.2.23",
"react-scroll-parallax": "^3.4.2",
"react-swipeable": "^7.0.0",
"react-use-keypress": "^1.3.1",
"sass": "^1.61.0",
"sharp": "^0.32.0",
"tailwindcss": "3.3.1",
"typescript": "5.0.4"
}
}