-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 3.06 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
{
"name": "dife",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start -c",
"tunnel": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "npx eslint .",
"lint:fix": "npm run lint -- --fix",
"prettier": "npx prettier . --check",
"prettier:debug": "npx prettier . --check --debug-check",
"prettier:fix": "npm run prettier -- --write",
"format": "npm run prettier:fix && npm run lint:fix"
},
"dependencies": {
"@ptomasroos/react-native-multi-slider": "^2.2.2",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-community/slider": "^4.5.2",
"@react-navigation/bottom-tabs": "^6.5.20",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/material-bottom-tabs": "^6.2.28",
"@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",
"@stomp/stompjs": "^7.0.0",
"@types/react": "~18.2.79",
"axios": "^1.6.8",
"deprecated-react-native-prop-types": "^5.0.0",
"expo": "^51.0.8",
"expo-checkbox": "~3.0.0",
"expo-device": "~6.0.2",
"expo-image-picker": "~15.0.5",
"expo-linear-gradient": "~13.0.2",
"expo-linking": "~6.3.1",
"expo-notifications": "~0.28.3",
"expo-secure-store": "^13.0.2",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.14",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.1",
"react-native-collapsible": "^1.6.1",
"react-native-device-info": "^11.1.0",
"react-native-dotenv": "^3.4.11",
"react-native-drawer-layout": "^3.3.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.16.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "6.3.0",
"react-native-paper": "^5.12.3",
"react-native-picker-select": "^9.2.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "^4.10.1",
"react-native-screens": "3.31.1",
"react-native-simple-modal": "^9.0.1",
"react-native-svg": "15.2.0",
"react-native-tab-view": "^3.5.2",
"react-native-web": "~0.19.10",
"reanimated-bottom-sheet": "^1.0.0-alpha.22",
"rn-range-slider": "^2.2.2",
"sha1-file": "^3.0.0",
"text-encoding": "^0.7.0",
"typescript": "~5.3.3",
"uuid": "^9.0.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@eslint/js": "^9.7.0",
"@stylistic/eslint-plugin-ts": "^2.3.0",
"@types/eslint__js": "^8.42.3",
"@types/eslint-config-prettier": "^6.11.3",
"@types/react-native-dotenv": "^0.2.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"babel-plugin-module-resolver": "^5.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-react": "^7.35.0",
"globals": "^15.6.0",
"prettier": "^3.3.2",
"typescript-eslint": "^7.16.1"
},
"private": true
}