This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.53 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
{
"name": "@lightbase/expo-template",
"description": "Lightbase Expo Template",
"version": "49.0.0",
"scripts": {
"android": "expo run:android",
"androidRelease": "npx expo run:android --variant release",
"eas-build-on-complete": "node eas-build-on-complete.js",
"format": "yarn pretty && yarn lint --fix",
"generate:svg": "npx @svgr/cli --ignore-existing -d src/assets/icons assets/icons && eslint src/assets/icons --ext .js,.jsx,.ts,.tsx --fix",
"ios": "npx expo run:ios",
"iosRelease": "npx expo run:ios --configuration Release",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"postinstall": "patch-package",
"prepare": "husky install",
"pretty": "prettier --check 'src/**/*.{ts,tsx}' --write",
"release": "yarn tsCheck && yarn format && semantic-release --no-ci",
"start": "expo start",
"tsCheck": "tsc -p ./"
},
"dependencies": {
"@lightbase/native-assets": "1.5.0",
"@lightbase/rn-design-system": "0.14.0",
"@react-navigation/bottom-tabs": "6.5.8",
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
"@sentry/react-native": "5.5.0",
"@tanstack/react-query": "4.33.0",
"axios": "1.6.0",
"expo": "~49.0.10",
"expo-application": "~5.3.0",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.8",
"expo-device": "^5.4.0",
"expo-image": "~1.3.2",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.12",
"immer": "10.0.2",
"moti": "0.26.0",
"react": "18.2.0",
"react-native": "0.72.4",
"react-native-device-info": "10.9.0",
"react-native-gesture-handler": "~2.12.1",
"react-native-keyboard-controller": "1.7.0",
"react-native-mmkv": "2.11.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"sentry-expo": "~7.0.0",
"zustand": "4.4.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@types/react": "~18.2.21",
"babel-plugin-module-resolver": "5.0.0",
"babel-plugin-transform-remove-console": "6.9.4",
"eslint": "8.49.0",
"eslint-config-universe": "12.0.0",
"husky": "^8.0.3",
"patch-package": "8.0.0",
"prettier": "3.0.3",
"semantic-release": "21.1.1",
"typescript": "5.2.2"
}
}