-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 2.01 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
{
"name": "lcd",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"clean": "rm -rf node_modules",
"start": "NODE_OPTIONS=--openssl-legacy-provider expo start",
"android": "NODE_OPTIONS=--openssl-legacy-provider expo start --android",
"ios": "NODE_OPTIONS=--openssl-legacy-provider expo start --ios",
"web": "NODE_OPTIONS=--openssl-legacy-provider expo start --web"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@expo/webpack-config": "^0.17.2",
"@hookform/resolvers": "^2.9.10",
"@react-navigation/bottom-tabs": "^6.5.4",
"@react-navigation/native": "^6.1.2",
"@react-navigation/native-stack": "^6.9.9",
"@shopify/flash-list": "1.3.1",
"@types/react": "~18.0.24",
"@types/react-native": "~0.70.6",
"dotenv": "^16.0.3",
"expo": "~47.0.12",
"expo-constants": "~14.0.2",
"expo-haptics": "~12.0.1",
"expo-status-bar": "~1.4.2",
"firebase": "^9.16.0",
"fuse.js": "^6.6.2",
"native-base": "^3.4.25",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.43.0",
"react-native": "0.70.5",
"react-native-curved-bottom-bar": "^2.1.4",
"react-native-gesture-handler": "~2.8.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"react-native-web": "~0.18.9",
"rxjs": "^7.8.0",
"styled-components": "^5.3.6",
"typescript": "^4.6.3",
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
"@types/react-dom": "^18.0.10",
"@types/styled-components-react-native": "^5.2.1",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"prettier": "^2.8.3"
},
"private": true,
"packageManager": "[email protected]",
"volta": {
"node": "18.13.0"
}
}