forked from HiDeaUp/deaup-native-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.32 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
{
"name": "fast-move",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"description": "Take less decisions by having an ideal AI clone",
"keywords": [
"react-native",
"ai",
"clone",
"fast",
"move",
"fast-move"
],
"author": {
"name": "Pierre-Henry Soria",
"email": "[email protected]",
"url": "https://ph7.me"
},
"scripts": {
"ts:check": "tsc",
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"build:ios": "expo build:ios",
"build:android": "expo build:android",
"build:web": "expo build:web",
"prettier:check": "prettier --ignore-path .prettierignore --check '**/*.{js,jsx,ts,tsx,json,md}'",
"prettier:fix": "prettier --ignore-path .prettierignore --write '**/*.{js,jsx,ts,tsx,json,md}'"
},
"dependencies": {
"@expo/vector-icons": "^14.0.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-firebase/app": "^20.0.0",
"@react-native-firebase/ml": "^20.0.0",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"axios": "^1.7.2",
"expo": "^51.0.11",
"expo-camera": "~15.0.10",
"expo-image-picker": "~15.0.5",
"expo-local-authentication": "~14.0.1",
"expo-secure-store": "~13.0.1",
"expo-status-bar": "~1.12.1",
"native-base": "^3.4.28",
"react": "18.2.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-ml-kit": "^0.0.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-query": "^3.39.3"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.3",
"@types/react": "~18.2.14",
"@types/react-native": "^0.73.0",
"@types/react-navigation": "^3.4.0",
"@types/react-test-renderer": "^18.0.0",
"prettier": "^3.0.2",
"react-native-dotenv": "^3.4.9",
"typescript": "~5.3.3"
},
"private": true,
"volta": {
"node": "20.14.0",
"yarn": "4.2.2",
"npm": "10.8.1"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}