Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben-Foxman committed Oct 13, 2024
1 parent 8c50e5b commit 4e50daa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest" // Added test script
"test": "jest"
},
"dependencies": {
"@hello-pangea/dnd": "^17.0.0",
"@supabase/supabase-js": "^2.45.4",
"next": "14.2.14",
"react": "^18",
"react-dom": "^18",
"mathjs": "^13.2.0", // Added mathjs dependency
"test": "^3.3.0" // Added test dependency
"mathjs": "^13.2.0",
"test": "^3.3.0"
}
}
}

0 comments on commit 4e50daa

Please sign in to comment.