-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.62 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.62 KB
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
{
"name": "drinkup",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "./scripts/set-ip.sh && expo start --ios",
"web": "expo start --web",
"prettier": "prettier 'screens/**/*.js'",
"test": "maestro test .maestro/"
},
"dependencies": {
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/progress-view": "^1.4.2",
"@react-navigation/native": "^6.1.10",
"@react-navigation/native-stack": "^6.9.17",
"eas-cli": "^7.3.0",
"expo": "~50.0.15",
"expo-dev-client": "~2.4.13",
"expo-status-bar": "~1.6.0",
"mongodb": "^6.6.0",
"mongoose": "^8.2.0",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.72.10",
"react-native-dotenv": "^3.4.11",
"react-native-fs": "^2.20.0",
"react-native-heroicons": "^4.0.0",
"react-native-progress": "^5.0.1",
"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",
"tailwindcss": "3.3.2"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.4"
}
}