Skip to content

Commit

Permalink
chore: react native 의존성 삭제
Browse files Browse the repository at this point in the history
 스타일 세팅을 위한 react-native 삭제
  • Loading branch information
JaeJunday committed Nov 3, 2023
1 parent b55afe5 commit f43c992
Show file tree
Hide file tree
Showing 6 changed files with 3,291 additions and 9,087 deletions.
15 changes: 8 additions & 7 deletions services/next/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ echo "----- Start installing npm dependencies -----"
npm install --prefix srcs
npm cache clean --force

npm install --prefix srcs --save redux react-redux @reduxjs/toolkit react-devtools react-router-dom react-cookie jsonwebtoken
npm install --prefix srcs --save react-unity-webgl nextjs-unity-webgl
npm install --prefix srcs --save axios axios-auth-refresh
npm install --prefix srcs --save ws socket.io utf-8-validate bufferutil
npm install --prefix srcs --save @typescript-eslint
npm install --prefix srcs --save babel-loader @babel/preset-react @babel/preset-env ts-loader
npm install --prefix srcs --save @mui/material @mui/styles @emotion/react @emotion/styled @fontsource/roboto @mui/icons-material
# npm install --prefix srcs --save redux react-redux @reduxjs/toolkit react-devtools react-router-dom react-cookie jsonwebtoken
# npm install --prefix srcs --save react-unity-webgl nextjs-unity-webgl
# npm install --prefix srcs --save axios axios-auth-refresh
# npm install --prefix srcs --save ws socket.io utf-8-validate bufferutil
# npm install --prefix srcs --save @typescript-eslint
# npm install --prefix srcs --save babel-loader @babel/preset-react @babel/preset-env ts-loader
# npm install --prefix srcs --save @mui/material @mui/styles @emotion/react @emotion/styled @fontsource/roboto @mui/icons-material

echo "----- 😎 Successfully installed -----"

# tail -f
npm --prefix srcs run build
npm --prefix srcs run start
# npm --prefix srcs run dev
Loading

0 comments on commit f43c992

Please sign in to comment.