-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "uber-price-estimator",
"version": "1.0.0",
"description": "A single-page app that fetches real-time price and duration estimates of Uber rides",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server/index.js",
"react-dev": "webpack -d --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wyatt-troia/hrnyc18-mvp.git"
},
"author": "Wyatt Troia",
"license": "ISC",
"bugs": {
"url": "https://github.com/wyatt-troia/hrnyc18-mvp/issues"
},
"homepage": "https://github.com/wyatt-troia/hrnyc18-mvp#readme",
"dependencies": {
"axios": "^0.18.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.2.1",
"express": "^4.16.4",
"mongoose": "^5.3.4",
"morgan": "^1.9.1",
"react": "^16.5.2",
"react-bootstrap": "^1.0.0-beta.3",
"react-dom": "^16.5.2",
"webpack": "^2.2.1"
}
}