인프런 커뮤니티 질문&답변
프론트 서버주소
작성
·
175
답변 4
2
2
0
0
박민호
질문자
package.json 파일인데 주소가 없는데 파일이 잘못된건가요?
{
"name": "prototype",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build"
},
"author": "min",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^4.3.0",
"antd": "^4.4.2",
"axios": "^0.21.0",
"faker": "^5.1.0",
"immer": "^8.0.0",
"next": "^9.4.4",
"next-link": "^2.0.0",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "^6.0.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-redux": "^7.2.2",
"react-slick": "^0.27.13",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
"shortid": "^2.2.16",
"styled-components": "^5.1.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.4.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-react-hooks": "^4.2.0"
}
}




