This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
64 lines (64 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
{
"name": "tamagui-expo-template",
"version": "4.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"upgrade:tamagui": "$npm_execpath up '*tamagui*' '@tamagui/*'"
},
"dependencies": {
"@tamagui/animations-react-native": "^1.89.17",
"@tamagui/babel-plugin": "^1.89.17",
"@tamagui/config": "^1.89.17",
"@tamagui/font-inter": "^1.89.17",
"@tamagui/lucide-icons": "^1.89.17",
"@tamagui/themes": "^1.89.17",
"expo": "^50.0.6",
"expo-constants": "~15.4.5",
"expo-font": "~11.10.2",
"expo-linear-gradient": "~12.7.1",
"expo-linking": "~6.2.2",
"expo-router": "~3.4.7",
"expo-splash-screen": "~0.26.4",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.73.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"tamagui": "^1.89.17"
},
"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",
"@types/react": "~18.2.45",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.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",
"typescript": "^5.3.3"
},
"volta": {
"node": "20.10.0",
"yarn": "3.7.0"
}
}