-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.6 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.6 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
52
53
54
{
"name": "workouttracker",
"version": "1.0.0",
"main": "src/App.tsx",
"scripts": {
"start": "concurrently \"expo start\" \"cd backend && npm start\"",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"dependencies": {
"@react-native-community/datetimepicker": "6.5.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-native-picker/picker": "2.4.8",
"@react-navigation/bottom-tabs": "^6.5.7",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"@react-navigation/stack": "^6.3.16",
"axios": "^1.3.5",
"dateformat": "^5.0.3",
"expo": "~47.0.12",
"expo-cli": "^6.3.2",
"expo-font": "~11.0.1",
"expo-image-picker": "~14.0.2",
"expo-module-scripts": "^3.0.7",
"expo-status-bar": "~1.4.2",
"moment": "^2.29.4",
"react": "18.1.0",
"react-native": "0.70.8",
"react-native-gesture-handler": "~2.8.0",
"react-native-modal-datetime-picker": "^14.0.1",
"react-native-paper": "^5.6.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-svg": "13.4.0",
"typescript": "^4.6.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@types/react-native": "^0.71.2",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"eslint-plugin-react": "^7.32.2",
"expo-modules-core": "^1.2.6",
"react-native-svg-transformer": "^1.0.0",
"typescript": "^4.9.5"
},
"private": true
}