Skip to content

Commit

Permalink
1.04 poidh status
Browse files Browse the repository at this point in the history
  • Loading branch information
hostgsr committed Apr 1, 2024
1 parent ad339ce commit f42c907
Show file tree
Hide file tree
Showing 37 changed files with 2,554 additions and 8,693 deletions.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
eslint: {
dirs: ['src'],
ignoreDuringBuilds: true,
},

reactStrictMode: true,
Expand Down
146 changes: 54 additions & 92 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^4.12.0",
"tailwind-merge": "^2.1.0"
},
Expand Down Expand Up @@ -55,9 +56,8 @@
"next-sitemap": "^2.5.28",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.5.0",
"tailwindcss": "^3.3.6",
"typescript": "^4.9.5"
"typescript": "^5.0.4"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
Expand Down
Loading

0 comments on commit f42c907

Please sign in to comment.