-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.06 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
65
{
"name": "flama-app",
"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",
"prepare": "husky install"
},
"dependencies": {
"@babel/plugin-syntax-flow": "7.22.5",
"@babel/preset-flow": "7.22.5",
"@expo/webpack-config": "18.0.1",
"@react-navigation/bottom-tabs": "6.5.8",
"@react-navigation/native": "6.1.7",
"@react-navigation/native-stack": "6.9.13",
"@react-navigation/stack": "6.3.17",
"@shopify/flash-list": "1.4.0",
"@types/react-native-vector-icons": "6.4.13",
"@types/react-native-video": "5.0.15",
"eas-cli": "3.14.0",
"expo": "48.0.18",
"expo-device": "~5.2.1",
"expo-font": "11.1.1",
"expo-linear-gradient": "12.1.2",
"expo-localization": "~14.1.1",
"expo-splash-screen": "0.18.2",
"expo-status-bar": "1.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.71.8",
"react-native-gesture-handler": "2.12.0",
"react-native-responsive-fontsize": "0.5.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "3.20.0",
"react-native-svg": "13.4.0",
"react-native-video": "5.2.1",
"react-native-web": "~0.18.10"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/plugin-syntax-jsx": "7.22.5",
"@babel/preset-react": "7.22.5",
"@iconify/react": "4.1.1",
"@react-native-async-storage/async-storage": "1.18.2",
"@react-native-community/datetimepicker": "7.3.0",
"@react-native-community/slider": "4.4.2",
"@types/react": "18.0.14",
"@types/react-native": "0.72.2",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"babel-loader": "8.3.0",
"babel-plugin-module-resolver": "5.0.0",
"eslint": "8.43.0",
"eslint-plugin-react": "7.32.2",
"husky": "8.0.0",
"lint-staged": "13.2.2",
"react-devtools": "4.28.0",
"tsconfig-paths": "4.2.0",
"typescript": "4.9.4"
},
"private": true
}