-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
103 lines (103 loc) · 3.3 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
{
"name": "conch-bay",
"version": "0.0.0",
"main": "expo/AppEntry.js",
"keywords": [
"splatoon"
],
"license": "MIT",
"scripts": {
"start": "APP_VARIANT=development expo start",
"android": "APP_VARIANT=development expo start --android",
"ios": "APP_VARIANT=development expo start --ios",
"doctor": "expo-doctor",
"compile": "tsc --noEmit",
"lint": "eslint . --ext .tsx --ext .ts",
"format": "prettier --check .",
"license": "node tools/gen-oss-licenses-md.mjs",
"postinstall": "patch-package && node tools/gen-lucide-glyphmap.mjs && node tools/gen-models.mjs && node tools/gen-i18n.mjs"
},
"dependencies": {
"@gorhom/bottom-sheet": "^4.6.4",
"@hacceuee/s3-pixel-icons": "^2.4.1",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/hooks": "^3.0.0",
"@react-native-cookies/cookies": "^6.2.1",
"@react-native-segmented-control/segmented-control": "2.5.4",
"@shopify/flash-list": "1.7.1",
"axios": "^1.7.3",
"base64-js": "^1.5.1",
"dayjs": "^1.11.12",
"expo": "~52.0.11",
"expo-background-fetch": "~13.0.3",
"expo-blur": "~14.0.1",
"expo-build-properties": "~0.13.1",
"expo-clipboard": "~7.0.0",
"expo-crypto": "~14.0.1",
"expo-dev-client": "~5.0.4",
"expo-device": "~7.0.1",
"expo-document-picker": "~13.0.1",
"expo-image": "~2.0.2",
"expo-intent-launcher": "~12.0.1",
"expo-localization": "~16.0.0",
"expo-mail-composer": "~14.0.1",
"expo-notifications": "~0.29.8",
"expo-sharing": "~13.0.0",
"expo-sqlite": "~15.0.3",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.4",
"expo-web-browser": "~14.0.1",
"i18n-js": "4.2.0",
"lru-cache": "^10.4.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-error-boundary": "^1.2.4",
"react-native-gesture-handler": "~2.20.2",
"react-native-json-tree": "^1.3.0",
"react-native-mmkv": "^2.12.2",
"react-native-progress": "^5.0.1",
"react-native-reanimated": "~3.16.1",
"react-native-responsive-linechart": "^5.7.1",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
"react-native-text-ticker": "^1.14.0",
"react-native-toast-banner": "^1.1.0",
"react-native-view-shot": "~4.0.2",
"react-native-webview": "13.12.2",
"react-native-zip-archive": "~7.0.1",
"semver": "^7.6.3",
"splatnet3-types": "0.2.20231119210145"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@expo-google-fonts/m-plus-rounded-1c": "^0.2.3",
"@mmomtchev/expo-android-localized-app-name": "^1.0.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/color-convert": "^2.0.3",
"@types/react": "~18.3.12",
"@types/semver": "^7.5.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"expo-doctor": "^1.9.0",
"license-checker": "^25.0.1",
"lucide-static": "^0.460.0",
"patch-package": "^8.0.0",
"prettier": "^2.8.8",
"typescript": "~5.3.3"
},
"resolutions": {
"@expo/config-plugins": "~9.0.0"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"enabled": false
}
}
},
"author": "Sketch",
"private": true
}