-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.3 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.3 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
{
"name": "react-native-activitykit-example",
"description": "Example app for react-native-activitykit",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios --simulator=\"iPhone 14 Pro\"",
"start": "react-native start",
"pods": "(bundle install && cd ios && bundle exec pod install --repo-update)",
"postinstall": "jetifier && yarn pods"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native-stack": "^6.9.0",
"@reduxjs/toolkit": "^1.8.6",
"react": "17.0.2",
"react-redux": "^8.0.4",
"react-native": "0.68.2",
"react-native-feather": "^1.1.2",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.0",
"react-native-svg": "^13.4.0",
"redux": "^4.2.0",
"styled-components": "^5.3.6"
},
"resolutions": {
"@types/react": "~17.0.47",
"styled-components": "^5"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-styled-components": "^2.0.7",
"jetifier": "^2.0.0",
"metro-react-native-babel-preset": "^0.67.0",
"react-native-svg-transformer": "^1.0.0"
}
}