package.json 1.34 KB
Newer Older
1
{
leiyongsheng committed
2
  "name": "banma_credit",
3 4 5 6 7 8 9
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "android": "react-native run-android",
    "ios": "react-native run-ios",
    "start": "react-native start",
    "test": "jest",
CaryaLiu committed
10 11
    "lint": "eslint .",
    "bundle-ios": "node node_modules/react-native/local-cli/cli.js bundle --entry-file index.js --platform ios --dev false --bundle-output ./ios/bundle/main.jsbundle --assets-dest ./ios/bundle"
12 13
  },
  "dependencies": {
leiyongsheng committed
14
    "@react-native-community/masked-view": "^0.1.10",
leiyongsheng committed
15
    "@react-navigation/bottom-tabs": "^5.8.0",
leiyongsheng committed
16
    "@react-navigation/native": "^5.7.3",
leiyongsheng committed
17
    "@react-navigation/stack": "^5.9.0",
CaryaLiu committed
18 19
    "bufferutil": "^4.0.1",
    "canvas": "^2.6.1",
leiyongsheng committed
20
    "node-sass": "^4.14.1",
21
    "react": "16.13.1",
CaryaLiu committed
22
    "react-native": "^0.63.2",
leiyongsheng committed
23 24 25 26
    "react-native-gesture-handler": "^1.8.0",
    "react-native-reanimated": "^1.13.0",
    "react-native-safe-area-context": "^3.1.7",
    "react-native-screens": "^2.11.0",
CaryaLiu committed
27 28
    "typescript": "^4.0.2",
    "utf-8-validate": "^5.0.2"
29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/runtime": "^7.8.4",
    "@react-native-community/eslint-config": "^1.1.0",
    "babel-jest": "^25.1.0",
    "eslint": "^6.5.1",
    "jest": "^25.1.0",
    "metro-react-native-babel-preset": "^0.59.0",
    "react-test-renderer": "16.13.1"
  },
  "jest": {
    "preset": "react-native"
  }
}