forked from wesleywcr/chat-fax
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.85 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
82
83
84
85
86
87
88
{
"name": "chat-fax",
"version": "1.0.0",
"scripts": {
"lint": "eslint './**/*.{js,jsx,ts,tsx}'",
"lint:fix": "yarn lint --fix",
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest",
"format": "prettier --check ."
},
"dependencies": {
"@babel/preset-env": "^7.23.5",
"@babel/preset-react": "^7.23.3",
"@expo-google-fonts/poppins": "^0.2.3",
"@hookform/resolvers": "^3.3.2",
"@react-native-async-storage/async-storage": "1.17.11",
"@react-native-community/datetimepicker": "6.7.3",
"@tanstack/react-query": "^5.4.3",
"@types/react": "~18.0.27",
"babel-jest": "^29.7.0",
"babel-test": "^0.2.4",
"expo": "~48.0.21",
"expo-constants": "~14.2.1",
"expo-image-picker": "~14.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-linking": "~4.0.1",
"expo-router": "^2.0.0",
"expo-splash-screen": "~0.18.2",
"expo-status-bar": "~1.4.4",
"jest": "^29.2.1",
"jest-expo": "^49.0.0",
"lodash": "^4.17.21",
"nativewind": "^2.0.11",
"pocketbase": "^0.19.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.47.0",
"react-native": "0.71.14",
"react-native-flash-message": "^0.4.2",
"react-native-gesture-handler": "~2.9.0",
"react-native-reanimated": "~2.14.4",
"react-native-safe-area-context": "4.5.0",
"react-native-screens": "~3.20.0",
"react-native-sse": "^1.2.0",
"react-native-web": "~0.18.10",
"typescript": "^4.9.4",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-flow-strip-types": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/react-native": "^12.4.1",
"@types/jest": "^29.5.11",
"@types/lodash": "^4.14.199",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"babel-eslint": "^10.1.0",
"eslint": "^8.49.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"eslint-plugin-unused-imports": "^3.0.0",
"jest-transformer-svg": "^2.0.1",
"lint-staged": "^14.0.1",
"prettier": "^3.0.3",
"prettier-plugin-nativewind": "^0.2.3",
"react-test-renderer": "^18.2.0",
"tailwindcss": "3.3.2"
},
"resolutions": {
"metro": "0.76.0",
"metro-resolver": "0.76.0"
},
"private": true
}