-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 4.24 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 4.24 KB
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
118
119
120
121
122
{
"name": "myseedbook-catalogue",
"main": "expo-router/entry",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "expo start",
"build:web": "expo export --platform web",
"lint": "expo lint",
"android": "expo run:android",
"ios": "expo run:ios",
"build:preview": "eas build --platform android --profile preview",
"build:preview:ios": "eas build --platform ios --profile preview",
"build:preview:all": "eas build --platform all --profile preview",
"build:prod": "eas build --platform android --profile production",
"build:prod:ios": "eas build --platform ios --profile production",
"build:prod:all": "eas build --platform all --profile production",
"test:icon": "powershell -ExecutionPolicy Bypass -File ./scripts/build-and-test.ps1 -IconTest",
"quick:preview": "powershell -ExecutionPolicy Bypass -File ./scripts/build-and-test.ps1 -BuildType preview -IconTest"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo-google-fonts/playfair-display": "^0.2.3",
"@expo/metro-config": "~0.20.0",
"@expo/vector-icons": "^14.0.2",
"@fortawesome/fontawesome-common-types": "^7.0.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-native-fontawesome": "^0.3.2",
"@lucide/lab": "^0.1.2",
"@react-native-async-storage/async-storage": "2.1.2",
"@react-native-community/cli": "latest",
"@react-native-community/datetimepicker": "8.4.1",
"@react-navigation/bottom-tabs": "^7.2.0",
"@react-navigation/native": "^7.0.14",
"@shopify/flash-list": "1.7.6",
"@supabase/supabase-js": "^2.39.3",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"date-fns": "^3.6.0",
"expo": "53.0.20",
"expo-blur": "^14.0.3",
"expo-camera": "~16.1.11",
"expo-constants": "~17.1.6",
"expo-dev-client": "^5.2.4",
"expo-font": "^13.0.3",
"expo-haptics": "^14.0.1",
"expo-image-manipulator": "~13.1.7",
"expo-image-picker": "^16.1.4",
"expo-linear-gradient": "^14.0.2",
"expo-linking": "~7.1.7",
"expo-router": "~5.1.4",
"expo-secure-store": "^14.2.3",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "^2.0.1",
"expo-system-ui": "~5.0.10",
"expo-web-browser": "~14.2.0",
"framer-motion": "^12.7.3",
"lucide-react-native": "^0.516.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-native": "0.79.5",
"react-native-calendars": "^1.1311.0",
"react-native-date-picker": "^5.0.11",
"react-native-gesture-handler": "~2.24.0",
"react-native-get-random-values": "^1.11.0",
"react-native-keyboard-aware-scroll-view": "^0.9.5",
"react-native-modal-datetime-picker": "^18.0.0",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-svg": "15.11.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-web": "^0.20.0",
"react-native-webview": "13.13.5",
"uuid": "^11.1.0",
"expo-screen-orientation": "~8.1.7"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/jest": "^29.5.14",
"@types/react": "~19.0.10",
"eslint": "^9.0.0",
"eslint-config-expo": "~9.2.0",
"jest": "^29.7.0",
"react-native-gradle-plugin": "^0.71.19",
"ts-jest": "^29.3.2",
"typescript": "~5.8.3"
},
"expo": {
"doctor": {
"reactNativeDirectoryCheck": {
"exclude": [
"@fortawesome/free-solid-svg-icons",
"@lucide/lab",
"@react-native-community/cli",
"@testing-library/jest-dom",
"@testing-library/react",
"framer-motion",
"react-native-keyboard-aware-scroll-view",
"uuid"
],
"listUnknownPackages": false
}
}
},
"description": "This is an [Expo](https://expo.dev) project created with [`create-expo-app`](https://www.npmjs.com/package/create-expo-app).",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "GardeningCatalogue"
},
"keywords": [
"supplier"
],
"author": "Chandra Skinner",
"license": "MIT"
}