강의

멘토링

커뮤니티

Inflearn Community Q&A

woulduinpk's profile image
woulduinpk

asked

[Renewal] Creating NodeBird SNS with React

antd and styled-components

혹시 버전중에 리엑트

Written on

·

158

0

리엑트 버전이 

{
"name": "react-nodebird-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next"
},
"author": "PK",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.6.4",
"antd": "^4.16.13",
"next": "^9.5.5",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-react-hooks": "^4.2.0"
}
}

괜찮은가요 ? 17이라고 되어있는데
reactnodejsreduxexpressNext.js

Answer 1

0

zerocho님의 프로필 이미지
zerocho
Instructor

17버전도 상관 없습니다.

woulduinpk's profile image
woulduinpk

asked

Ask a question