package.json 1.5 KB
Newer Older
YYYTDMS's avatar
YYYTDMS 已提交
1 2 3 4 5 6 7 8 9 10 11 12
{
  "name": "FZUStudyRoom",
  "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": {
YYYTDMS's avatar
YYYTDMS 已提交
13 14
    "@react-navigation/native": "^6.0.10",
    "@react-navigation/native-stack": "^6.6.2",
YYYTDMS's avatar
YYYTDMS 已提交
15
    "axios": "^0.26.1",
YYYTDMS's avatar
YYYTDMS 已提交
16
    "moment": "^2.29.3",
MHT_ZJL_'s avatar
MHT_ZJL_ 已提交
17
    "prop-types": "^15.8.1",
YYYTDMS's avatar
YYYTDMS 已提交
18
    "react": "17.0.2",
19
    "react-native": "0.68.1",
YYYTDMS's avatar
YYYTDMS 已提交
20
    "react-native-action-button": "^2.8.5",
YYYTDMS's avatar
YYYTDMS 已提交
21 22 23
    "react-native-amap3d": "^3.0.7",
    "react-native-common-date-picker": "^2.3.7",
    "react-native-drawer": "^2.5.1",
24
    "react-native-elements": "^3.4.2",
MHT_ZJL_'s avatar
MHT_ZJL_ 已提交
25
    "react-native-flexi-radio-button": "^0.2.2",
YYYTDMS's avatar
YYYTDMS 已提交
26
    "react-native-image-crop-picker": "^0.37.3",
MHT_ZJL_'s avatar
MHT_ZJL_ 已提交
27
    "react-native-modal-dropdown": "^1.0.2",
28
    "react-native-safe-area-context": "^4.2.4",
YYYTDMS's avatar
YYYTDMS 已提交
29 30
    "react-native-screens": "^3.13.1",
    "react-native-splash-screen": "^3.3.0",
31
    "react-native-tab-navigator": "^0.3.4",
YYYTDMS's avatar
YYYTDMS 已提交
32
    "react-native-table-component": "^1.2.2",
MHT_ZJL_'s avatar
MHT_ZJL_ 已提交
33
    "react-native-vector-icons": "^9.1.0",
34
    "react-navigation": "^4.4.4",
lilouv's avatar
lilouv 已提交
35 36
    "react-redux": "^8.0.1",
    "redux": "^4.2.0"
YYYTDMS's avatar
YYYTDMS 已提交
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
  },
  "devDependencies": {
    "@babel/core": "7.17.9",
    "@babel/runtime": "7.17.9",
    "@react-native-community/eslint-config": "2.0.0",
    "babel-jest": "26.6.3",
    "eslint": "7.32.0",
    "jest": "26.6.3",
    "metro-react-native-babel-preset": "0.67.0",
    "react-test-renderer": "17.0.2"
  },
  "jest": {
    "preset": "react-native"
  }
}