-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.89 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
{
"name": "rn-magic-scroll-demo-app",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
"eject": "npx expo eject",
"prettier": "prettier --write '**/*{.ts,.tsx}'",
"lint": "npx eslint --ignore-path .gitignore './src/**/*.ts[x]' './*.js' --fix"
},
"dependencies": {
"@appandflow/react-native-magic-scroll": "^0.1.21",
"@gorhom/bottom-sheet": "^4.6.1",
"@react-native-community/datetimepicker": "8.0.1",
"@react-navigation/drawer": "^6.6.15",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.5.0",
"@react-navigation/stack": "^6.1.1",
"@types/react": "~18.0.27",
"date-fns": "^3.6.0",
"expo": "^51.0.0",
"expo-linear-gradient": "~13.0.2",
"expo-notifications": "~0.28.7",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "~0.25.16",
"mobx": "^6.0.4",
"mobx-persist": "^0.4.1",
"mobx-react": "^7.0.5",
"mobx-react-lite": "^3.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.74.2",
"react-native-gesture-handler": "~2.16.1",
"react-native-reanimated": "~3.10.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1",
"react-native-web": "~0.19.10",
"typescript": "^4.9.4"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@types/react": "~18.2.79",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"prettier": "^2.1.2",
"typescript": "~5.3.3"
},
"private": true
}