-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.08 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.08 KB
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
{
"name": "fullstack",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"cd backend && npm run dev\"",
"build": "vite build",
"start": "vite",
"preview": "vite preview",
"install-All": "concurrently \"npm i\" \"cd backend && npm i\""
},
"dependencies": {
"@react-google-maps/api": "^2.18.1",
"aws-sdk": "^2.1377.0",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.3",
"concurrently": "^8.0.1",
"cookie-parser": "^1.4.6",
"deep-email-validator": "^0.1.21",
"mock-aws-s3": "^4.0.2",
"nock": "^13.3.1",
"nodemailer": "^6.9.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-calendar": "^4.2.1",
"react-dom": "^18.2.0",
"react-google-login": "^5.2.2",
"react-responsive-carousel": "^3.2.23",
"react-router": "^6.9.0",
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.0"
}
}