-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.16 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.16 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
{
"name": "ecoledirecteplus-mobile",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "^7.4.7",
"@react-navigation/native": "^7.1.8",
"@react-navigation/native-stack": "^7.3.26",
"base-64": "^1.0.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.5.0",
"expo": "54.0.6",
"expo-constants": "~18.0.8",
"expo-crypto": "~15.0.7",
"expo-font": "~14.0.7",
"expo-linear-gradient": "~15.0.7",
"expo-network": "~8.0.7",
"expo-secure-store": "~15.0.7",
"expo-splash-screen": "~31.0.10",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.7",
"js-sha256": "^0.11.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"lottie-react-native": "~7.3.1",
"moment": "^2.30.1",
"process": "^0.11.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.4",
"react-native-crypto": "^2.2.0",
"react-native-dotenv": "^3.4.11",
"react-native-dropdown-picker": "^5.4.6",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.0",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.5.1",
"set-cookie-parser": "^2.7.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.27.1",
"@babel/runtime": "^7.27.1",
"@eslint/js": "^9.26.0",
"@react-native-community/cli": "^18.0.0",
"@react-native-community/cli-platform-android": "^18.0.0",
"@react-native-community/cli-platform-ios": "^18.0.0",
"@react-native/babel-preset": "^0.79.2",
"@react-native/metro-config": "^0.79.2",
"babel-jest": "^29.7.0",
"globals": "^16.0.0",
"jest": "^29.7.0",
"prettier": "^3.5.3"
},
"engines": {
"node": ">=22"
},
"private": true
}