This repository has been archived by the owner on Jul 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.92 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
{
"scripts": {
"start": "BROWSER=firefox react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"eject": "expo eject",
"console": "BROWSER=none expo start"
},
"dependencies": {
"@expo/vector-icons": "^12.0.0",
"@react-native-async-storage/async-storage": "^1.15.9",
"@react-native-community/datetimepicker": "^3.5.2",
"@react-native-firebase/app": "^12.9.1",
"@react-native-firebase/auth": "^12.9.1",
"@react-native-picker/picker": "1.16.1",
"@react-navigation/bottom-tabs": "^6.0.5",
"@react-navigation/material-top-tabs": "^6.0.4",
"@react-navigation/native": "^6.0.2",
"@react-navigation/stack": "^6.0.7",
"axios": "^0.21.4",
"babel-plugin-inline-dotenv": "^1.6.0",
"entropy-string": "^4.2.0",
"expo": "~42.0.1",
"expo-av": "^9.2.3",
"expo-screen-orientation": "~3.3.0",
"expo-splash-screen": "^0.11.4",
"expo-sqlite": "~9.2.1",
"expo-status-bar": "~1.0.4",
"expo-updates": "~0.8.2",
"firebase": "8.2.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
"react-native-dotenv": "^3.2.0",
"react-native-elements": "^3.4.2",
"react-native-email-link": "^1.11.3",
"react-native-gesture-handler": "^1.10.3",
"react-native-pager-view": "5.0.12",
"react-native-paper": "^4.9.2",
"react-native-popup-menu": "^0.15.11",
"react-native-safe-area-context": "3.2.0",
"react-native-safe-area-view": "^1.1.1",
"react-native-screens": "~3.4.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-tab-view": "^3.1.1",
"react-native-web": "~0.13.12",
"react-native-webview": "11.6.2",
"react-native-woodpicker": "^0.3.14"
},
"devDependencies": {
"@babel/core": "~7.9.0"
},
"private": true,
"name": "animelazerv3",
"version": "1.0.0"
}