-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.08 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.0.18",
"@react-google-maps/api": "^2.20.5",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"framer-motion": "^11.18.2",
"i18next": "^23.0.0",
"next": "14.1.0",
"next-i18next": "^15.0.0",
"react": "^18",
"react-dom": "^18",
"react-i18next": "^13.0.0",
"react-icons": "^5.4.0",
"react-intersection-observer": "^9.15.1",
"sass": "^1.83.4",
"sharp": "^0.33.2",
"swiper": "^11.2.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.9.4",
"@types/node": "20.17.16",
"@types/react": "18.3.18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "5.7.3"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}