Initial Commit

This commit is contained in:
Mike Conrad
2023-08-25 20:35:10 -04:00
commit 01a9bc6cb4
12 changed files with 428 additions and 0 deletions

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"name": "web-authenticator",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.0.2",
"vite": "^4.4.5"
}
}