-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.73 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.73 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": "pushlog",
"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"
},
"dependencies": {
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-picker/picker": "2.4.2",
"@react-navigation/native": "^6.0.11",
"@react-navigation/native-stack": "^6.7.0",
"@shopify/flash-list": "1.1.0",
"expo": "~46.0.6",
"expo-checkbox": "~2.2.0",
"expo-font": "~10.2.0",
"expo-navigation-bar": "~1.3.0",
"expo-sqlite": "~10.3.0",
"expo-status-bar": "~1.4.0",
"moment": "^2.29.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.6",
"react-native-calendars": "^1.1287.0",
"react-native-gesture-handler": "~2.5.0",
"react-native-get-random-values": "^1.8.0",
"react-native-modalize": "^2.1.1",
"react-native-reanimated": "~2.9.1",
"react-native-render-html": "^6.3.4",
"react-native-safe-area-context": "4.3.1",
"react-native-screens": "~3.15.0",
"react-native-super-grid": "^4.6.1",
"react-native-svg": "12.3.0",
"react-native-toast-message": "^2.1.5",
"react-native-web": "~0.18.7",
"react-native-webview": "11.23.0",
"typeorm": "^0.3.10",
"victory-native": "^36.6.8"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/node": "^18.7.23",
"@types/react": "~18.0.14",
"@types/react-native": "~0.69.1",
"@types/react-native-calendars": "^1.1264.3",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"metro-minify-terser": "^0.73.4",
"typescript": "~4.3.5"
},
"private": true
}