Commit c01dfef6 authored by Choi Ga Young's avatar Choi Ga Young
Browse files

aaaaa

parent ed6d2092
......@@ -10,7 +10,9 @@
"react": "^17.0.1",
"react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4"
},
"scripts": {
......@@ -36,5 +38,6 @@
"last 1 firefox version",
"last 1 safari version"
]
}
},
"proxy": "http://localhost:3030"
}
......@@ -3,8 +3,9 @@
"version": "1.0.0",
"description": "Messenger 2020 Winter",
"main": "index.js",
"type":"module",
"type": "module",
"scripts": {
"dev": "nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
......@@ -15,6 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.17.1"
"express": "^4.17.1",
"nodemon": "^2.0.6"
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment