-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
44
45
46
47
48
{
"scripts": {
"dev": "vite",
"start": "nodemon index.js"
},
"dependencies": {
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^1.6.8",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"image-downloader": "^4.3.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongoose": "^8.2.4",
"multer": "^1.4.5-lts.1",
"prop-types": "^15.8.1",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-date-range": "^2.0.0-alpha.4",
"react-datepicker": "^6.9.0",
"react-icons": "^5.1.0",
"react-phone-number-input": "^3.4.0",
"react-router-dom": "^6.22.3",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"reactstrap": "^9.2.2",
"router-dom": "^2.2.11",
"safe-buffer": "^5.2.1",
"slick-carousel": "^1.8.1",
"world-countries": "^5.0.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"vite": "^5.1.6"
},
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/TuniTravel/TravelApp.git",
"author": "Yasmine <yasmine.abderrahmen08@gmail.com>",
"license": "MIT",
"name": "TravelApp"
}