-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.34 KB
/
Copy pathpackage.json
File metadata and controls
79 lines (79 loc) · 2.34 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
{
"name": "nkzw-app",
"version": "1.0.0",
"private": true,
"type": "module",
"main": "expo-router/entry",
"scripts": {
"android": "expo run:android",
"dev": "expo start",
"dev:setup": "vp run fbtee:all",
"fbtee:all": "vpx fbtee collect --disable-babel-config && vpx fbtee translate",
"format-graphql": "./scripts/format-graphql-schema.tsx",
"ios": "expo run:ios --device 'iPhone 17 Pro'",
"prebuild": "expo prebuild",
"prepare": "vp config",
"start": "expo start --dev-client",
"web": "expo start --web"
},
"dependencies": {
"@expo/dom-webview": "~57.0.1",
"@expo/vector-icons": "^15.1.1",
"@gorhom/bottom-sheet": "^5.2.14",
"@legendapp/list": "^3.3.8",
"@nkzw/core": "^1.3.1",
"@nkzw/create-context-hook": "^1.1.0",
"@nkzw/stack": "^2.3.2",
"babel-plugin-react-compiler": "^1.0.0",
"classnames": "^2.5.1",
"expo": "57.0.17",
"expo-constants": "~57.0.15",
"expo-dev-client": "~57.0.16",
"expo-font": "^57.0.1",
"expo-linking": "~57.0.8",
"expo-localization": "^57.0.1",
"expo-router": "57.0.17",
"expo-splash-screen": "~57.0.8",
"expo-system-ui": "~57.0.3",
"expo-web-browser": "~57.0.2",
"fbtee": "^5.0.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-native": "~0.86.3",
"react-native-gesture-handler": "^2.32.0",
"react-native-mmkv": "^4.3.2",
"react-native-nitro-modules": "^0.37.0",
"react-native-reanimated": "^4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.26.2",
"react-native-svg": "^15.15.4",
"react-native-web": "~0.21.2",
"react-native-worklets": "^0.10.1",
"uniwind": "^1.11.0"
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@nkzw/eslint-plugin": "^2.0.0",
"@nkzw/eslint-plugin-fbtee": "^5.0.0",
"@nkzw/fbtee-compiler": "5.0.0",
"@nkzw/oxlint-config": "^2.0.1",
"@nkzw/vite-plugin-fbtee": "5.0.0",
"@types/react": "^19.2.18",
"@vitejs/plugin-react": "^6.1.0",
"expo-build-disk-cache": "^0.8.0",
"react-native-svg-transformer": "^1.5.3",
"tailwindcss": "^4.3.3",
"typescript": "^7.0.2",
"vite": "catalog:",
"vite-plus": "catalog:",
"vitest-react-native": "^0.1.5"
},
"packageManager": "pnpm@11.0.6",
"expo": {
"install": {
"exclude": [
"typescript"
]
}
}
}