-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.17 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
{
"dependencies": {
"@expo/metro-config": "^0.5.1",
"@expo/ngrok": "^4.1.0",
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.2",
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-community/datetimepicker": "6.5.2",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/material-bottom-tabs": "^6.2.4",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"dotenv": "^16.0.2",
"expo": "^47.0.0",
"expo-barcode-scanner": "~12.1.0",
"expo-constants": "~14.0.2",
"expo-font": "~11.0.1",
"expo-splash-screen": "~0.17.5",
"firebase": "^9.10.0",
"mkdirp": "^1.0.4",
"moment": "^2.29.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.36.1",
"react-hook-form-resolvers": "0.0.1",
"react-native": "0.70.8",
"react-native-currency-input": "^1.1.0",
"react-native-dialog": "^9.3.0",
"react-native-dotenv": "^3.3.1",
"react-native-dropdown-picker": "^5.4.3",
"react-native-element-dropdown": "^2.5.0",
"react-native-otp-textinput": "^1.0.0",
"react-native-modal": "^13.0.1",
"react-native-paper": "^4.12.5",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-toast-message": "^2.1.5",
"react-native-vector-icons": "^9.2.0",
"react-native-web": "~0.18.7",
"react-navigation": "^4.4.4",
"react-otp-input": "^3.0.0",
"stable": "^0.1.8",
"styled-components": "^5.3.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@calblueprint/eslint-config-react": "^0.0.3",
"@calblueprint/prettier-config": "^0.0.1",
"@types/node": "^18.11.10",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"@types/react-native-dotenv": "^0.2.0",
"@types/react-native-vector-icons": "^6.4.13",
"@types/styled-components": "^5.1.26",
"@types/styled-components-react-native": "^5.1.3",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"eslint": "^8.34.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"file-loader": "^6.2.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.2",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"yarnhook": "^0.6.0"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"npx eslint --fix"
],
"*.{js,jsx,ts,tsx,css,json,md}": [
"npx prettier --write"
]
},
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint:check": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"typecheck": "npx tsc --noEmit",
"prettier:check": "npx prettier --check .",
"prettier:fix": "npx prettier --write .",
"prepare": "husky install"
},
"version": "1.0.0",
"private": true,
"name": "vouchersveggies"
}