-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.26 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
{
"name": "roundie",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"lint": "eslint ./src",
"lint:fix": "npm run lint -- --fix"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/datetimepicker": "^8.0.1",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/native": "^6.1.17",
"@tamagui/config": "^1.98.0",
"@tamagui/lucide-icons": "^1.98.0",
"@tamagui/toast": "^1.98.0",
"@tanstack/query-async-storage-persister": "^5.36.1",
"@tanstack/react-query": "^5.36.0",
"@tanstack/react-query-persist-client": "^5.36.2",
"burnt": "^0.12.2",
"date-fns": "^3.6.0",
"eslint-plugin-module-resolver": "^1.5.0",
"expo": "~51.0.5",
"expo-build-properties": "~0.12.1",
"expo-crypto": "~13.0.2",
"expo-status-bar": "~1.12.1",
"fast-text-encoding": "^1.0.6",
"react": "18.2.0",
"react-hook-form": "^7.51.4",
"react-native": "0.74.1",
"react-native-gesture-handler": "~2.16.1",
"react-native-ios-modal": "^0.1.8",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.2.0",
"react-native-url-polyfill": "^2.0.0",
"tamagui": "^1.98.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@eslint/js": "^9.2.0",
"@react-native-community/eslint-plugin": "^1.3.0",
"@tanstack/eslint-plugin-query": "^5.35.6",
"@types/jest": "^29.5.12",
"@types/react": "~18.2.45",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-native": "^4.1.0",
"globals": "^15.2.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"typescript": "^5.1.3",
"typescript-eslint": "^7.9.0"
},
"private": true
}