-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.43 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
{
"name": "notecards",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"ts:check": "tsc"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"@react-navigation/drawer": "^6.6.6",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"axios": "^1.6.7",
"babel-plugin-module-resolver": "^5.0.2",
"expo": "^51.0.8",
"expo-linear-gradient": "~13.0.2",
"expo-secure-store": "~13.0.1",
"expo-status-bar": "~1.12.1",
"i18next": "^23.6.0",
"intl-pluralrules": "^2.0.1",
"react": "18.2.0",
"react-i18next": "^13.3.0",
"react-native": "0.74.1",
"react-native-calendars": "^1.1305.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-toast-message": "^2.1.6",
"text-encoding": "^0.7.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@tsconfig/react-native": "^3.0.2",
"@types/jest": "^29.5.4",
"@types/react": "~18.2.79",
"@types/react-test-renderer": "^18.0.1",
"typescript": "~5.3.3"
},
"private": true,
"overrides": {
"@rneui/themed": {
"@rneui/base": "4.0.0-rc.8"
}
}
}