-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 4.15 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "RnResaublesDemo",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"lint": "eslint .",
"start": "react-native start",
"test": "jest",
"postinstall": "npx tailwindcss -i ./global.css -o ./node_modules/.cache/nativewind/global.css"
},
"dependencies": {
"@gorhom/bottom-sheet": "^5.0.5",
"@hookform/resolvers": "^3.9.1",
"@react-native-async-storage/async-storage": "^2.0.0",
"@react-native-community/slider": "^4.5.5",
"@react-native-segmented-control/segmented-control": "^2.5.5",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/drawer": "^6.7.2",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/stack": "^6.4.1",
"@reduxjs/toolkit": "^2.3.0",
"@rn-primitives/accordion": "^1.1.0",
"@rn-primitives/alert-dialog": "^1.1.0",
"@rn-primitives/aspect-ratio": "^1.1.0",
"@rn-primitives/avatar": "^1.1.0",
"@rn-primitives/checkbox": "^1.1.0",
"@rn-primitives/collapsible": "^1.1.0",
"@rn-primitives/context-menu": "^1.1.0",
"@rn-primitives/dialog": "^1.1.0",
"@rn-primitives/dropdown-menu": "^1.1.0",
"@rn-primitives/hover-card": "^1.1.0",
"@rn-primitives/label": "^1.1.0",
"@rn-primitives/menubar": "^1.1.0",
"@rn-primitives/navigation-menu": "^1.1.0",
"@rn-primitives/popover": "^1.1.0",
"@rn-primitives/portal": "^1.1.0",
"@rn-primitives/progress": "^1.1.0",
"@rn-primitives/radio-group": "^1.1.0",
"@rn-primitives/select": "^1.1.0",
"@rn-primitives/separator": "^1.1.0",
"@rn-primitives/slider": "^1.1.0",
"@rn-primitives/switch": "^1.1.0",
"@rn-primitives/table": "^1.1.0",
"@rn-primitives/tabs": "^1.1.0",
"@rn-primitives/toast": "^1.1.0",
"@rn-primitives/toggle": "^1.1.0",
"@rn-primitives/toggle-group": "^1.1.0",
"@rn-primitives/toolbar": "^1.1.0",
"@rn-primitives/tooltip": "^1.1.0",
"@rnr/reusables": "github:bunyaminmrcn/react-native-reusables#main",
"@shopify/flash-list": "^1.7.1",
"@tanstack/react-table": "^8.20.5",
"axios": "^1.7.7",
"babel-plugin-transform-dynamic-import-default": "^0.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react-native": "^0.454.0",
"moment": "^2.30.1",
"nativewind": "^4.1.21",
"react": "^18.3.1",
"react-hook-form": "^7.53.1",
"react-native": "^0.75.2",
"react-native-calendars": "^1.1307.0",
"react-native-date-picker": "^5.0.7",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.20.2",
"react-native-pager-view": "^6.4.1",
"react-native-paper": "^5.12.5",
"react-native-reanimated": "^3.16.1",
"react-native-safe-area-context": "^4.14.0",
"react-native-screens": "^3.35.0",
"react-native-simple-toast": "^3.3.1",
"react-native-status-bar-height": "^2.6.0",
"react-native-svg": "^15.8.0",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.1",
"react-native-vector-icons": "^10.2.0",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/plugin-transform-export-namespace-from": "^7.25.9",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.2",
"@react-native/eslint-config": "0.75.2",
"@react-native/metro-config": "0.75.2",
"@react-native/typescript-config": "0.75.2",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^8.19.0",
"jest": "^29.6.3",
"prettier": "2.8.8",
"react-native-svg-transformer": "^1.5.0",
"react-test-renderer": "18.3.1",
"typescript": "5.0.4"
},
"engines": {
"node": ">=18"
}
}