Browse Source

Upload files to ''

dayanlee.deleon 1 year ago
parent
commit
90c4bcc554
1 changed files with 39 additions and 0 deletions
  1. 39
    0
      package.json

+ 39
- 0
package.json View File

@@ -0,0 +1,39 @@
1
+{
2
+  "name": "tpmgnav",
3
+  "version": "1.0.0",
4
+  "main": "node_modules/expo/AppEntry.js",
5
+  "scripts": {
6
+    "start": "expo start",
7
+    "android": "expo start --android",
8
+    "ios": "expo start --ios",
9
+    "web": "expo start --web"
10
+  },
11
+  "dependencies": {
12
+    "@emotion/react": "^11.10.5",
13
+    "@emotion/styled": "^11.10.5",
14
+    "@expo/webpack-config": "^0.17.2",
15
+    "@mui/material": "^5.10.15",
16
+    "@react-navigation/drawer": "^6.5.1",
17
+    "@react-navigation/native": "^6.0.14",
18
+    "@react-navigation/native-stack": "^6.9.2",
19
+    "expo": "~47.0.7",
20
+    "expo-dev-client": "~2.0.1",
21
+    "expo-status-bar": "~1.4.2",
22
+    "expo-web-browser": "^12.0.0",
23
+    "react": "18.1.0",
24
+    "react-dom": "18.1.0",
25
+    "react-native": "0.70.5",
26
+    "react-native-gesture-handler": "^2.8.0",
27
+    "react-native-reanimated": "~2.12.0",
28
+    "react-native-safe-area-context": "4.4.1",
29
+    "react-native-screens": "~3.18.0",
30
+    "react-native-web": "~0.18.9",
31
+    "react-navigation": "^4.4.4",
32
+    "react-navigation-stack": "^2.10.4",
33
+    "yarn": "^1.22.19"
34
+  },
35
+  "devDependencies": {
36
+    "@babel/core": "^7.12.9"
37
+  },
38
+  "private": true
39
+}