{ "name": "management", //프로젝트 네임 "version": "0.1.0", // 버전명 "private": true, /* public 명령 거부 만약 (내부 레지스트리 등) 특정 레지스트리 만에 출시하는 환경을 원한다면,publishConfig를 이용하여 publish시 registr설정을 덮어쓸수 있다. */ "dependencies": { // 의존성 "@testing-library/jest-dom": "^5.14.1", //버전과 호환 가능 "@testing-library/react": "^11.2.7", // 버전과 호환 가능 "@testing-library/user-event": "^12.8.3", //버전과 호환 가능 "react": "^17.0.2", // 버전과 호환..