-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.09 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
{
"name": "pixel-perfect-langing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"start": "next start",
"startall": "next build && next start",
"build": "next build",
"sitemap": "next-sitemap",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"axios": "^1.7.2",
"classnames": "^2.5.1",
"hamburger-react": "^2.5.0",
"next": "14.1.0",
"next-recaptcha-v3": "^1.4.1",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-device-detect": "^2.2.3",
"react-dom": "^18",
"react-google-recaptcha": "^3.1.0",
"react-google-recaptcha-v3": "^1.10.1",
"react-icons": "^5.0.1",
"react-indiana-drag-scroll": "^2.2.0",
"recaptcha-v3-react-function-async": "^0.0.5",
"sass": "^1.70.0",
"scss": "^0.2.4",
"sharp": "^0.33.2",
"swiper": "^11.0.6"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-google-recaptcha": "^2.1.9",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"typescript": "^5"
}
}