-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.86 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
{
"name": "life-routine",
"version": "1.0.0",
"main": "expo/AppEntry.js",
"author": "Pierre-Henry Soria",
"description": "A React Native app that helps you to improve your daily routine and time management",
"keywords": [
"time management",
"tracker",
"habit",
"routine",
"react native"
],
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.2.3",
"@expo/metro-config": "^0.18.4",
"@expo/vector-icons": "^14.0.0",
"@react-native/assets-registry": "^0.74.83",
"@react-navigation/native": "^6.1.17",
"@react-navigation/native-stack": "^6.9.8",
"autoprefixer": "^10.4.19",
"axios": "^1.2.5",
"clsx": "^1.2.1",
"dayjs": "^1.11.7",
"expo": "^51.0.11",
"expo-application": "^5.9.1",
"expo-font": "~12.0.6",
"expo-notifications": "~0.28.5",
"expo-status-bar": "~1.12.1",
"nativewind": "^2.0.11",
"postcss": "^8.4.38",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "^0.74.1",
"react-native-chart-kit": "^6.12.0",
"react-native-onboard": "^2.6.0",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-svg": "^15.3.0",
"react-native-toast-message": "^2.2.0",
"react-native-web": "~0.19.10"
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@react-native/metro-config": "^0.74.83",
"@types/react": "~18.2.79",
"@types/react-native": "~0.70.6",
"react-native-svg-transformer": "^1.4.0",
"tailwindcss": "3.3.2",
"typescript": "~5.3.3"
},
"private": true,
"volta": {
"node": "20.14.0",
"yarn": "4.2.2"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}