-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.85 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": "zenithar-mobile",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"jest": {
"setupFiles": [
"./jest.setup.ts"
],
"testPathIgnorePatterns": [
"./src/types"
],
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg)"
]
},
"homepage": "https://jfcbxp.github.io/zenithar-mobile",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest",
"testWithCoverage": "jest --verbose --coverage",
"completeTestWithCoverage": "jest --verbose --updateSnapshot --watch --coverage && open ./coverage/lcov-report/index.html",
"github": "npx expo export:web",
"firebase": "npm pkg set homepage=https://zenithar-mobile.web.app/v1 & npx expo export:web"
},
"dependencies": {
"@expo/webpack-config": "^0.17.2",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-navigation/native": "^6.1.2",
"@react-navigation/stack": "^6.3.11",
"axios": "^1.2.2",
"expo": "~47.0.12",
"expo-constants": "~14.0.2",
"expo-image-picker": "~14.0.2",
"expo-linear-gradient": "~12.0.1",
"expo-status-bar": "~1.4.2",
"firebase": "^9.15.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-dropdown-picker": "^5.4.4",
"react-native-expo-swipe-button": "^1.0.2",
"react-native-gesture-handler": "~2.8.0",
"react-native-masked-text": "^1.13.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "~0.18.7"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-typescript": "^7.18.6",
"@jest/globals": "^29.4.1",
"@types/jest": "^29.4.0",
"@types/react": "~18.0.24",
"@types/react-dom": "~18.0.8",
"@types/react-native": "~0.70.6",
"@types/react-test-renderer": "18.0.0",
"babel-plugin-inline-dotenv": "^1.7.0",
"jest": "^29.4.2",
"jest-expo": "^47.0.0",
"react-native-scripts": "2.0.1",
"react-test-renderer": "18.1.0",
"ts-jest": "^29.0.5",
"typescript": "^4.6.3",
"workbox-background-sync": "^6.5.4",
"workbox-broadcast-update": "^6.5.4",
"workbox-cacheable-response": "^6.5.4",
"workbox-core": "^6.5.4",
"workbox-expiration": "^6.5.4",
"workbox-google-analytics": "^6.5.4",
"workbox-navigation-preload": "^6.5.4",
"workbox-precaching": "^6.5.4",
"workbox-range-requests": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4",
"workbox-streams": "^6.5.4",
"workbox-webpack-plugin": "^6.5.4"
},
"private": true
}