-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 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
66
{
"name": "proffy",
"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",
"test": "jest --runInBand"
},
"dependencies": {
"@expo-google-fonts/archivo": "^0.2.3",
"@expo-google-fonts/poppins": "^0.2.3",
"@react-native-async-storage/async-storage": "^1.19.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/bottom-tabs": "^6.5.9",
"@react-navigation/native": "^6.1.8",
"@react-navigation/native-stack": "^6.9.14",
"@unform/core": "^2.1.3",
"@unform/mobile": "^2.1.3",
"axios": "^1.5.1",
"babel-plugin-dotenv-import": "^3.0.1",
"expo": "^49.0.0",
"expo-font": "~11.4.0",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"intl": "^1.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-web": "~0.19.6",
"styled-components": "^6.0.8",
"yup": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-typescript": "^7.23.2",
"@faker-js/faker": "^8.1.0",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.3.0",
"@types/factory-girl": "^5.0.8",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.28",
"@types/react-native": "^0.72.3",
"@types/styled-components": "^5.1.2",
"@types/yup": "^0.32.0",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.22.0",
"factory-girl": "^5.0.4",
"jest": "^29.7.0",
"react-test-renderer": "^18.2.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
},
"private": true
}