-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 845 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
{
"name": "jnvkaa-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.6.1",
"cookies-next": "^4.0.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"lucide-react": "^0.404.0",
"next": "13.4.4",
"react": "18.2.0",
"react-datepicker": "^4.24.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-fast-marquee": "^1.6.0",
"react-geolocated": "^4.1.2",
"react-h5-audio-player": "^3.8.6",
"react-hot-toast": "^2.4.1",
"react-image-file-resizer": "^0.4.8",
"react-modal-video": "^2.0.1",
"react-select": "^5.8.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"swiper": "^8.3.2"
}
}