init + login

This commit is contained in:
2022-12-11 01:36:17 -06:00
commit f3b12c3756
16 changed files with 401 additions and 0 deletions

30
package.json Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "discord-retokenizer-web",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"env-ts": "import-meta-env-typescript -x .env.example -o src"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@import-meta-env/typescript": "^0.2.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^3.0.0",
"dotenv": "^16.0.3",
"eslint": "^8.29.0",
"prettier": "^2.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.5",
"sass": "^1.56.2",
"typescript": "^4.9.4",
"vite": "^4.0.0"
},
"devDependencies": {
"@import-meta-env/unplugin": "^0.4.0"
}
}