-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "uzbekvoice",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@directus/sdk": "^10.1.4",
"@hcaptcha/react-hcaptcha": "^1.4.4",
"ahooks": "^3.7.4",
"axios": "^0.27.2",
"dotenv": "^16.0.3",
"lamejsfix": "1.0.1",
"nanoid": "^4.0.1",
"next": "12.1.6",
"next-seo": "^5.5.0",
"next-share": "^0.18.0",
"next-sitemap": "^3.1.23",
"nextjs-cors": "^2.1.1",
"nextjs-progressbar": "0.0.14",
"photoswipe": "^5.3.0",
"plyr-react": "^5.1.0",
"react": "18.1.0",
"react-audio-voice-recorder": "^1.0.4",
"react-dom": "18.1.0",
"react-notifications-component": "^4.0.1",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.2.19",
"react-toastify": "^9.1.1",
"swiper": "^8.3.2"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"prettier": "^2.8.4"
}
}