package.json 2.38 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
    "@react-native-community/netinfo": "^6.0.0",
Giang Tran committed
18 19
    "@react-native-firebase/app": "^7.1.0",
    "@react-native-firebase/messaging": "^7.1.0",
Giang Tran committed
20
    "@react-navigation/bottom-tabs": "^5.11.7",
Giang Tran committed
21
    "@react-navigation/material-top-tabs": "^5.3.14",
Giang Tran committed
22 23 24
    "@react-navigation/native": "^5.9.2",
    "@react-navigation/stack": "^5.14.2",
    "axios": "^0.21.1",
Giang Tran committed
25
    "dateformat": "^4.5.1",
Giang Tran committed
26 27 28
    "lodash": "^4.17.20",
    "moment": "^2.29.1",
    "react": "16.11.0",
Giang Tran committed
29
    "react-hook-form": "^6.15.4",
Giang Tran committed
30
    "react-native": "0.62.2",
Giang Tran committed
31
    "react-native-autocomplete-input": "^5.0.0",
Giang Tran committed
32
    "react-native-bootsplash": "^3.2.0",
Giang Tran committed
33
    "react-native-confirmation-code-field": "^6.5.1",
Giang Tran committed
34
    "react-native-datepicker": "^1.7.2",
Giang Tran committed
35
    "react-native-device-info": "^8.1.2",
Giang Tran committed
36
    "react-native-fast-image": "^8.3.4",
Giang Tran committed
37
    "react-native-gesture-handler": "^1.9.0",
Giang Tran committed
38
    "react-native-i18n": "^2.0.15",
Giang Tran committed
39
    "react-native-image-crop-picker": "^0.36.2",
Giang Tran committed
40 41
    "react-native-indicators": "^0.17.0",
    "react-native-linear-gradient": "^2.5.6",
Giang Tran committed
42
    "react-native-modal": "^11.7.0",
Giang Tran committed
43
    "react-native-modal-dropdown": "^1.0.0",
Giang Tran committed
44 45 46
    "react-native-reanimated": "^1.13.2",
    "react-native-safe-area-context": "^3.1.9",
    "react-native-screens": "^2.17.1",
47
    "react-native-simple-radio-button": "^2.7.4",
Giang Tran committed
48
    "react-native-swiper": "^1.6.0",
Giang Tran committed
49
    "react-native-tab-view": "^2.15.2",
Giang Tran committed
50
    "react-native-vector-icons": "^8.0.0",
Giang Tran committed
51
    "react-native-webview": "^11.2.5",
Giang Tran committed
52
    "react-native-youtube": "^2.0.1",
Giang Tran committed
53 54
    "react-redux": "^7.2.2",
    "redux": "^4.0.5",
Giang Tran committed
55
    "redux-saga": "^1.1.3",
Nguyễn Thị Thúy committed
56 57
    "sha256": "^0.2.0",
    "socket.io-client": "2.3.0"
Giang Tran committed
58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
  },
  "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"
  }
}