Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm 모듈 설치/삭제 #1

Closed
pje1740 opened this issue Oct 28, 2020 · 4 comments
Closed

npm 모듈 설치/삭제 #1

pje1740 opened this issue Oct 28, 2020 · 4 comments
Assignees
Labels

Comments

@pje1740
Copy link
Collaborator

pje1740 commented Oct 28, 2020

개발 중 npm module을 새롭게 설치하는 경우, 이 이슈에 코멘트로 아래 내용을 명시해주세요.

[설치/삭제한 모듈]

[설치/삭제한 이유]

[기타 공유 사항]

@JeesooHaa
Copy link
Member

Frontend

[설치/삭제한 모듈]

    "eslint": "^7.2.0",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-jsx-a11y": "^6.3.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.20.0",
    "eslint-plugin-react-hooks": "^4.0.0",
    "prettier": "^2.1.2",

[설치/삭제한 이유]

  • eslint와 prettier를 적용하기 위해 설치했습니다.
  • eslint-config-airbnb, eslint-plugin-import, eslint-plugin-jsx-a11y, eslint-plugin-react, eslint-plugin-react-hooks 는 airbnb eslint를 적용할 때 필요한 모듈들입니다.
  • eslint-config-prettier, eslint-plugin-prettier는 eslint에서 prettier를 사용하기 위한 모듈들입니다.

@JeesooHaa
Copy link
Member

Backend

[설치/삭제한 모듈]

    "eslint": "^7.2.0",
    "eslint-config-airbnb-base": "^14.2.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-prettier": "^3.1.4",
    "prettier": "^2.1.2"

[설치/삭제한 이유]

  • eslint와 prettier를 적용하기 위해 설치했습니다.
  • eslint-config-airbnb-base, eslint-plugin-import는 airbnb-base eslint를 적용할 때 필요한 모듈들입니다.
  • eslint-config-prettier, eslint-plugin-prettier는 eslint에서 prettier를 사용하기 위한 모듈들입니다.

@pje1740
Copy link
Collaborator Author

pje1740 commented Oct 30, 2020

Frontend

[설치/삭제한 모듈]

    "webpack-dev-server": "^3.11.0",
    "html-webpack-plugin": "^4.5.0",

[설치/삭제한 이유]

  • webpack-dev-server를 통해 개발 환경에서 프론트 테스트를 자동으로 할 수 있습니다.
  • html-webpack-plugin을 통해서 번들 할 때 템플릿을 기반으로 html 파일을 생성해줍니다.

@JeesooHaa
Copy link
Member

Frontend

[설치/삭제한 모듈]

  "dependencies": {
    "react-markdown": "^5.0.2",
  },
  "devDependencies": {
    "path-browserify": "^1.0.1",
    "process": "^0.11.10",
  }

[설치/삭제한 이유]

@pje1740 pje1740 closed this as completed Aug 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants