Skip to content

Commit

Permalink
- move some dev dependencies to prod dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joaovictornsv committed Feb 14, 2024
1 parent cbab471 commit 9173466
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 30 deletions.
36 changes: 14 additions & 22 deletions package-lock.json

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

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"react-router-dom": "^6.15.0",
"tailwind-merge": "^1.14.0",
"tailwind-variants": "^0.1.14",
"vite-plugin-svgr": "^3.2.0"
"vite-plugin-svgr": "^3.2.0",
"@vitejs/plugin-react": "^4.0.3",
"postcss": "^8.4.35",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5",
"autoprefixer": "^10.4.15"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.28",
"prettier": "^3.0.3",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
"eslint-plugin-react-refresh": "^0.4.3"
}
}

0 comments on commit 9173466

Please sign in to comment.