-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
117 lines (117 loc) · 3.77 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "nx-expo-next-tamagui",
"version": "0.0.0",
"license": "MIT",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"lint": "biome check --write --no-errors-on-unmatched && syncpack format --config syncpack.config.js",
"lint:changed": "biome check --write --changed --no-errors-on-unmatched",
"pre-commit": "npm exec lint-staged",
"start:app": "nx run expo:start",
"start:web-react": "nx run web-react:serve"
},
"dependencies": {
"@expo/metro-config": "0.18.7",
"@react-native-async-storage/async-storage": "1.21.0",
"@react-native-masked-view/masked-view": "0.3.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/native": "^6.1.10",
"@tamagui/config": "^1.99.1",
"@tamagui/font-inter": "^1.99.1",
"@tamagui/linear-gradient": "^1.99.1",
"@tamagui/lucide-icons": "^1.99.1",
"@tamagui/next-theme": "^1.99.1",
"@tamagui/shorthands": "^1.99.1",
"@tamagui/theme-builder": "^1.99.1",
"@tamagui/themes": "^1.99.1",
"@tamagui/web": "1.99.1",
"expo": "51.0.9",
"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.27.5",
"expo-status-bar": "1.12.1",
"expo-web-browser": "~12.8.1",
"next": "14.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-gesture-handler": "2.14.0",
"react-native-safe-area-context": "4.9.0",
"react-native-screens": "3.29.0",
"react-native-svg": "15.2.0",
"react-native-svg-transformer": "1.3.0",
"react-native-web": "0.19.12",
"react-router-dom": "6.11.2",
"solito": "^4.2.0",
"tamagui": "^1.99.1",
"tslib": "^2.3.0"
},
"devDependencies": {
"@biomejs/biome": "^1.8.1",
"@expo/cli": "0.18.19",
"@expo/metro-runtime": "3.2.1",
"@nderscore/tamagui-typescript-plugin": "^0.6.0",
"@nx/expo": "19.3.0",
"@nx/jest": "19.3.0",
"@nx/js": "19.3.0",
"@nx/next": "19.3.0",
"@nx/react": "19.3.0",
"@nx/react-native": "19.3.0",
"@nx/storybook": "19.3.0",
"@nx/vite": "19.3.0",
"@nx/web": "19.3.0",
"@nx/workspace": "19.3.0",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/core-server": "^7.6.10",
"@storybook/nextjs": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-native": "^7.6.15",
"@storybook/react-vite": "^7.6.10",
"@swc-node/register": "1.9.2",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.11",
"@tamagui/babel-plugin": "~1.99.1",
"@tamagui/build": "^1.99.1",
"@tamagui/cli": "^1.99.1",
"@tamagui/next-plugin": "^1.99.1",
"@testing-library/jest-native": "~5.4.3",
"@testing-library/react": "15.0.6",
"@testing-library/react-native": "12.5.1",
"@types/jest": "^29.4.0",
"@types/node": "18.19.14",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"babel-preset-expo": "11.0.9",
"eas-cli": "~9.1.0",
"expo-dev-client": "^4.0.15",
"husky": "^9.0.10",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"lint-staged": "^15.2.2",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^10.0.1",
"nx": "19.3.0",
"react-test-renderer": "18.2.0",
"storybook": "^7.6.10",
"syncpack": "^12.3.2",
"ts-node": "10.9.1",
"typescript": "^5.4.5",
"vite": "~5.2.2",
"vitest": "^1.3.1"
},
"packageManager": "[email protected]+sha512.c44e283c54e02de9d1da8687025b030078c1b9648d2895a65aab8e64225bfb7becba87e1809fc0b4b6778bbd47a1e2ab6ac647de4c5e383a53a7c17db6c3ff4b",
"engines": {
"npm": ">=10.7.0",
"node": ">=20"
}
}