-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2.04 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
{
"name": "cryptofacts-react-native",
"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",
"eject": "expo eject"
},
"dependencies": {
"@firebase/database": "^0.12.8",
"@react-native-async-storage/async-storage": "~1.17.3",
"@react-native-community/cli": "^7.0.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-firebase/app": "^14.8.0",
"@react-native-firebase/database": "^14.8.0",
"@react-navigation/bottom-tabs": "^6.3.1",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.1",
"@typescript-eslint/parser": "^5.19.0",
"axios": "^0.26.1",
"babel-plugin-inline-import": "^3.0.0",
"expo": "^47.0.0",
"expo-cli": "^5.4.0",
"expo-status-bar": "~1.4.2",
"expo-updates": "~0.15.6",
"expo-web-browser": "~12.0.0",
"firebase": "^9.6.11",
"lodash.filter": "^4.6.0",
"moment": "^2.29.2",
"number-to-locale-string-polyfill": "^1.0.9",
"prettier": "^2.6.2",
"prettier-eslint": "10.1.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-git-upgrade": "^0.2.7",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-toast-message": "^2.1.5",
"react-native-web": "~0.18.7",
"react-spring": "^9.4.4",
"resolve-from": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@types/lodash.filter": "^4.6.6",
"@types/node": "^17.0.23",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^4.6.3"
},
"private": true
}