-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
38
{
"name": "trip-planner",
"version": "1.0.0",
"scripts": {
"client": "cd client && npm run start",
"server": "nodemon server.js",
"build": "cd client && npm install && npm run build",
"start": "node server.js",
"start-local": "cd client && npm run build && cd .. && nodemon server",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"dependencies": {
"@elastic/elasticsearch": "^7.11.0",
"aws-elasticsearch-connector": "^9.0.3",
"aws-sdk": "^2.864.0",
"aws-xray-sdk": "^3.2.0",
"aws4": "^1.11.0",
"bluebird": "^3.7.2",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"elasticsearch": "^16.7.2",
"express": "^4.17.1",
"http-aws-es": "^6.0.0",
"missing": "0.0.1",
"node-cron": "^2.0.3",
"nodemon": "^2.0.7",
"opencollective-postinstall": "^2.0.0",
"react-bootstrap": "^1.5.1",
"redis": "^3.1.0",
"redis-server": "^1.2.2",
"request": "^2.88.2",
"require": "^2.4.20"
},
"devDependencies": {
"concurrently": "^4.1.2"
}
}