Initialise repo

This commit is contained in:
KMKoushik
2024-03-15 09:17:00 +11:00
parent 84f17399e8
commit 7ee4e89e5f
23 changed files with 3708 additions and 1906 deletions

View File

@@ -9,15 +9,15 @@
"lint": "eslint . --max-warnings 0"
},
"dependencies": {
"@repo/ui": "workspace:*",
"@unsend/ui": "workspace:*",
"next": "^14.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.1.1",
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@unsend/eslint-config": "workspace:*",
"@unsend/typescript-config": "workspace:*",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
@@ -25,4 +25,4 @@
"eslint": "^8.57.0",
"typescript": "^5.3.3"
}
}
}