-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.31 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
{
"name": "evam-dashboard",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"postinstall": "patch-package"
},
"dependencies": {
"@expo/vector-icons": "^13.0.0",
"@gorhom/bottom-sheet": "^4.1.3",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/native": "^6.1.6",
"@react-navigation/stack": "^6.3.16",
"@reduxjs/toolkit": "^1.9.3",
"base-64": "^1.0.0",
"expo": "~48.0.9",
"expo-dev-client": "~2.1.6",
"expo-font": "~11.1.1",
"expo-linear-gradient": "~12.1.2",
"expo-screen-orientation": "^5.1.1",
"expo-splash-screen": "~0.18.1",
"expo-status-bar": "~1.4.4",
"expo-updates": "~0.16.3",
"react": "18.2.0",
"react-native": "0.71.4",
"react-native-animateable-text": "^0.10.2",
"react-native-ble-plx": "^2.0.2",
"react-native-gesture-handler": "^2.9.0",
"react-native-radio-player": "^0.2.3",
"react-native-reanimated": "2.14.4",
"react-native-redash": "^18.1.0",
"react-native-safe-area-context": "^4.5.0",
"react-native-screens": "^3.8.0",
"react-native-svg": "13.8.0",
"react-native-wheel-color-picker": "^1.1.0",
"react-redux": "^8.0.5"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/preset-env": "^7.15.8",
"@babel/runtime": "^7.21.0",
"@react-native-community/eslint-config": "^3.0.1",
"@types/base-64": "^1.0.0",
"@types/jest": "^29.5.0",
"@types/react-native": "^0.71.4",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"babel-jest": "^29.5.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4",
"jest": "^29.5.0",
"metro-react-native-babel-preset": "^0.76.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.6",
"react-test-renderer": "18.2.0",
"typescript": "5.0.2"
},
"private": true
}