Skip to content

Commit

Permalink
feat: add login functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
rams23 committed Aug 14, 2023
1 parent 0ca8682 commit bbd2f6d
Show file tree
Hide file tree
Showing 9 changed files with 947 additions and 44 deletions.
3 changes: 2 additions & 1 deletion bin/dev
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env node
const path = require('node:path')

require('dotenv').config({path: path.join(__dirname, '../.env')})
const oclif = require('@oclif/core')

const path = require('path')
const project = path.join(__dirname, '..', 'tsconfig.json')

// In dev mode -> use ts-node and dev plugins
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,20 @@
"/uber-apk-signer.jar"
],
"dependencies": {
"@firebase/auth": "^1.1.0",
"@oclif/core": "^2",
"@oclif/plugin-help": "^5",
"@oclif/plugin-plugins": "^2.3.2",
"@react-native-community/cli-platform-ios": "10.2.0",
"@react-native-community/cli-platform-android": "10.2.0",
"@react-native-community/cli-platform-ios": "10.2.0",
"@react-native-community/cli-tools": "10.1.1",
"axios": "^1.3.4",
"chalk": "^4.1.2",
"dotenv": "^16.3.1",
"firebase": "^10.1.0",
"ios-deploy": "^1.12.1",
"lint-staged": "^13.1.2",
"open": "^8.4.2",
"prompts": "^2.4.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit bbd2f6d

Please sign in to comment.