package.json 1.1 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": {
ItbGcthate's avatar
ItbGcthate 已提交
13
    "@ant-design/react-native": "^5.0.0",
YYYTDMS's avatar
YYYTDMS 已提交
14 15
    "@react-navigation/native": "^6.0.10",
    "@react-navigation/native-stack": "^6.6.2",
YYYTDMS's avatar
YYYTDMS 已提交
16
    "axios": "^0.26.1",
YYYTDMS's avatar
YYYTDMS 已提交
17
    "react": "17.0.2",
18 19 20
    "react-native": "0.68.1",
    "react-native-elements": "^3.4.2",
    "react-native-safe-area-context": "^4.2.4",
YYYTDMS's avatar
YYYTDMS 已提交
21 22
    "react-native-screens": "^3.13.1",
    "react-native-splash-screen": "^3.3.0",
23 24
    "react-native-tab-navigator": "^0.3.4",
    "react-native-vector-icons": "^9.1.0"
YYYTDMS's avatar
YYYTDMS 已提交
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
  },
  "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"
  }
}