-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.51 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.51 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
51
52
53
54
55
56
57
{
"name": "picknchoose_vacation_getaway",
"version": "1.0.0",
"description": "Let's build some cool shit.",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=production nodemon server/server.js",
"build": "NODE_ENV=production webpack",
"dev": "NODE_ENV=development nodemon server/server.js & webpack-dev-server --open"
},
"nodemonConfig": {
"ignore": [
"build",
"client"
]
},
"dependencies": {
"bcryptjs": "^2.4.3",
"express": "^4.17.1",
"google-map-react": "^1.1.5",
"google-maps-react": "^2.0.2",
"pg": "^7.12.1",
"postgresql": "0.0.1",
"prop-types": "^15.6.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-grid-system": "^5.0.2",
"request-ip": "^2.1.3",
"unirest": "^0.6.0",
"yelp-fusion": "^3.0.0"
},
"devDependencies": {
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-transform-runtime": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.6.0",
"babel-loader": "^8.0.6",
"concurrently": "^4.1.2",
"cookie-parser": "^1.4.4",
"cross-env": "^6.0.0",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^4.12.0",
"nodemon": "^1.19.2",
"react-places-autocomplete": "^7.2.1",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"author": "MIT",
"license": "MIT"
}