Commit 4cc3c3b4 authored by 우지원's avatar 우지원
Browse files

a

parent 6e9ed379
node_modules
package-lock.json
\ No newline at end of file
[{"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\index.js":"1","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\App.js":"2","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\reportWebVitals.js":"3","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Page\\SignUp.js":"4","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Page\\LogIn.js":"5","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Page\\ProfilePage.js":"6"},{"size":697,"mtime":1608983421056,"results":"7","hashOfConfig":"8"},{"size":496,"mtime":1608975613849,"results":"9","hashOfConfig":"8"},{"size":362,"mtime":499162500000,"results":"10","hashOfConfig":"8"},{"size":1538,"mtime":1608979266096,"results":"11","hashOfConfig":"8"},{"size":1312,"mtime":1608976474757,"results":"12","hashOfConfig":"8"},{"size":1703,"mtime":1608980555468,"results":"13","hashOfConfig":"8"},{"filePath":"14","messages":"15","errorCount":1,"warningCount":2,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"1o4fibt",{"filePath":"16","messages":"17","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"19","messages":"20","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"21","messages":"22","errorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"23","usedDeprecatedRules":"18"},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"18"},"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\index.js",["28","29","30"],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\App.js",[],["31","32"],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\reportWebVitals.js",[],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Page\\SignUp.js",["33"],"import React from 'react';\r\nimport { Container } from 'react-bootstrap';\r\nimport { Form, Button, Container } from 'react-bootstrap/Form'\r\n\r\nfunction SingUp() {\r\n return(\r\n <div>\r\n <Container className=\"d-flex justify-content-center\">\r\n <h2>회원가입</h2>\r\n <Form>\r\n <Form.Group controlId=\"formGroupEmail\">\r\n <Form.Label>User name</Form.Label>\r\n <Form.Control type=\"email\" placeholder=\"Enter User name\" />\r\n </Form.Group>\r\n <Form.Group controlId=\"formGroupPassword\">\r\n <Form.Label>Nickname</Form.Label>\r\n <Form.Control type=\"password\" placeholder=\"Enter nickname\" />\r\n </Form.Group>\r\n <Form.Group controlId=\"formGroupEmail\">\r\n <Form.Label>Email address</Form.Label>\r\n <Form.Control type=\"email\" placeholder=\"Enter email\" />\r\n </Form.Group>\r\n <Form.Group controlId=\"formGroupPassword\">\r\n <Form.Label>Password</Form.Label>\r\n <Form.Control type=\"password\" placeholder=\"Enter Password\" />\r\n </Form.Group>\r\n </Form>\r\n <span>\r\n <Button variant=\"outline-success\" size=\"sm\" className=\"mr-4\">가입</Button>\r\n </span>\r\n </Container>\r\n </div>\r\n )\r\n}\r\n\r\nexport default SingUp","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Page\\LogIn.js",[],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Page\\ProfilePage.js",[],{"ruleId":"34","severity":1,"message":"35","line":4,"column":8,"nodeType":"36","messageId":"37","endLine":4,"endColumn":11},{"ruleId":"34","severity":1,"message":"38","line":5,"column":8,"nodeType":"36","messageId":"37","endLine":5,"endColumn":14},{"ruleId":"39","severity":2,"message":"40","line":13,"column":6,"nodeType":"41","endLine":13,"endColumn":12},{"ruleId":"42","replacedBy":"43"},{"ruleId":"44","replacedBy":"45"},{"ruleId":null,"fatal":true,"severity":2,"message":"46","line":3,"column":24},"no-unused-vars","'App' is defined but never used.","Identifier","unusedVar","'SingUp' is defined but never used.","react/jsx-no-undef","'SignUp' is not defined.","JSXIdentifier","no-native-reassign",["47"],"no-negated-in-lhs",["48"],"Parsing error: Identifier 'Container' has already been declared\n\n\u001b[0m \u001b[90m 1 | \u001b[39m\u001b[36mimport\u001b[39m \u001b[33mReact\u001b[39m from \u001b[32m'react'\u001b[39m\u001b[33m;\u001b[39m\u001b[0m\n\u001b[0m \u001b[90m 2 | \u001b[39m\u001b[36mimport\u001b[39m { \u001b[33mContainer\u001b[39m } from \u001b[32m'react-bootstrap'\u001b[39m\u001b[33m;\u001b[39m\u001b[0m\n\u001b[0m\u001b[31m\u001b[1m>\u001b[22m\u001b[39m\u001b[90m 3 | \u001b[39m\u001b[36mimport\u001b[39m { \u001b[33mForm\u001b[39m\u001b[33m,\u001b[39m \u001b[33mButton\u001b[39m\u001b[33m,\u001b[39m \u001b[33mContainer\u001b[39m } from \u001b[32m'react-bootstrap/Form'\u001b[39m\u001b[0m\n\u001b[0m \u001b[90m | \u001b[39m \u001b[31m\u001b[1m^\u001b[22m\u001b[39m\u001b[0m\n\u001b[0m \u001b[90m 4 | \u001b[39m\u001b[0m\n\u001b[0m \u001b[90m 5 | \u001b[39m\u001b[36mfunction\u001b[39m \u001b[33mSingUp\u001b[39m() {\u001b[0m\n\u001b[0m \u001b[90m 6 | \u001b[39m \u001b[36mreturn\u001b[39m(\u001b[0m","no-global-assign","no-unsafe-negation"] [{"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\index.js":"1","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\App.js":"2","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\reportWebVitals.js":"3","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Pages\\LogInPage.js":"4","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Pages\\ProfilePage.js":"5","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Pages\\SignUpPage.js":"6","C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Pages\\LoginForm.js":"7"},{"size":1067,"mtime":1609311222292,"results":"8","hashOfConfig":"9"},{"size":521,"mtime":1609128581269,"results":"10","hashOfConfig":"9"},{"size":375,"mtime":1609115905349,"results":"11","hashOfConfig":"9"},{"size":1427,"mtime":1609293569761,"results":"12","hashOfConfig":"9"},{"size":6052,"mtime":1609311390374,"results":"13","hashOfConfig":"9"},{"size":1888,"mtime":1609312738573,"results":"14","hashOfConfig":"9"},{"size":2830,"mtime":1609254452618,"results":"15","hashOfConfig":"9"},{"filePath":"16","messages":"17","errorCount":0,"warningCount":1,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},"1o4fibt",{"filePath":"18","messages":"19","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"20"},{"filePath":"21","messages":"22","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"23"},{"filePath":"24","messages":"25","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"23"},{"filePath":"26","messages":"27","errorCount":0,"warningCount":5,"fixableErrorCount":0,"fixableWarningCount":0,"source":null},{"filePath":"28","messages":"29","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"30","messages":"31","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"usedDeprecatedRules":"23"},"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\index.js",["32"],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\App.js",[],["33","34"],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\reportWebVitals.js",[],["35","36"],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Pages\\LogInPage.js",[],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Pages\\ProfilePage.js",["37","38","39","40","41"],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Pages\\SignUpPage.js",[],"C:\\Users\\user\\Desktop\\lab\\messenger\\client\\src\\Pages\\LoginForm.js",[],{"ruleId":"42","severity":1,"message":"43","line":11,"column":42,"nodeType":"44","messageId":"45","endLine":11,"endColumn":50},{"ruleId":"46","replacedBy":"47"},{"ruleId":"48","replacedBy":"49"},{"ruleId":"46","replacedBy":"50"},{"ruleId":"48","replacedBy":"51"},{"ruleId":"42","severity":1,"message":"52","line":4,"column":42,"nodeType":"44","messageId":"45","endLine":4,"endColumn":53},{"ruleId":"42","severity":1,"message":"53","line":5,"column":27,"nodeType":"44","messageId":"45","endLine":5,"endColumn":33},{"ruleId":"42","severity":1,"message":"54","line":5,"column":35,"nodeType":"44","messageId":"45","endLine":5,"endColumn":40},{"ruleId":"42","severity":1,"message":"55","line":5,"column":52,"nodeType":"44","messageId":"45","endLine":5,"endColumn":58},{"ruleId":"42","severity":1,"message":"56","line":5,"column":60,"nodeType":"44","messageId":"45","endLine":5,"endColumn":64},"no-unused-vars","'Redirect' is defined but never used.","Identifier","unusedVar","no-native-reassign",["57"],"no-negated-in-lhs",["58"],["57"],["58"],"'FormControl' is defined but never used.","'Router' is defined but never used.","'Route' is defined but never used.","'Switch' is defined but never used.","'Link' is defined but never used.","no-global-assign","no-unsafe-negation"]
\ No newline at end of file \ No newline at end of file
...@@ -21,3 +21,7 @@ ...@@ -21,3 +21,7 @@
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
package-lock.json
.eslintcache
debug.log
\ No newline at end of file
...@@ -7088,6 +7088,19 @@ ...@@ -7088,6 +7088,19 @@
"resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz", "resolved": "https://registry.npmjs.org/hex-color-regex/-/hex-color-regex-1.1.0.tgz",
"integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ==" "integrity": "sha512-l9sfDFsuqtOqKDsQdqrMRk0U85RZc0RtOR9yPI7mRVOa4FsR/BVnZ0shmQRM96Ji99kYZP/7hn1cedc1+ApsTQ=="
}, },
"history": {
"version": "4.10.1",
"resolved": "https://registry.npmjs.org/history/-/history-4.10.1.tgz",
"integrity": "sha512-36nwAD620w12kuzPAsyINPWJqlNbij+hpK1k9XRloDtym8mxzGYl2c17LnV6IAGB2Dmg4tEa7G7DlawS0+qjew==",
"requires": {
"@babel/runtime": "^7.1.2",
"loose-envify": "^1.2.0",
"resolve-pathname": "^3.0.0",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0",
"value-equal": "^1.0.1"
}
},
"hmac-drbg": { "hmac-drbg": {
"version": "1.0.1", "version": "1.0.1",
"resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
...@@ -7098,6 +7111,14 @@ ...@@ -7098,6 +7111,14 @@
"minimalistic-crypto-utils": "^1.0.1" "minimalistic-crypto-utils": "^1.0.1"
} }
}, },
"hoist-non-react-statics": {
"version": "3.3.2",
"resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz",
"integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==",
"requires": {
"react-is": "^16.7.0"
}
},
"hoopy": { "hoopy": {
"version": "0.1.4", "version": "0.1.4",
"resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz", "resolved": "https://registry.npmjs.org/hoopy/-/hoopy-0.1.4.tgz",
...@@ -9462,6 +9483,11 @@ ...@@ -9462,6 +9483,11 @@
} }
} }
}, },
"joi-browser": {
"version": "13.4.0",
"resolved": "https://registry.npmjs.org/joi-browser/-/joi-browser-13.4.0.tgz",
"integrity": "sha512-TfzJd2JaJ/lg/gU+q5j9rLAjnfUNF9DUmXTP9w+GfmG79LjFOXFeM7hIFuXCBcZCivUDFwd9l1btTV9rhHumtQ=="
},
"js-tokens": { "js-tokens": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
...@@ -9967,6 +9993,15 @@ ...@@ -9967,6 +9993,15 @@
"resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz",
"integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==" "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg=="
}, },
"mini-create-react-context": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/mini-create-react-context/-/mini-create-react-context-0.4.1.tgz",
"integrity": "sha512-YWCYEmd5CQeHGSAKrYvXgmzzkrvssZcuuQDDeqkT+PziKGMgE+0MCCtcKbROzocGBG1meBLl2FotlRwf4gAzbQ==",
"requires": {
"@babel/runtime": "^7.12.1",
"tiny-warning": "^1.0.3"
}
},
"mini-css-extract-plugin": { "mini-css-extract-plugin": {
"version": "0.11.3", "version": "0.11.3",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz", "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-0.11.3.tgz",
...@@ -12448,6 +12483,52 @@ ...@@ -12448,6 +12483,52 @@
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.8.3.tgz",
"integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg==" "integrity": "sha512-X8jZHc7nCMjaCqoU+V2I0cOhNW+QMBwSUkeXnTi8IPe6zaRWfn60ZzvFDZqWPfmSJfjub7dDW1SP0jaHWLu/hg=="
}, },
"react-router": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/react-router/-/react-router-5.2.0.tgz",
"integrity": "sha512-smz1DUuFHRKdcJC0jobGo8cVbhO3x50tCL4icacOlcwDOEQPq4TMqwx3sY1TP+DvtTgz4nm3thuo7A+BK2U0Dw==",
"requires": {
"@babel/runtime": "^7.1.2",
"history": "^4.9.0",
"hoist-non-react-statics": "^3.1.0",
"loose-envify": "^1.3.1",
"mini-create-react-context": "^0.4.0",
"path-to-regexp": "^1.7.0",
"prop-types": "^15.6.2",
"react-is": "^16.6.0",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
},
"dependencies": {
"isarray": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
"integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8="
},
"path-to-regexp": {
"version": "1.8.0",
"resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-1.8.0.tgz",
"integrity": "sha512-n43JRhlUKUAlibEJhPeir1ncUID16QnEjNpwzNdO3Lm4ywrBpBZ5oLD0I6br9evr1Y9JTqwRtAh7JLoOzAQdVA==",
"requires": {
"isarray": "0.0.1"
}
}
}
},
"react-router-dom": {
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-5.2.0.tgz",
"integrity": "sha512-gxAmfylo2QUjcwxI63RhQ5G85Qqt4voZpUXSEqCwykV0baaOTQDR1f0PmY8AELqIyVc0NEZUj0Gov5lNGcXgsA==",
"requires": {
"@babel/runtime": "^7.1.2",
"history": "^4.9.0",
"loose-envify": "^1.3.1",
"prop-types": "^15.6.2",
"react-router": "5.2.0",
"tiny-invariant": "^1.0.2",
"tiny-warning": "^1.0.0"
}
},
"react-scripts": { "react-scripts": {
"version": "4.0.1", "version": "4.0.1",
"resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-4.0.1.tgz", "resolved": "https://registry.npmjs.org/react-scripts/-/react-scripts-4.0.1.tgz",
...@@ -12935,6 +13016,11 @@ ...@@ -12935,6 +13016,11 @@
"resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
"integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==" "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
}, },
"resolve-pathname": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/resolve-pathname/-/resolve-pathname-3.0.0.tgz",
"integrity": "sha512-C7rARubxI8bXFNB/hqcp/4iUeIXJhJZvFPFPiSPRnhU5UPxzMFIl+2E6yY6c4k9giDJAhtV+enfA+G89N6Csng=="
},
"resolve-url": { "resolve-url": {
"version": "0.2.1", "version": "0.2.1",
"resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
...@@ -14590,6 +14676,16 @@ ...@@ -14590,6 +14676,16 @@
"resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz", "resolved": "https://registry.npmjs.org/timsort/-/timsort-0.3.0.tgz",
"integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q=" "integrity": "sha1-QFQRqOfmM5/mTbmiNN4R3DHgK9Q="
}, },
"tiny-invariant": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz",
"integrity": "sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw=="
},
"tiny-warning": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/tiny-warning/-/tiny-warning-1.0.3.tgz",
"integrity": "sha512-lBN9zLN/oAf68o3zNXYrdCt1kP8WsiGW8Oo2ka41b2IM5JL/S1CTyX1rW0mb/zSuJun0ZUrDxx4sqvYS2FWzPA=="
},
"tmpl": { "tmpl": {
"version": "1.0.4", "version": "1.0.4",
"resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz", "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.4.tgz",
...@@ -15071,6 +15167,11 @@ ...@@ -15071,6 +15167,11 @@
"spdx-expression-parse": "^3.0.0" "spdx-expression-parse": "^3.0.0"
} }
}, },
"value-equal": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/value-equal/-/value-equal-1.0.1.tgz",
"integrity": "sha512-NOJ6JZCAWr0zlxZt+xqCHNTEKOsrks2HQd4MqhP1qy4z1SkbEP467eNx6TgDKXMvUOb+OENfJCZwM+16n7fRfw=="
},
"vary": { "vary": {
"version": "1.1.2", "version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
......
...@@ -7,9 +7,11 @@ ...@@ -7,9 +7,11 @@
"@testing-library/react": "^11.2.2", "@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0", "@testing-library/user-event": "^12.6.0",
"bootstrap": "^4.5.3", "bootstrap": "^4.5.3",
"joi-browser": "^13.4.0",
"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",
"web-vitals": "^0.2.4" "web-vitals": "^0.2.4"
}, },
...@@ -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"
} }
This diff is collapsed.
{
"name": "messenger",
"version": "1.0.0",
"description": "Messenger 2020 Winter",
"main": "index.js",
"dependencies": {
"express": "^4.17.1",
"mongoose": "^5.11.9",
"nodemon": "^2.0.6",
"validator": "^13.5.2"
},
"devDependencies": {},
"type": "module",
"scripts": {
"dev": "nodemon server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://compmath.korea.ac.kr/gitlab/research/messenger.git"
},
"keywords": [],
"author": "",
"license": "ISC"
}
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