-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 3.05 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 3.05 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
{
"name": "dairypureapp",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-native-fontawesome": "^0.3.0",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/checkbox": "^0.5.17",
"@react-native-community/cli": "^13.6.6",
"@react-native-firebase/app": "^20.1.0",
"@react-native-firebase/auth": "^20.1.0",
"@react-native-google-signin/google-signin": "^12.2.1",
"@react-native-masked-view/masked-view": "^0.3.1",
"@react-native-picker/picker": "^2.7.7",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/material-top-tabs": "^6.6.13",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.26",
"@react-navigation/stack": "^6.3.29",
"@react-spring/native": "^9.5.5",
"@sanity/client": "^6.18.0",
"@shopify/flash-list": "^1.6.4",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.19.2",
"firebase": "^10.12.2",
"firebase-tools-extra": "^1.0.0",
"nodemailer": "^6.9.14",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-fast-image": "^8.6.3",
"react-native-gesture-handler": "^2.16.2",
"react-native-image-picker": "^7.1.2",
"react-native-linear-gradient": "^2.8.3",
"react-native-modalize": "^2.1.1",
"react-native-pager-view": "^6.3.1",
"react-native-paper": "^5.12.3",
"react-native-reanimated": "^3.11.0",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "^3.31.1",
"react-native-snap-carousel": "^3.9.1",
"react-native-step-indicator": "^1.0.3",
"react-native-svg": "^15.2.0",
"react-native-tab-view": "^3.5.2"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.74.83",
"@react-native/eslint-config": "0.74.83",
"@react-native/metro-config": "0.74.83",
"@react-native/typescript-config": "0.74.83",
"@types/react": "^18.2.6",
"@types/react-native-snap-carousel": "^3.8.11",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-test-renderer": "18.2.0",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
},
"packageManager": "yarn@3.6.4",
"description": "Diary Pure is a comprehensive marketplace connecting cattle farmers, individual farms, bakeries, and Pakistani corporations. Offering organic and dairy products, it's the ultimate destination for quality-conscious consumers seeking farm-fresh goodness.",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}