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

aaaaa

parent ed6d2092
...@@ -10,7 +10,9 @@ ...@@ -10,7 +10,9 @@
"react": "^17.0.1", "react": "^17.0.1",
"react-bootstrap": "^1.4.0", "react-bootstrap": "^1.4.0",
"react-dom": "^17.0.1", "react-dom": "^17.0.1",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1", "react-scripts": "4.0.1",
"styled-components": "^5.2.1",
"web-vitals": "^0.2.4" "web-vitals": "^0.2.4"
}, },
"scripts": { "scripts": {
...@@ -36,5 +38,6 @@ ...@@ -36,5 +38,6 @@
"last 1 firefox version", "last 1 firefox version",
"last 1 safari version" "last 1 safari version"
] ]
} },
"proxy": "http://localhost:3030"
} }
...@@ -3,8 +3,9 @@ ...@@ -3,8 +3,9 @@
"version": "1.0.0", "version": "1.0.0",
"description": "Messenger 2020 Winter", "description": "Messenger 2020 Winter",
"main": "index.js", "main": "index.js",
"type":"module", "type": "module",
"scripts": { "scripts": {
"dev": "nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {
...@@ -15,6 +16,7 @@ ...@@ -15,6 +16,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"dependencies": { "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