-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.06 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
{
"private": true,
"name": "@wcpos/app-with-flipper",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"build": "eas build --profile=devclient --platform ios --local",
"test": "eslint --ext js,ts,tsx .",
"start": "expo start --dev-client",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"eas-build-post-install": "echo 'Post install build?'"
},
"resolutions": {
"ajv": "8.11.2",
"axios": "0.27.2",
"tslib": "2.4.1"
},
"dependencies": {
"@react-native-community/netinfo": "9.4.1",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/drawer": "6.6.3",
"@react-navigation/elements": "1.3.18",
"@react-navigation/native": "6.1.7",
"@react-navigation/stack": "6.3.17",
"@shopify/flash-list": "1.4.3",
"@wcpos/core": "*",
"expo": "49.0.2",
"expo-application": "~5.3.0",
"expo-community-flipper": "48.0.1",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.5",
"expo-device": "~5.4.0",
"expo-haptics": "~12.4.0",
"expo-linking": "~5.0.2",
"expo-modules-core": "1.5.6",
"expo-sqlite": "~11.3.1",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"expo-updates": "~0.18.9",
"react": "18.2.0",
"react-devtools-core": "4.28.0",
"react-dom": "18.2.0",
"react-native": "0.72.1",
"react-native-device-info": "10.7.0",
"react-native-flipper": "0.203.0",
"react-native-gesture-handler": "~2.12.0",
"react-native-get-random-values": "~1.9.0",
"react-native-reanimated": "3.3.0",
"react-native-safe-area-context": "4.6.4",
"react-native-screens": "~3.22.1",
"react-native-svg": "13.10.0",
"react-native-webview": "13.2.2"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@types/react": "^18.2.14",
"@types/react-dom": "~18.2.6",
"@wcpos/babel-preset-expo": "*",
"@wcpos/eslint-config": "*",
"@wcpos/tsconfig": "*",
"typescript": "^5.1.6"
},
"eslintConfig": {
"extends": "@wcpos/eslint-config"
}
}