-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 819 Bytes
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
{
"name": "inha-graduate-project-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "nodemon app.js",
"client": "cd client && yarn dev",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@google/maps": "^1.1.3",
"@react-google-maps/api": "^2.19.2",
"axios": "^1.5.1",
"cheerio": "^1.0.0-rc.12",
"concurrently": "^8.2.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"mongodb": "^6.2.0",
"mongoose": "^7.6.3",
"node-fetch": "^2.7.0",
"nodemon": "^3.0.1",
"react-kakao-maps-sdk": "^1.1.24",
"react-query": "^3.39.3",
"selenium-webdriver": "^4.15.0"
}
}