initial commit for mobile app

This commit is contained in:
daniel31x13
2024-01-12 15:57:49 -05:00
parent 834d25a99e
commit 7109620dc7
79 changed files with 2239 additions and 73 deletions
+6 -1
View File
@@ -16,11 +16,15 @@
"start": "concurrently \"next start\" \"yarn worker:prod\"",
"build": "next build",
"lint": "next lint",
"format": "prettier --write \"**/*.{ts,tsx,js,json,md}\""
"format": "prettier --write \"**/*.{ts,tsx,js,json,md}\"",
"static": "next build && next export"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.1",
"@aws-sdk/client-s3": "^3.379.1",
"@capacitor/android": "^5.6.0",
"@capacitor/core": "^5.6.0",
"@capacitor/ios": "^5.6.0",
"@headlessui/react": "^1.7.15",
"@mozilla/readability": "^0.4.4",
"@prisma/client": "^4.16.2",
@@ -62,6 +66,7 @@
"zustand": "^4.3.8"
},
"devDependencies": {
"@capacitor/cli": "^5.6.0",
"@playwright/test": "^1.35.1",
"@types/bcrypt": "^5.0.0",
"@types/dompurify": "^3.0.4",