-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
98 lines (98 loc) · 3.29 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
{
"name": "simply-supplies",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start -c --android",
"android": "expo start --android",
"ios": "expo start --ios",
"test": "jest",
"web": "expo start --web",
"lint": "eslint .",
"format": "eslint --fix .",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@expo/config-plugins": "~7.2.5",
"@expo/vector-icons": "^13.0.0",
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-top-tabs": "^6.6.5",
"@react-navigation/native": "^6.1.9",
"@react-navigation/stack": "^6.3.20",
"@reduxjs/toolkit": "^2.0.1",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@testing-library/react-native": "^12.4.3",
"cross-env": "^7.0.3",
"expo": "^49.0.21",
"expo-status-bar": "~1.6.0",
"expo-updates": "~0.18.19",
"jest": "^29.7.0",
"jest-expo": "~49.0.0",
"prop-types": "^15.8.1",
"qrcode": "^1.5.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-animatable": "^1.4.0",
"react-native-collapsible": "^1.6.1",
"react-native-gesture-handler": "~2.12.0",
"react-native-pager-view": "6.2.0",
"react-native-paper": "^5.12.1",
"react-native-qrcode-svg": "^6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.0",
"react-native-svg": "13.9.0",
"react-native-tab-view": "^3.5.2",
"react-native-touchable-scale": "^2.2.0",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.10",
"react-native-webview": "13.2.2",
"react-redux": "^9.1.0",
"react-test-renderer": "18.2.0",
"reselect": "^5.1.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.23.8",
"@expo/config-types": "^49.0.0",
"@expo/webpack-config": "^19.0.0",
"@jest/globals": "^29.7.0",
"@react-native-community/eslint-config": "^3.2.0",
"@react-native/eslint-config": "^0.73.2",
"@types/babel__core": "^7.20.5",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.0",
"@types/qrcode": "^1.5.5",
"@types/react": "^18.2.47",
"@types/react-dom": "~18.0.10",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"babel-preset-expo": "^9.5.2",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prefer-arrow-functions": "^3.2.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-native": "^4.1.0",
"eslint-plugin-react-perf": "^3.3.2",
"eslint-plugin-react-redux": "^4.1.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.2.1",
"sharp-cli": "^4.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}