-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
97 lines (97 loc) · 3.16 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
89
90
91
92
93
94
95
96
97
{
"name": "focusdoro",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"build": "expo prebuild",
"ios": "expo run:ios",
"web": "expo start --web",
"upgrade:tamagui": "$npm_execpath up '*tamagui*' '@tamagui/*'",
"test": "jest"
},
"dependencies": {
"@gorhom/portal": "^1.0.14",
"@notifee/react-native": "^7.8.0",
"@shopify/react-native-skia": "0.1.196",
"@tamagui/alert-dialog": "^1.74.17",
"@tamagui/animations-react-native": "^1.74.15",
"@tamagui/babel-plugin": "^1.74.15",
"@tamagui/checkbox": "^1.74.17",
"@tamagui/config": "^1.74.17",
"@tamagui/dialog": "^1.74.17",
"@tamagui/font-inter": "^1.74.15",
"@tamagui/lucide-icons": "^1.74.15",
"@tamagui/react-native-media-driver": "^1.74.17",
"@tamagui/themes": "^1.74.17",
"@tamagui/toast": "^1.74.17",
"burnt": "^0.11.7",
"expo": "^49.0.9",
"expo-av": "~13.4.1",
"expo-build-properties": "~0.8.3",
"expo-constants": "~14.4.2",
"expo-dev-client": "~2.4.11",
"expo-font": "11.4.0",
"expo-haptics": "~12.4.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.2",
"expo-modules-core": "~1.5.10",
"expo-router": "^2.0.9",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"jest": "^29.2.1",
"jest-expo": "^49.0.0",
"phosphor-react-native": "^1.1.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.5",
"react-native-drop-shadow": "^0.0.9",
"react-native-gesture-handler": "~2.12.0",
"react-native-mmkv": "^2.10.2",
"react-native-reanimated": "~3.3.0",
"react-native-redash": "^18.1.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-shadow-2": "^7.0.8",
"react-native-svg": "13.9.0",
"react-native-uuid": "^2.0.1",
"tamagui": "^1.74.17",
"victory-native": "^36.6.11"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@google/semantic-release-replace-plugin": "1.1.0",
"@manypkg/cli": "^0.20.0",
"@semantic-release/changelog": "6.0.1",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.6",
"@semantic-release/npm": "9.0.1",
"@semantic-release/release-notes-generator": "10.0.3",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.3.0",
"@types/jest": "^29.5.5",
"@types/react": "~18.2.14",
"@types/react-test-renderer": "^18.0.3",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-jest": "^29.7.0",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"conventional-changelog-conventionalcommits": "5.0.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.3",
"semantic-release": "19.0.5",
"sharp-cli": "^4.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.3"
},
"volta": {
"node": "18.17.0",
"yarn": "3.6.1"
},
"private": true
}