-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1001 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
38
39
{
"name": "tripso-next",
"version": "1.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@popperjs/core": "^2.11.6",
"@reduxjs/toolkit": "^1.9.1",
"aos": "^2.3.4",
"bootstrap": "^5.2.3",
"chart.js": "^4.2.1",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"google-map-react": "^2.2.0",
"next": "13.2.3",
"photoswipe": "^5.3.5",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-input-range": "^1.3.0",
"react-modal-video": "^2.0.0",
"react-multi-date-picker": "^3.3.4",
"react-parallax": "^3.5.1",
"react-photoswipe-gallery": "^2.2.6",
"react-pro-sidebar": "^1.0.0",
"react-redux": "^8.0.5",
"react-slick": "^0.29.0",
"react-tabs": "^6.0.0",
"sass": "^1.57.1",
"slick-carousel": "^1.8.1",
"swiper": "^8.4.7"
}
}