-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
136 lines (136 loc) · 4.93 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
{
"name": "taito-react-native-template",
"version": "0.0.1",
"private": true,
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"start:clean": "expo start --clear",
"android": "npx expo run:android",
"android:clean": "npx expo run:android --no-build-cache",
"android:test": "APP_ENV=test npx expo run:android",
"android:prod": "APP_ENV=prod npx expo run:android",
"ios": "npx expo run:ios",
"ios:clean": "npx expo run:ios --no-build-cache",
"ios:test": "APP_ENV=test npx expo run:ios",
"ios:prod": "APP_ENV=prod npx expo run:ios",
"prebuild": "npx expo prebuild",
"prebuild:clean": "npx expo prebuild --clean",
"prebuild:test": "APP_ENV=test npm run prebuild",
"prebuild:prod": "APP_ENV=prod npm run prebuild",
"design-system:sync": "npm run design-system:tokenize && npm run design-system:codegen && npm run design-system:format",
"design-system:tokenize": "figmage tokenize --env ./config/.env.figma",
"design-system:codegen": "figmage codegen --env ./config/.env.figma",
"design-system:format": "prettier --write \"src/design-system/*.ts\"",
"i18n:extract": "lingui extract --clean",
"i18n:compile": "lingui compile",
"i18n:compile:strict": "lingui compile --strict",
"test": "jest --passWithNoTests",
"lint": "eslint './src/**/*.{ts,tsx}' --ignore-path .eslintignore",
"lint:fix": "eslint './src/**/*.{ts,tsx}' --ignore-path .eslintignore --fix",
"typecheck": "tsc --noEmit",
"format:check": "prettier --check \"src/**/*.{ts,tsx}\"",
"format:write": "prettier --write \"src/**/*.{ts,tsx}\"",
"postinstall": "patch-package",
"eas-build-post-install": "./post-install.sh",
"eas:build": "node scripts/build.mjs",
"eas:update": "node scripts/update.mjs",
"eas:submit": "node scripts/submit.mjs",
"metadata:push": "eas metadata:push"
},
"dependencies_comment": "NOTE: Expo will automatically update some package versions to be compatible with the current Expo SDK version!",
"dependencies": {
"@gorhom/bottom-sheet": "5.0.6",
"@lingui/core": "4.14.0",
"@lingui/react": "4.14.0",
"@react-native-menu/menu": "1.1.6",
"@react-navigation/drawer": "^7.0.0",
"@react-navigation/native": "^7.0.0",
"@shopify/flash-list": "1.7.1",
"expo": "~52.0.7",
"expo-application": "~6.0.1",
"expo-build-properties": "~0.13.1",
"expo-clipboard": "~7.0.0",
"expo-constants": "~17.0.3",
"expo-dev-client": "~5.0.3",
"expo-device": "~7.0.1",
"expo-font": "~13.0.1",
"expo-image": "~2.0.1",
"expo-haptics": "~14.0.0",
"expo-linking": "~7.0.3",
"expo-localization": "~16.0.0",
"expo-router": "~4.0.7",
"expo-splash-screen": "~0.29.11",
"expo-status-bar": "~2.0.0",
"expo-store-review": "~8.0.0",
"expo-system-ui": "~4.0.3",
"expo-updates": "~0.26.7",
"expo-web-browser": "~14.0.1",
"lodash": "4.17.21",
"luxon": "3.5.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.2",
"react-native": "0.76.3",
"react-native-collapsible": "1.6.2",
"react-native-date-picker": "5.0.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-ios-context-menu": "2.5.2",
"react-native-ios-utilities": "4.5.1",
"react-native-keyboard-controller": "1.14.5",
"react-native-mmkv": "3.0.2",
"react-native-permissions": "5.1.0",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-toast-message": "2.2.1",
"react-native-web": "~0.19.13",
"stitches-native": "0.4.0",
"zeego": "2.0.4",
"zustand": "5.0.1"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@eslint/js": "9.15.0",
"@lingui/cli": "4.14.0",
"@lingui/macro": "4.14.0",
"@react-native/eslint-config": "0.76.2",
"@types/lodash": "4.17.13",
"@types/luxon": "3.4.2",
"@types/react": "~18.3.12",
"@typescript-eslint/eslint-plugin": "8.15.0",
"@typescript-eslint/parser": "8.15.0",
"ajv": "8.17.1",
"eslint": "8.57.1",
"eslint-config-expo": "~8.0.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-lingui": "0.8.0",
"eslint-plugin-lodash": "7.4.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"eslint-plugin-react-native-a11y": "3.5.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"figmage": "0.13.1",
"jest": "^29.2.1",
"jest-expo": "~52.0.2",
"patch-package": "8.0.0",
"prettier": "3.3.3",
"react-test-renderer": "18.3.1",
"ts-node": "^10.9.2",
"typescript": "5.3.3",
"typescript-eslint": "8.15.0"
},
"jest": {
"preset": "jest-expo"
},
"expo_comment": "NOTE: This allows to ignore unknown packages while running `expo doctor`",
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
}
}