-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
108 lines (108 loc) · 3.77 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
{
"name": "polifemo",
"version": "0.2.0",
"scripts": {
"start": "expo start --go",
"dev": "expo start --dev-client",
"build": "eas build --profile preview --local",
"build:prod": "eas build --profile production --local",
"build:dev": "eas build --profile development --local",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"eject": "expo eject",
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"type-check": "tsc --noEmit",
"prune-branches": "node scripts/prune-branches.js",
"generate-licenses": "node scripts/generate-licenses.js",
"add-contributor": "node scripts/create-contributor.js",
"update-contributors": "node scripts/update-contributors.js"
},
"dependencies": {
"@ant-design/icons-react-native": "^2.3.2",
"@expo-google-fonts/roboto": "^0.2.2",
"@expo/config-plugins": "~8.0.0",
"@expo/webpack-config": "~19.0.1",
"@gorhom/bottom-sheet": "^4.4.3",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-native-firebase/app": "^17.3.2",
"@react-native-masked-view/masked-view": "0.3.1",
"@react-native-picker/picker": "2.7.5",
"@react-navigation/core": "^6.4.16",
"@react-navigation/native": "^6.1.17",
"@react-navigation/stack": "^6.3.29",
"@shopify/react-native-skia": "1.2.3",
"axios": "1.6.0",
"babel-plugin-module-resolver": "^5.0.2",
"color-string": "^1.9.1",
"expo": "^51.0.9",
"expo-application": "~5.9.1",
"expo-asset": "~10.0.6",
"expo-build-properties": "~0.12.1",
"expo-checkbox": "~3.0.0",
"expo-clipboard": "~6.0.3",
"expo-constants": "~16.0.2",
"expo-dev-client": "~4.0.15",
"expo-device": "~6.0.2",
"expo-file-system": "~17.0.1",
"expo-image": "~1.12.9",
"expo-linear-gradient": "~13.0.2",
"expo-localization": "~15.0.3",
"expo-location": "~17.0.1",
"expo-notifications": "~0.28.6",
"expo-sharing": "~12.0.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.15",
"geolib": "^3.3.3",
"i18next": "^22.4.11",
"moment": "^2.29.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-i18next": "^12.2.0",
"react-native": "0.74.1",
"react-native-dropdown-select-list": "^2.0.4",
"react-native-fit-image": "^1.5.5",
"react-native-gesture-handler": "~2.16.1",
"react-native-maps": "1.14.0",
"react-native-markdown-display": "^7.0.0-alpha.2",
"react-native-modal": "^13.0.1",
"react-native-modal-datetime-picker": "^14.0.1",
"react-native-portalize": "^1.0.7",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "3.31.1",
"react-native-shared-element": "^0.8.8",
"react-native-status-bar-height": "^2.6.0",
"react-native-switch": "^1.5.1",
"react-native-uuid": "^2.0.1",
"react-native-web": "~0.19.10",
"react-native-webview": "13.8.6",
"react-navigation-shared-element": "^3.1.3",
"styled-components": "^5.3.6",
"yarn": "^1.22.19"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@eslint/js": "^9.4.0",
"@types/color-string": "^1.5.2",
"@types/eslint__js": "^8.42.3",
"@types/npm-license-crawler": "^0.2.1",
"@types/react": "~18.2.79",
"@types/react-dom": "~18.2.25",
"all-contributors-cli": "^6.24.0",
"eslint": "^9.4.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-unused-imports": "^4.0.0",
"npm-license-crawler": "^0.2.1",
"prettier": "^3.3.0",
"typescript": "~5.3.3",
"typescript-eslint": "^7.12.0"
},
"private": true
}