초기 환경 설정 - DB
Analy.js
0 → 100644
MoneyDB.js
0 → 100644
Monthly.js
0 → 100644
File added
package-lock.json
deleted
100644 → 0
This source diff could not be displayed because it is too large. You can view the blob instead.
... | @@ -10,8 +10,19 @@ | ... | @@ -10,8 +10,19 @@ |
"lint": "eslint ." | "lint": "eslint ." | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@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", | |||
"react": "17.0.1", | "react": "17.0.1", | ||
"react-native": "0.64.2" | "react-native": "0.64.2", | ||
"react-native-elements": "^3.4.2", | |||
"react-native-gesture-handler": "^1.10.3", | |||
"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", | |||
"react-native-vector-icons": "^8.1.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.12.9", | "@babel/core": "^7.12.9", | ||
... | ... |
Please register or sign in to comment