-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.94 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.94 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
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
{
"name": "ITDA_Project",
"version": "0.0.1",
"private": true,
"scripts": {
"prebuild": "expo prebuild --clean",
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^2.1.0",
"@react-native-community/hooks": "^100.1.0",
"@react-native-masked-view/masked-view": "^0.3.2",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"@tanstack/react-query": "^5.76.1",
"@types/react-native-snap-carousel": "^3.8.11",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"expo": "~52.0.0",
"expo-app-loading": "^2.1.1",
"expo-dev-client": "~5.0.20",
"expo-font": "^13.0.1",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"overlay-kit": "1.7.0",
"react": "18.3.1",
"react-native": "^0.76.1",
"react-native-asset": "^2.1.1",
"react-native-calendars": "^1.1307.0",
"react-native-date-picker": "^5.0.12",
"react-native-fonts": "^0.0.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.22.0",
"react-native-image-picker": "^7.1.2",
"react-native-modal": "^13.0.1",
"react-native-pager-view": "^6.5.0",
"react-native-reanimated": "^3.16.7",
"react-native-reanimated-carousel": "^4.0.2",
"react-native-safe-area-context": "^4.14.1",
"react-native-screens": "^3.35.0",
"react-native-snap-carousel": "^3.9.1",
"react-native-svg": "^15.8.0",
"react-native-swiper": "^1.6.0",
"react-native-tab-view": "^3.5.2",
"react-native-uuid": "^2.0.3",
"react-native-vector-icons": "^10.2.0",
"styled-components": "^6.1.18",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native-community/cli": "latest",
"@react-native-community/cli-platform-android": "15.0.0",
"@react-native-community/cli-platform-ios": "15.0.0",
"@react-native/babel-preset": "0.76.1",
"@react-native/eslint-config": "0.76.1",
"@react-native/metro-config": "0.76.1",
"@react-native/typescript-config": "0.76.1",
"@tanstack/eslint-plugin-query": "^5.74.7",
"@tsconfig/react-native": "^3.0.5",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/lodash.debounce": "^4.0.9",
"@types/react": "^18.3.18",
"@types/react-calendar": "^3.9.0",
"@types/react-native": "^0.72.8",
"@types/react-test-renderer": "^18.3.0",
"babel-jest": "^29.6.3",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18"
}
}