Skip to content

Commit 190c191

Browse files
committed
chore: drop unused deps and align README start command
1 parent 437fab0 commit 190c191

3 files changed

Lines changed: 6 additions & 238 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Este projeto roda em producao com:
121121

122122
- Root Directory: `api`
123123
- Build Command: `npm install`
124-
- Start Command: `npm run start`
124+
- Start Command: `npm run start:prod`
125125

126126
4. Configure variaveis de ambiente no servico da API:
127127

package-lock.json

Lines changed: 5 additions & 235 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@emotion/react": "^11.11.4",
2323
"@emotion/styled": "^11.11.0",
2424
"@hookform/resolvers": "^3.3.4",
25-
"@material/dialog": "^14.0.0",
2625
"@mui/icons-material": "^5.15.13",
2726
"@mui/material": "^5.15.13",
2827
"axios": "^1.6.7",
@@ -32,7 +31,6 @@
3231
"react-hook-form": "^7.51.0",
3332
"react-icons": "^5.0.1",
3433
"react-loading-io": "^2.2.1",
35-
"react-modal": "^3.16.1",
3634
"react-router-dom": "^6.22.2",
3735
"react-toastify": "^10.0.4",
3836
"sass": "^1.71.1",

0 commit comments

Comments
 (0)