-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.97 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.97 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
{
"name": "castafiore",
"version": "2026.03.14",
"main": "index.js",
"homepage": ".",
"scripts": {
"export:android": "eas build --platform android --profile production --local",
"export:google": "eas build --platform android --profile google --local",
"export:dev": "cross-env IS_DEV=true eas build --platform android --profile development --local",
"android": "expo start --android --dev-client",
"web": "cross-env PLATFORM=web IS_DEV=true expo start --web",
"export:web": "cross-env PLATFORM=web expo export -p web && workbox generateSW workbox-config.js",
"eslint": "eslint app index.js App.js -c eslint.config.mjs",
"postinstall": "patch-package"
},
"dependencies": {
"@legendapp/list": "^1.1.4",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-navigation/bottom-tabs": "^7.3.13",
"@react-navigation/native": "^7.1.9",
"@react-navigation/native-stack": "^7.3.13",
"expo": "~53.0.24",
"expo-build-properties": "~0.14.8",
"expo-dev-client": "~5.2.4",
"expo-file-system": "~18.1.11",
"fast-xml-parser": "^5.3.3",
"i18next": "^25.3.1",
"md5": "^2.3.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.6.0",
"react-native": "0.79.6",
"react-native-edge-to-edge": "^1.6.0",
"react-native-google-cast": "^4.9.1",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-track-player": "4.1.1-nightly-c46c8fb107e0de61d9b33c28e7228002077b4f20",
"react-native-udp": "^4.1.7",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "^0.20.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.17.0",
"@expo/metro-runtime": "~5.0.5",
"babel-plugin-root-import": "^6.6.0",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"patch-package": "^8.0.0",
"workbox-cli": "^7.3.0"
},
"private": true
}