updating
12.7 KB
9.42 KB
996 Bytes
1.12 KB
1.19 KB
1.44 KB
982 Bytes
368 Bytes
3.87 KB
4.58 KB
512 Bytes
602 Bytes
611 Bytes
802 Bytes
480 Bytes
236 Bytes
5.92 KB
5.76 KB
662 Bytes
752 Bytes
828 Bytes
1008 Bytes
641 Bytes
391 Bytes
18.9 KB
13.7 KB
1.36 KB
1.69 KB
1.54 KB
1.81 KB
1.26 KB
746 Bytes
40.2 KB
25.1 KB
2.09 KB
2.56 KB
2.51 KB
2.78 KB
1.98 KB
1.02 KB
65 KB
37.4 KB
2.85 KB
3.61 KB
3.57 KB
3.91 KB
2.9 KB
1.75 KB
5.92 KB
18.9 KB
40.2 KB
5.76 KB
13.7 KB
25.1 KB
662 Bytes
1.36 KB
2.09 KB
752 Bytes
1.69 KB
2.56 KB
828 Bytes
1.54 KB
2.51 KB
1008 Bytes
1.81 KB
2.78 KB
641 Bytes
1.26 KB
1.98 KB
391 Bytes
746 Bytes
1.02 KB
12.7 KB
9.42 KB
996 Bytes
1.12 KB
1.19 KB
1.44 KB
982 Bytes
368 Bytes
3.87 KB
4.58 KB
512 Bytes
602 Bytes
611 Bytes
802 Bytes
480 Bytes
236 Bytes
5.92 KB
5.76 KB
662 Bytes
752 Bytes
828 Bytes
1008 Bytes
641 Bytes
391 Bytes
18.9 KB
13.7 KB
1.36 KB
1.69 KB
1.54 KB
1.81 KB
1.26 KB
746 Bytes
40.2 KB
25.1 KB
2.09 KB
2.56 KB
2.51 KB
2.78 KB
1.98 KB
1.02 KB
37.4 KB
2.85 KB
3.61 KB
3.57 KB
3.91 KB
2.9 KB
1.75 KB
40.2 KB
25.1 KB
2.85 KB
3.61 KB
2.51 KB
2.78 KB
1.98 KB
1.02 KB
| ... | @@ -10,6 +10,9 @@ | ... | @@ -10,6 +10,9 @@ |
| "lint": "eslint ." | "lint": "eslint ." | ||
| }, | }, | ||
| "dependencies": { | "dependencies": { | ||
| "@emotion/react": "^11.1.5", | |||
| "@emotion/styled": "^11.1.5", | |||
| "@miblanchard/react-native-slider": "^1.5.0", | |||
| "@react-native-async-storage/async-storage": "^1.13.2", | "@react-native-async-storage/async-storage": "^1.13.2", | ||
| "@react-native-community/masked-view": "^0.1.10", | "@react-native-community/masked-view": "^0.1.10", | ||
| "@react-navigation/bottom-tabs": "^5.11.7", | "@react-navigation/bottom-tabs": "^5.11.7", | ||
| ... | @@ -17,6 +20,7 @@ | ... | @@ -17,6 +20,7 @@ |
| "@react-navigation/material-bottom-tabs": "^5.3.13", | "@react-navigation/material-bottom-tabs": "^5.3.13", | ||
| "@react-navigation/native": "^5.8.10", | "@react-navigation/native": "^5.8.10", | ||
| "@react-navigation/stack": "^5.12.8", | "@react-navigation/stack": "^5.12.8", | ||
| "adobe-spectrum-dsp": "^0.2.0", | |||
| "moment": "^2.29.1", | "moment": "^2.29.1", | ||
| "react": "16.13.1", | "react": "16.13.1", | ||
| "react-native": "0.63.4", | "react-native": "0.63.4", | ||
| ... | @@ -35,6 +39,8 @@ | ... | @@ -35,6 +39,8 @@ |
| "react-native-stopwatch-timer": "^0.0.21", | "react-native-stopwatch-timer": "^0.0.21", | ||
| "react-native-super-grid": "^4.0.3", | "react-native-super-grid": "^4.0.3", | ||
| "react-native-vector-icons": "^7.1.0", | "react-native-vector-icons": "^7.1.0", | ||
| "react-native-web-swiper": "^2.2.1", | |||
| "styled-components": "^5.2.1", | |||
| "swipeable-modal-react-native": "^1.0.8" | "swipeable-modal-react-native": "^1.0.8" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | @@ -49,5 +55,8 @@ | ... | @@ -49,5 +55,8 @@ |
| }, | }, | ||
| "jest": { | "jest": { | ||
| "preset": "react-native" | "preset": "react-native" | ||
| } | }, | ||
| "rnpm": { | |||
| "assets": ["./assets/fonts"] | |||
| } | |||
| } | } |