-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.97 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
{
"name": "template",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "cross-env TZ=America/Sao_Paulo jest",
"test:coverage": "cross-env TZ=America/Sao_Paulo jest --coverage --watchAll=false",
"test:ci": "cross-env TZ=America/Sao_Paulo jest --coverage --watchAll=false --reporters=default --reporters=jest-junit --silent",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "patch-package",
"ts-check": "tsc -p tsconfig.json"
},
"dependencies": {
"@hookform/resolvers": "^2.8.8",
"@react-native-async-storage/async-storage": "^1.17.3",
"@react-navigation/native": "^6.1.3",
"@react-navigation/stack": "^6.3.12",
"appcenter": "4.4.3",
"appcenter-analytics": "4.4.3",
"appcenter-crashes": "4.4.3",
"axios": "^0.26.1",
"luxon": "^3.2.1",
"patch-package": "^6.5.1",
"react": "18.1.0",
"react-hook-form": "^7.29.0",
"react-native": "0.70.8",
"react-native-device-info": "^8.7.1",
"react-native-element-dropdown": "^2.3.0",
"react-native-gesture-handler": "^2.5.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-mask-text": "^0.7.0",
"react-native-paper": "^5.2.0",
"react-native-reanimated": "^2.14.4",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.13.1",
"react-native-svg": "^12.3.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-vector-icons": "^9.2.0",
"styled-components": "^5.3.5",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@react-native-community/eslint-config": "^2.0.0",
"@styled/typescript-styled-plugin": "^0.20.0",
"@testing-library/jest-native": "^4.0.4",
"@testing-library/react-hooks": "^8.0.0",
"@testing-library/react-native": "^9.1.0",
"@types/jest": "^27.4.1",
"@types/luxon": "^2.3.1",
"@types/react-native": "^0.67.3",
"@types/react-native-vector-icons": "^6.4.10",
"@types/styled-components": "^5.1.25",
"@types/styled-components-react-native": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"babel-jest": "^27.5.1",
"babel-plugin-module-resolver": "^4.1.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prefer-arrow-functions": "^3.1.4",
"jest": "^27.5.1",
"jest-junit": "^15.0.0",
"jest-mock": "^27.5.1",
"jest-styled-components": "^7.0.8",
"metro-react-native-babel-preset": "0.72.3",
"mock-async-storage": "^2.2.0",
"react-native-bootsplash": "^4.1.4",
"react-native-dotenv": "^3.3.1",
"react-test-renderer": "^18.2.0",
"typescript": "^4.9.5"
},
"resolutions": {
"@types/react": "^18.0.28"
}
}