-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.57 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "expo-managed-template",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "husky install",
"lint": "eslint src --max-warnings=0"
},
"lint-staged": {
"*.ts(x)?": [
"yarn lint --fix"
]
},
"keywords": [
"react-native",
"expo",
"typescript",
"template"
],
"dependencies": {
"@expo-google-fonts/poppins": "^0.2.3",
"@expo/webpack-config": "~19.0.1",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/datetimepicker": "^8.2.0",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^7.0.2",
"@react-navigation/native": "^7.0.0",
"@react-navigation/native-stack": "6.9.22",
"@shopify/react-native-skia": "^1.7.6",
"axios": "^0.27.2",
"expo": "^52.0.17",
"expo-app-loading": "^2.1.1",
"expo-splash-screen": "~0.29.16",
"expo-status-bar": "~2.0.0",
"expo-updates": "~0.26.10",
"moti": "^0.19.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.3",
"react-native-animatable": "^1.4.0",
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "^3.16.5",
"react-native-safe-area-context": "4.12.0",
"react-native-safe-area-view": "react-native-community/react-native-safe-area-view",
"react-native-screens": "~4.1.0",
"react-native-svg": "15.8.0",
"react-native-vector-icons": "^10.2.0",
"react-native-web": "~0.19.10",
"styled-components": "^5.3.5",
"traverse": "^0.6.10",
"victory-native": "^41.14.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@react-native-community/eslint-config": "^3.1.0",
"@types/axios": "^0.14.0",
"@types/react-dom": "~18.3.1",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"babel-loader": "^8.2.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-preset-expo": "~12.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.8",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.1",
"lint-staged": "^15.3.0",
"typescript": "~5.3.3"
},
"private": true
}