-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.89 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
{
"name": "solito-with-tailwind",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"type": "module",
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-native": "^0.69.5",
"babel-plugin-inline-dotenv": "^1.7.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^8.21.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"turbo": "^1.4.2",
"typescript": "^4.7.4"
},
"scripts": {
"native": "cd apps/expo && yarn start",
"web": "cd apps/next && yarn next",
"postinstall": "patch-package"
},
"packageManager": "yarn@3.4.1",
"dependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@hookform/resolvers": "^3.3.2",
"@mapbox/polyline": "^1.2.0",
"@nandorojo/heroicons": "^0.0.5",
"@reduxjs/toolkit": "^1.9.5",
"@supabase/supabase-js": "^2.38.1",
"@svgr/cli": "^8.0.1",
"dotenv": "^16.3.1",
"expo-av": "^13.2.1",
"expo-file-system": "^15.4.2",
"expo-image": "^1.2.3",
"expo-router": "^2.0.9",
"expo-secure-store": "^12.5.0",
"expo-sharing": "^11.2.2",
"expo-speech": "^11.1.1",
"next-compose-plugins": "^2.2.1",
"openai": "^3.3.0",
"patch-package": "^7.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.47.0",
"react-native-audio": "^4.3.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-gesture-handler": "^2.12.1",
"react-native-google-places-autocomplete": "^2.5.1",
"react-native-maps": "1.3.2",
"react-native-reanimated": "^3.4.2",
"react-native-svg": "^13.9.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^9.2.0",
"react-native-voice": "^0.3.0",
"react-native-web": "^0.19.9",
"react-redux": "^8.1.2",
"rn-fetch-blob": "^0.12.0",
"zod": "^3.22.4"
}
}