-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 1.04 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
{
"name": "react-native-feedback-reporter-example",
"description": "Example app for react-native-feedback-reporter",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start"
},
"dependencies": {
"@sentry/react-native": "^2.4.0",
"react": "16.13.1",
"react-native": "0.63.4",
"react-native-device-info": "^8.0.2",
"react-native-dotenv": "^2.5.3",
"react-native-image-crop-picker": "^0.36.0",
"react-native-secure-key-store": "^2.0.9",
"react-native-share": "^6.1.0",
"react-native-webview": "^11.6.5",
"react-redux": "^7.2.3",
"redux": "^4.0.5",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/runtime": "^7.12.5",
"@types/react-redux": "^7.1.16",
"@types/styled-components": "^5.1.7",
"@types/styled-components-react-native": "^5.1.1",
"babel-plugin-module-resolver": "^4.0.0",
"metro-react-native-babel-preset": "^0.64.0"
}
}