package.json 1.45 KB
Newer Older
Test User's avatar
Test User committed
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "rich_maker",
  "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": {
YoonDongMin's avatar
YoonDongMin committed
13
    "@react-native-community/art": "^1.2.0",
Choi Ga Young's avatar
Choi Ga Young committed
14
15
16
17
    "@react-native-community/masked-view": "^0.1.11",
    "@react-navigation/bottom-tabs": "^5.11.11",
    "@react-navigation/native": "^5.9.4",
    "@react-navigation/stack": "^5.14.5",
YoonDongMin's avatar
모달    
YoonDongMin committed
18
    "formik": "^2.2.9",
Test User's avatar
Test User committed
19
    "react": "17.0.1",
Choi Ga Young's avatar
Choi Ga Young committed
20
    "react-native": "0.64.2",
YoonDongMin's avatar
YdM    
YoonDongMin committed
21
22
    "react-native-calendar-strip": "^2.2.4",
    "react-native-chart-kit": "^6.11.0",
Choi Ga Young's avatar
Choi Ga Young committed
23
24
    "react-native-elements": "^3.4.2",
    "react-native-gesture-handler": "^1.10.3",
YoonDongMin's avatar
YoonDongMin committed
25
    "react-native-pie": "^1.1.2",
Choi Ga Young's avatar
Choi Ga Young committed
26
27
28
29
    "react-native-reanimated": "^2.2.0",
    "react-native-safe-area-context": "^3.2.0",
    "react-native-screens": "^3.4.0",
    "react-native-sqlite-storage": "^5.0.0",
YoonDongMin's avatar
YdM    
YoonDongMin committed
30
31
32
33
34
    "react-native-svg": "^12.1.1",
    "react-native-vector-icons": "^8.1.0",
    "react-navigation": "^4.4.4",
    "react-navigation-stack": "^2.10.4",
    "yup": "^0.32.9"
Test User's avatar
Test User committed
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@babel/runtime": "^7.12.5",
    "@react-native-community/eslint-config": "^2.0.0",
    "babel-jest": "^26.6.3",
    "eslint": "7.14.0",
    "jest": "^26.6.3",
    "metro-react-native-babel-preset": "^0.64.0",
    "react-test-renderer": "17.0.1"
  },
  "jest": {
    "preset": "react-native"
  }
}