Skip to content

Commit

Permalink
Merge pull request #6 from frorong/feature/report
Browse files Browse the repository at this point in the history
Add report
  • Loading branch information
frorong committed Mar 30, 2024
2 parents e15fcd5 + 5ad3702 commit 399c9ec
Show file tree
Hide file tree
Showing 7 changed files with 446 additions and 24 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"eslint": "^7.7.0",
"eslint-plugin-svelte3": "^2.7.3",
"mdsvex": "^0.11.0",
"nodemailer": "^6.9.13",
"postcss": "^8.4.32",
"postcss-load-config": "^5.0.2",
"prettier": "^3.2.5",
Expand All @@ -41,6 +42,7 @@
"type": "module",
"dependencies": {
"@typescript-eslint/parser": "^7.4.0",
"mongodb": "^6.5.0"
"mongodb": "^6.5.0",
"svelte-email": "^0.0.4"
}
}
Loading

0 comments on commit 399c9ec

Please sign in to comment.