-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
42
43
44
45
46
47
48
49
50
{
"name": "mvp-starter",
"version": "1.0.0",
"description": "just a starter repo for the MVP project",
"main": "index.js",
"scripts": {
"react-dev": "webpack --mode development --watch",
"server-dev": "nodemon server/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.0.1",
"nodemon": "^2.0.20",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@material-ui/icons": "^4.11.3",
"@react-google-maps/api": "^2.18.1",
"availability-calendar-react": "^1.0.10",
"axios": "^0.21.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"bootstrap": "^5.2.3",
"cloudinary": "^1.34.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"css-loader": "^6.7.3",
"dotenv": "^16.0.3",
"express": "^4.15.0",
"fs": "^0.0.1-security",
"jquery": "^3.1.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.4",
"mysql2": "^3.0.1",
"nodemailer": "^6.9.1",
"react": "17.0.2",
"react-bootstrap": "^2.7.2",
"react-dom": "17.0.2",
"react-router-dom": "^6.8.1",
"sass": "^1.58.1",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1"
}
}