Skip to content

Commit

Permalink
fixed nodejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
itsliterallymonique committed Oct 5, 2024
1 parent b968caf commit 8033dac
Show file tree
Hide file tree
Showing 2 changed files with 2,024 additions and 895 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
"start": "next start",
"lint": "next lint",
"tsc": "pnpm exec tsc --noEmit",
"prettier:check": "pnpm exec prettier --check .",
"prettier": "pnpm exec prettier --check .",
"prettier:fix": "pnpm exec prettier --write .",
"prepare": "husky",
"pre-commit": "(pnpm run tsc || true) && (pnpm run lint || true) && pnpm run prettier:check"
"pre-commit": "(pnpm run tsc || true) && (pnpm run lint || true) && pnpm run prettier"
},
"dependencies": {
"next": "14.2.8",
"next": "^14.2.10",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.3.0"
"react-dom": "^18"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
Expand Down
Loading

0 comments on commit 8033dac

Please sign in to comment.