Skip to content

Commit

Permalink
feat: add Github README page. (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
harshmangalam authored Jul 23, 2024
1 parent ef1ef15 commit f5a6a41
Show file tree
Hide file tree
Showing 7 changed files with 1,754 additions and 2,510 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.36.0-next.4",
"keyv": "^4.5.4",
"nodemailer": "^6.9.13",
"oauth-pkce": "^0.0.7",
"postcss": "^8.4.33",
Expand All @@ -44,8 +45,11 @@
"typescript": "^5.0.0",
"vite": "^5.0.3",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0",
"keyv": "^4.5.4"
"vite-plugin-wasm": "^3.3.0"
},
"type": "module"
"type": "module",
"dependencies": {
"@geoffcodesthings/tailwind-md-base": "^1.1.0",
"snarkdown": "^2.0.0"
}
}
Loading

0 comments on commit f5a6a41

Please sign in to comment.