-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
49
{
"name": "awayhome-reviews",
"version": "1.0.0",
"description": "",
"main": "index.jsx",
"scripts": {
"react-dev": "webpack -d --watch",
"start": "nodemon server/index.js",
"seed": "node --max_old_space_size=7168 db/postgresDB/seed.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@babel/runtime": "^7.7.6",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"faker": "^4.1.0",
"google-map-react": "^1.1.5",
"google-maps-react": "^2.0.2",
"moment": "^2.24.0",
"mongodb": "^3.4.1",
"mongoose": "^5.8.3",
"morgan": "^1.9.1",
"mysql2": "^2.0.2",
"pg": "^7.15.1",
"pg-promise": "^10.3.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-icons": "^3.8.0",
"react-router-dom": "^5.1.2",
"react-star-ratings": "^2.3.0",
"sequelize": "^5.21.2",
"zipcodes": "^8.0.0"
},
"devDependencies": {
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.5",
"@babel/preset-react": "^7.7.4",
"babel-loader": "^8.0.6",
"http-proxy-middleware": "^0.20.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}