-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "mysip",
"version": "0.0.1",
"author": "Alejandro Muelas",
"description": "Alcohol-consumption habits tracker.",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@freakycoder/react-native-bounceable": "^0.2.4",
"@react-native-async-storage/async-storage": "^1.13.2",
"@react-native-community/datetimepicker": "^3.0.4",
"@react-native-community/masked-view": "^0.1.10",
"@react-navigation/material-bottom-tabs": "^5.2.18",
"@react-navigation/native": "^5.7.5",
"moment": "^2.29.1",
"react": "16.13.1",
"react-native": "0.63.3",
"react-native-chart-kit": "^6.6.1",
"react-native-config": "^1.4.2",
"react-native-elements": "^2.3.2",
"react-native-gesture-handler": "^1.8.0",
"react-native-get-random-values": "^1.4.0",
"react-native-paper": "^4.2.0",
"react-native-reanimated": "^1.13.1",
"react-native-rounded-checkbox": "^0.1.4",
"react-native-safe-area-context": "^3.1.8",
"react-native-screens": "^2.11.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-splash-screen": "^3.2.0",
"react-native-svg": "^12.1.0",
"react-native-swipeable-row": "^0.8.1",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^2.15.1",
"react-native-vector-icons": "^7.0.0",
"realm": "^6.1.5",
"uuid": "^8.3.0"
},
"devDependencies": {
"@babel/core": "7.12.3",
"@babel/runtime": "7.12.5",
"@types/jest": "^26.0.10",
"@types/react": "^16.9.48",
"@types/react-native": "^0.63.10",
"@types/react-native-snap-carousel": "^3.8.2",
"@types/react-test-renderer": "^16.9.3",
"@types/realm": "^1.13.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.8.1",
"@typescript-eslint/parser": "^4.8.1",
"babel-jest": "26.6.3",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "7.13.0",
"eslint-config-airbnb-typescript": "12.0.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.0",
"eslint-plugin-react-native": "^3.9.1",
"jest": "26.6.3",
"metro-react-native-babel-preset": "0.59.0",
"react-devtools": "^4.8.2",
"react-test-renderer": "16.13.1",
"ts-jest": "^26.4.4",
"typescript": "^4.0.2"
}
}