Skip to content

Commit

Permalink
Feat. 윈도우 개행문자 수정, mkcert 라이브러리 적용 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyongwook98 committed Jun 13, 2024
1 parent 3c5ef26 commit e878a15
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
21 changes: 20 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"react-scripts": "^5.0.1",
"redux": "^5.0.1",
"styled-components": "^6.1.8",
"styled-reset": "^4.5.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "HTTPS=true SSL_CRT_FILE=./localhost.pem SSL_KEY_FILE=./localhost-key.pem react-scripts start",
"start": "cross-env HTTPS=true SSL_CRT_FILE=./localhost.pem SSL_KEY_FILE=./localhost-key.pem react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
Expand All @@ -46,6 +46,7 @@
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"cross-env": "^7.0.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"prettier": "^3.2.5"
Expand Down

0 comments on commit e878a15

Please sign in to comment.