-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.98 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "ProTrack",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"sim": "react-native run-ios --simulator=\"iPhone 15 Pro\"",
"test": "jest"
},
"dependencies": {
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/cli": "^12.3.5",
"@react-native-community/cli-tools": "^12.3.5",
"@react-native-community/datetimepicker": "6.1.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/segmented-control": "^2.2.2",
"@react-native-picker/picker": "^2.4.6",
"@react-native-segmented-control/segmented-control": "^2.4.0",
"@react-navigation/bottom-tabs": "^6.3.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"convert-units": "^3.0.0-beta.5",
"i18next": "^22.0.6",
"i18next-react-native-language-detector": "^1.0.2",
"immer": "^9.0.16",
"intl-pluralrules": "^1.3.1",
"moment": "^2.29.4",
"react": "18.2.0",
"react-i18next": "^12.0.0",
"react-native": "0.71.11",
"react-native-calendars": "^1.1275.0",
"react-native-chart-kit": "^6.12.0",
"react-native-circular-progress": "^1.3.9",
"react-native-date-picker": "^4.2.13",
"react-native-gesture-handler": "^2.12.0",
"react-native-heroicons": "^2.2.0",
"react-native-linear-gradient": "^2.6.2",
"react-native-locale-detector": "^1.0.1",
"react-native-mmkv": "^2.4.3",
"react-native-pager-view": "^6.2.0",
"react-native-reanimated": "^2.13.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.15.0",
"react-native-simple-time-picker": "^1.3.11",
"react-native-svg": "^12.4.4",
"react-native-svg-transformer": "^1.0.0",
"react-native-tab-view": "^3.5.1",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^10.0.0",
"reinput": "^3.7.2",
"use-timer": "^2.0.1",
"victory-native": "^36.6.11",
"zustand": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native-community/eslint-config": "^3.2.0",
"@tsconfig/react-native": "^2.0.2",
"@types/convert-units": "^2.3.5",
"@types/jest": "^29.2.1",
"@types/react": "^18.0.24",
"@types/react-native": "^0.71.5",
"@types/react-native-vector-icons": "^6.4.14",
"@types/react-navigation": "^3.4.0",
"@types/react-test-renderer": "^18.0.0",
"autoprefixer": "^10.4.8",
"babel-jest": "^29.2.1",
"babel-plugin-module-alias": "^1.6.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-preset": "0.73.10",
"postcss": "^8.4.16",
"prettier": "^2.4.1",
"react-native-clean-project": "^4.0.1",
"react-test-renderer": "18.2.0",
"typescript": "4.8.4"
},
"jest": {
"preset": "react-native"
}
}