forked from uzbekvoice/new_website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 890 Bytes
/
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
{
"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",
"axios": "^0.27.2",
"jquery": "^3.6.0",
"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-dom": "18.1.0",
"react-google-recaptcha": "^2.1.0",
"react-icons": "^4.3.1",
"react-owl-carousel": "^2.3.3",
"react-phone-number-input": "^3.2.8",
"recharts": "^2.1.13",
"swiper": "^8.3.2"
},
"devDependencies": {
"eslint": "8.16.0",
"eslint-config-next": "12.1.6"
}
}