package.json 2.14 KB
Newer Older
Giang Tran committed
1 2 3 4 5 6 7 8 9 10 11 12
{
  "name": "Invest",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
    "lint": "eslint ."
  },
  "dependencies": {
Giang Tran committed
13
    "@react-native-clipboard/clipboard": "^1.7.0",
Giang Tran committed
14
    "@react-native-community/async-storage": "^1.12.1",
Giang Tran committed
15
    "@react-native-community/checkbox": "^0.5.7",
Giang Tran committed
16
    "@react-native-community/masked-view": "^0.1.10",
Giang Tran committed
17 18
    "@react-native-firebase/app": "^7.1.0",
    "@react-native-firebase/messaging": "^7.1.0",
Giang Tran committed
19
    "@react-navigation/bottom-tabs": "^5.11.7",
Giang Tran committed
20
    "@react-navigation/material-top-tabs": "^5.3.14",
Giang Tran committed
21 22 23
    "@react-navigation/native": "^5.9.2",
    "@react-navigation/stack": "^5.14.2",
    "axios": "^0.21.1",
Giang Tran committed
24
    "dateformat": "^4.5.1",
Giang Tran committed
25 26 27
    "lodash": "^4.17.20",
    "moment": "^2.29.1",
    "react": "16.11.0",
Giang Tran committed
28
    "react-hook-form": "^6.15.4",
Giang Tran committed
29
    "react-native": "0.62.2",
Giang Tran committed
30
    "react-native-autocomplete-input": "^5.0.0",
Giang Tran committed
31
    "react-native-bootsplash": "^3.2.0",
Giang Tran committed
32
    "react-native-confirmation-code-field": "^6.5.1",
Giang Tran committed
33
    "react-native-datepicker": "^1.7.2",
Giang Tran committed
34
    "react-native-gesture-handler": "^1.9.0",
Giang Tran committed
35
    "react-native-image-crop-picker": "^0.36.0",
Giang Tran committed
36 37
    "react-native-indicators": "^0.17.0",
    "react-native-linear-gradient": "^2.5.6",
Giang Tran committed
38
    "react-native-modal": "^11.7.0",
Giang Tran committed
39
    "react-native-modal-dropdown": "^1.0.0",
Giang Tran committed
40 41 42
    "react-native-reanimated": "^1.13.2",
    "react-native-safe-area-context": "^3.1.9",
    "react-native-screens": "^2.17.1",
43
    "react-native-simple-radio-button": "^2.7.4",
Giang Tran committed
44
    "react-native-tab-view": "^2.15.2",
Giang Tran committed
45
    "react-native-vector-icons": "^8.0.0",
Giang Tran committed
46
    "react-native-webview": "^11.2.5",
Giang Tran committed
47
    "react-native-youtube": "^2.0.1",
Giang Tran committed
48 49
    "react-redux": "^7.2.2",
    "redux": "^4.0.5",
Giang Tran committed
50 51
    "redux-saga": "^1.1.3",
    "sha256": "^0.2.0"
Giang Tran committed
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
  },
  "devDependencies": {
    "@babel/core": "^7.13.1",
    "@babel/runtime": "^7.13.1",
    "@react-native-community/eslint-config": "^2.0.0",
    "babel-jest": "^26.6.3",
    "eslint": "^7.20.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.65.1",
    "react-test-renderer": "16.11.0"
  },
  "jest": {
    "preset": "react-native"
  }
}