-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.8 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.8 KB
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "my-solution",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"connect-mobile": "adb connect 10.24.1.164:5555",
"deps-check": "npx npm-check-updates && npx nx install my-app --check && npx nx install my-site --check",
"deps-sort": "npx sort-package-json && cd apps/my-app && npx sort-package-json && cd ../my-site && npx sort-package-json && cd ../..",
"test-mobile": "maestro test"
},
"dependencies": {
"@aws-amplify/react-native": "1.1.0",
"@aws-amplify/ui-react-native": "^2.2.0",
"@expo/config": "~9.0.1",
"@expo/vector-icons": "^14.0.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.3.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@reduxjs/toolkit": "2.2.4",
"@tamagui/lucide-icons": "^1.101.3",
"aws-amplify": "^6.3.0",
"core-js": "^3.37.1",
"expo": "~51.0.14",
"expo-application": "~5.9.1",
"expo-atlas": "^0.3.8",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.18",
"expo-font": "~12.0.5",
"expo-image": "~1.12.12",
"expo-linking": "~6.3.1",
"expo-router": "~3.5.16",
"expo-screen-orientation": "~7.0.5",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "1.12.1",
"expo-system-ui": "~3.0.6",
"expo-updates": "~0.25.17",
"moment": "^2.30.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-get-random-values": "~1.11.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "1.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "0.19.12",
"react-redux": "^9.1.2",
"tamagui": "^1.101.3"
},
"devDependencies": {
"@babel/core": "^7.24.5",
"@expo/metro-config": "0.18.4",
"@expo/metro-runtime": "3.2.1",
"@expo/server": "^0.4.2",
"@nx/eslint": "19.2.0",
"@nx/eslint-plugin": "19.2.0",
"@nx/expo": "19.2.0",
"@nx/jest": "19.2.0",
"@nx/js": "19.2.0",
"@nx/workspace": "19.2.0",
"@swc-node/register": "1.9.1",
"@swc/core": "1.5.7",
"@tamagui/babel-plugin": "^1.101.3",
"@tamagui/config": "^1.101.3",
"@tamagui/metro-plugin": "^1.101.3",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react-native": "12.5.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@types/react": "~18.2.79",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"babel-jest": "^29.7.0",
"babel-preset-expo": "11.0.7",
"cypress": "^13.9.0",
"dotenv": "^16.4.5",
"esbuild": "^0.19.12",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-expo": "^51.0.2",
"nx": "19.2.0",
"patch-package": "^8.0.0",
"prettier": "^3.2.5",
"react-devtools": "^5.2.0",
"react-test-renderer": "18.2.0",
"renamer": "^5.0.0",
"replace-in-file": "^7.1.0",
"shelljs": "^0.8.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "~5.3.3"
},
"expo": {
"install": {
"exclude": [
"react-native-get-random-values"
]
}
},
"nx": {}
}