-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.87 KB
/
Copy pathpackage.json
File metadata and controls
90 lines (90 loc) · 2.87 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
{
"name": "ntv",
"version": "1.2.1",
"license": "MIT",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"typecheck": "tsc --noEmit",
"lint": "eslint src --ext .ts,.tsx",
"test": "jest --watchAll=false",
"ci:local": "pnpm lint && pnpm typecheck && pnpm test"
},
"dependencies": {
"@expo/vector-icons": "^14.1.0",
"@nself/auth-core": "workspace:*",
"@nself/graphql-client": "workspace:*",
"@nself/i18n": "workspace:*",
"@nself/observability": "workspace:*",
"@nself/ui": "workspace:*",
"@react-native-async-storage/async-storage": "^2.1.2",
"@react-native-community/netinfo": "^11.4.1",
"@react-native-community/slider": "^4.5.6",
"@sentry/react-native": "^6.22.0",
"@shopify/flash-list": "^1.7.2",
"expo": "~53.0.0",
"expo-av": "~14.0.0",
"expo-constants": "~17.1.0",
"expo-font": "~13.3.0",
"expo-in-app-purchases": "~14.5.0",
"expo-linking": "~6.3.0",
"expo-localization": "~17.0.0",
"expo-notifications": "~0.29.0",
"expo-router": "~5.1.0",
"expo-screen-orientation": "~8.1.0",
"expo-secure-store": "~14.2.0",
"expo-splash-screen": "~0.29.0",
"expo-status-bar": "~2.2.0",
"nativewind": "^4.1.23",
"react": "19.0.0",
"react-native": "0.79.7",
"react-native-google-cast": "^4.9.1",
"react-native-safe-area-context": "5.8.0",
"react-native-screens": "4.25.2",
"react-native-track-player": "^4.1.1",
"react-native-video": "^6.9.0",
"tailwindcss": "^3.4.17"
},
"devDependencies": {
"@babel/core": "^7.29.7",
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29.5.14",
"@types/react": "~19.2.17",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"jest-expo": "~53.0.0",
"typescript": "^5.4.0"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!.*node_modules)(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|react-native-video|react-native-track-player|react-native-google-cast|@shopify/flash-list)"
]
},
"pnpm": {
"overrides": {
"@xmldom/xmldom": ">=0.8.13",
"postcss": "8.5.26",
"brace-expansion@1": "1.1.18",
"brace-expansion@2": "2.1.4",
"brace-expansion@5": "5.0.9",
"js-yaml@3": "3.15.2",
"js-yaml@4": "4.3.2",
"undici@7": "7.29.0",
"nanoid@3": "3.3.18",
"browserslist@<4.28.7": "^4.28.7"
},
"auditConfig": {
"ignoreCves": [
"CVE-2025-71330",
"CVE-2025-71329"
]
}
}
}