-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.04 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
{
"name": "taskfy",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start-native": "expo start -c",
"start-web": "expo start -c",
"android": "yarn expo run:android",
"ios": "yarn expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/metro-runtime": "~3.1.3",
"@tamagui/animations-react-native": "^1.89.12",
"@tamagui/babel-plugin": "^1.89.12",
"@tamagui/config": "^1.89.12",
"@tamagui/core": "^1.89.12",
"@tamagui/font-inter": "^1.89.12",
"@tamagui/shorthands": "^1.89.12",
"@tamagui/themes": "^1.89.12",
"babel-plugin-transform-inline-environment-variables": "^0.4.4",
"expo": "~50.0.6",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.73.4",
"react-native-reanimated": "^3.6.2",
"react-native-web": "^0.19.10",
"tamagui": "^1.89.12"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@types/react": "~18.2.45",
"typescript": "^5.1.3"
},
"private": true
}