forked from octohotdogs/octodogs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 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
42
{
"name": "itinerary-planner",
"version": "1.0.0",
"description": "Save and manage your itineraries",
"main": "index.js",
"scripts": {
"react-dev": "webpack -d --watch",
"server-dev": "nodemon server/index.js",
"test": "mocha",
"postinstall": "webpack"
},
"author": "Octodogs <https://github.com/octohotdogs>",
"license": "Unlicensed",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"webpack": "^2.2.1"
},
"dependencies": {
"@google/maps": "^0.5.5",
"body-parser": "^1.17.2",
"bootstrap": "^4.1.3",
"dotenv": "^6.0.0",
"express": "^4.15.0",
"jquery": "^3.1.1",
"mongoose": "^4.8.6",
"npm": "^6.4.0",
"package.json": "^2.0.1",
"react": "^15.6.2",
"react-bootstrap": "^0.32.3",
"react-dom": "^15.6.2",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1"
}
}