-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.73 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.73 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
{
"name": "enflex.it-template",
"version": "0.0.4",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"AWB-RestAPI": "openapi-generator-cli generate -i src/api/definition/AWB-RestAPI.yaml -g typescript-axios -o src/api/implementation/AWB-RestAPI",
"Dynamic-Content-Api": "openapi-generator-cli generate -i src/api/definition/Dynamic-Content-Api.yaml -g typescript-axios -o src/api/implementation/Dynamic-Content-Api",
"api": "npm run AWB-RestAPI && npm run Dynamic-Content-Api"
},
"dependencies": {
"@expo/metro-runtime": "~6.1.2",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-picker/picker": "2.11.1",
"@react-navigation/drawer": "^7.5.3",
"@react-navigation/elements": "^2.5.2",
"@react-navigation/native": "^7.1.14",
"@reduxjs/toolkit": "^2.8.2",
"@tiptap/extension-highlight": "^3.4.2",
"@tiptap/extension-image": "^3.4.2",
"@tiptap/extension-link": "^3.4.2",
"@tiptap/extension-subscript": "^3.4.2",
"@tiptap/extension-superscript": "^3.4.2",
"@tiptap/extension-task-item": "^3.4.2",
"@tiptap/extension-task-list": "^3.4.2",
"@tiptap/extension-text-align": "^3.4.2",
"@tiptap/extension-typography": "^3.4.2",
"@tiptap/extension-underline": "^3.4.2",
"@tiptap/pm": "^3.4.2",
"@tiptap/react": "^3.4.2",
"@tiptap/starter-kit": "^3.4.2",
"axios": "^1.11.0",
"enflex.it-graph": "^0.1.1",
"expo": "^54.0.33",
"expo-auth-session": "~7.0.10",
"expo-blur": "~15.0.8",
"expo-dev-client": "~6.0.20",
"expo-document-picker": "~14.0.8",
"expo-linking": "~8.0.11",
"expo-status-bar": "~3.0.9",
"expo-web-browser": "~15.0.10",
"i18next": "^25.3.2",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.555.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-i18next": "^15.6.0",
"react-native": "0.81.5",
"react-native-edge-to-edge": "^1.6.0",
"react-native-element-dropdown": "^2.12.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-nitro-modules": "^0.32.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-unistyles": "^3.0.22",
"react-native-web": "^0.21.0",
"react-redux": "^9.2.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@openapitools/openapi-generator-cli": "^2.23.1",
"@types/jest": "29.5.14",
"@types/react": "~19.1.10",
"@types/react-dom": "~19.1.7",
"baseline-browser-mapping": "^2.9.2",
"jest": "~29.7.0",
"ts-jest": "^29.4.6",
"typescript": "~5.9.2"
},
"private": true
}