-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
175 lines (175 loc) · 6.35 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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
{
"main": "expo-router/entry",
"scripts": {
"deps": "npm install --global eas-cli",
"start": "cross-env NODE_OPTIONS=--openssl-legacy-provider APP=aoe2 expo start -c --dev-client --private-key-path update/private-key.pem",
"start:prod": "cross-env APP=aoe2 expo start -c --no-dev --dev-client",
"prebuild": "cross-env APP=aoe2 expo prebuild",
"start4": "cross-env NODE_OPTIONS=--openssl-legacy-provider APP=aoe4 expo start -c --dev-client",
"start4:go": "cross-env APP=aoe4 expo start -c",
"eject": "expo eject",
"build:web": "expo build:web",
"strings": "npm run strings --prefix tools",
"generate": "npm -s run generate:prisma",
"generate:prisma": "prisma generate --schema graph/prisma/schema.prisma",
"bundle:app:p": "npx expo publish -c --release-channel assets --config app.json -q",
"bundle:export": "rm -rf dist/exported && npx expo export --output-dir dist/exported -p https://www.example.com/ -s",
"bundle:analyze": "source-map-explorer dist/exported/bundles/ios-*.js dist/exported/bundles/ios-*.map",
"bundle:app": "npm run bundle:export; npm run bundle:analyze",
"android": "expo run:android",
"ios": "expo run:ios",
"build:plugin": "yarn clean:plugin && EXPO_NONINTERACTIVE=1 expo-module build plugin && ./plugin/src/scripts/copy.sh",
"clean:plugin": "expo-module clean plugin",
"lint": "eslint .",
"postinstall": "patch-package && npx --yes copy-files-from-to"
},
"copyFiles": [
{
"from": "node_modules/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf",
"to": "node_modules/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf"
},
{
"from": "node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome6_Regular.ttf",
"to": "node_modules/@expo/vector-icons/build/vendor/react-native-vector-icons/Fonts/FontAwesome6_Solid.ttf"
}
],
"copyFilesSettings": {
"whenFileExists": "overwrite"
},
"dependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@eva-design/eva": "^2.2.0",
"@expo-google-fonts/roboto": "^0.1.0",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/react-native-fontawesome": "^0.3.1",
"@fortawesome/sharp-regular-svg-icons": "^6.5.2",
"@fortawesome/sharp-solid-svg-icons": "^6.5.2",
"@native-html/iframe-plugin": "^2.6.1",
"@pusher/push-notifications-web": "^1.1.0",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/masked-view": "0.1.10",
"@react-navigation/material-top-tabs": "^7.0.1",
"@react-navigation/native": "^7.0.0",
"@react-navigation/stack": "^7.0.0",
"@sentry/react-native": "~6.1.0",
"@tanstack/react-query": "^4.33.0",
"@ui-kitten/components": "^5.3.1",
"array-flat-polyfill": "^1.0.1",
"babel-plugin-module-resolver": "^5.0.0",
"babel-plugin-transform-typescript-metadata": "^0.3.0",
"cross-env": "^7.0.3",
"date-fns": "^2.14.0",
"dotenv": "10.0.0",
"expo": "^52.0.6",
"expo-app-update": "^51.0.6",
"expo-application": "~6.0.1",
"expo-build-properties": "~0.13.1",
"expo-crypto": "~14.0.1",
"expo-dev-client": "~5.0.1",
"expo-device": "~7.0.1",
"expo-file-system": "~18.0.3",
"expo-image": "~2.0.0",
"expo-keep-awake": "~14.0.1",
"expo-linear-gradient": "~14.0.1",
"expo-linking": "~7.0.2",
"expo-localization": "~16.0.0",
"expo-notifications": "~0.29.7",
"expo-router": "~4.0.5",
"expo-splash-screen": "~0.29.9",
"expo-status-bar": "~2.0.0",
"expo-system-ui": "~4.0.2",
"expo-task-manager": "~12.0.3",
"expo-updates": "~0.26.7",
"expo-video": "^2.0.0",
"expo-web-browser": "~14.0.1",
"html-entities": "^2.4.0",
"humps": "^2.0.1",
"immer": "^7.0.0",
"liquipedia": "^1.1.8",
"lodash": "^4.17.19",
"nativewind": "^2.0.11",
"patch-package": "^8.0.0",
"postcss-loader": "^4.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.1",
"react-native-edge-to-edge": "^1.1.1",
"react-native-format-currency": "^0.0.3",
"react-native-gesture-handler": "~2.20.2",
"react-native-markdown-display": "^7.0.2",
"react-native-pager-view": "6.4.1",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "~3.16.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "^4.0.0",
"react-native-svg": "15.8.0",
"react-native-tab-view": "^3.5.2",
"react-native-vector-icons": "^10.2.0",
"react-native-view-shot": "~4.0.0",
"react-native-web": "~0.19.13",
"react-native-webview": "13.12.2",
"react-redux": "8.0.2",
"redux": "4.0.5",
"source-map-support": "^0.5.10",
"tslib": "^2.0.0",
"twrnc": "^4.0.1",
"uuid": "^3.4.0",
"victory-native": "^37.3.1",
"websocket": "^1.0.34"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@expo/config-types": "^52.0.0",
"@expo/metro-config": "~0.19.0-preview",
"@nrwl/cli": "14.8.2",
"@nrwl/express": "14.8.2",
"@nrwl/jest": "14.8.2",
"@nrwl/nest": "14.8.2",
"@nrwl/next": "14.8.2",
"@nrwl/node": "14.8.2",
"@nrwl/react": "14.8.2",
"@nrwl/tao": "14.8.2",
"@nrwl/web": "14.8.2",
"@nrwl/workspace": "14.8.2",
"@types/cavy": "^3.2.2",
"@types/humps": "^2.0.2",
"@types/lodash": "^4.14.157",
"@types/node": "^20.5.3",
"@types/react": "~18.3.12",
"@types/react-native-htmlview": "^0.12.2",
"@types/react-native-vector-icons": "^6.4.5",
"@types/react-redux": "7.1.11",
"@types/semver": "^7.3.1",
"@types/uuid": "^3.4.9",
"@types/websocket": "^1.0.5",
"babel-loader": "^8.1.0",
"babel-preset-expo": "~12.0.0",
"cavy": "^4.0.2",
"eslint": "^8.56.0",
"eslint-config-next": "11.0.1",
"eslint-config-universe": "^12.0.0",
"eslint-plugin-react-native": "^4.1.0",
"expo-module-scripts": "^4.0.2",
"postcss": "^8.4.28",
"prettier": "^3.2.5",
"prisma": "3.13.0",
"semver": "^7.3.2",
"source-map-explorer": "^2.5.2",
"tailwindcss": "3.3.2",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"listUnknownPackages": false
}
}
},
"private": true,
"name": "aoe2companion",
"version": "1.0.0"
}