-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
106 lines (106 loc) · 3.44 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "AlzheimApp",
"description": "Cognitive brain training application for people with alzheimer",
"version": "1.0.1",
"main": "index.js",
"private": false,
"license": "GPLv3",
"author": "Diyaeddine LAOUID",
"contributors": [
"Harold Thetiot"
],
"keywords": [
"alzheimer",
"Cognitive"
],
"repository": {
"type": "git",
"url": "https://github.com/dilaouid/AlzheimApp.git"
},
"bugs": {
"url": "https://github.com/dilaouid/AlzheimApp/issues"
},
"scripts": {
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"prettify": "prettier --write . --config ./.prettierrc",
"lint": "eslint --ext js,ts,tsx .",
"lint-fix": "eslint --fix --ext js,ts,tsx .",
"build:web": "expo export:web",
"build:ios": "expo build:ios",
"build:android": "eas build -p android",
"config": "expo config --type public"
},
"dependencies": {
"@expo/prebuild-config": "~6.0.0",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-masked-view/masked-view": "^0.2.8",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"expo": "~48.0.9",
"expo-constants": "^14.2.1",
"expo-document-picker": "~11.2.2",
"expo-eas-client": "^0.5.1",
"expo-json-utils": "^0.5.1",
"expo-manifests": "^0.5.2",
"expo-modules-core": "~1.2.6",
"expo-navigation-bar": "^2.1.1",
"expo-sharing": "~11.2.2",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-structured-headers": "^3.1.1",
"expo-updates": "~0.16.3",
"expo-updates-interface": "^0.9.1",
"lottie-ios": "^4.1.3",
"lottie-react-native": "5.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.4",
"react-native-chart-kit": "^6.12.0",
"react-native-circular-progress-indicator": "^4.4.2",
"react-native-confetti-cannon": "^1.5.2",
"react-native-document-picker": "^8.2.0",
"react-native-elements": "^3.4.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-i18n": "^2.0.15",
"react-native-local-mongodb": "^4.0.0",
"react-native-responsive-screen": "^1.4.2",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "13.4.0",
"react-native-swiper": "^1.6.0",
"react-native-touchable-scale": "^2.2.0",
"react-native-uuid": "^2.0.1",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.10",
"react-native-windows": "0.71.4",
"react-router-dom": "^6.10.0",
"react-router-native": "^6.10.0",
"typescript": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.20.2",
"@react-native-community/eslint-config": "^3.2.0",
"eslint": "^8.37.0",
"expo": "~48.0.9",
"expo-app-loading": "~2.1.1",
"expo-asset": "~8.9.1",
"expo-av": "~13.2.1",
"expo-cli": "^6.3.2",
"expo-file-system": "~15.2.2",
"expo-image-picker": "~14.1.1",
"expo-localization": "~14.1.1",
"expo-modules-autolinking": "~1.1.0",
"expo-splash-screen": "~0.18.1",
"expo-sqlite": "~11.1.1",
"expo-status-bar": "~1.4.4",
"react-native-reanimated": "^3.0.2",
"sharp-cli": "^4.1.1"
}
}