-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.1 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
{
"name": "MyApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.19.0",
"eslint": "^4.19.1",
"lodash": "^4.17.13",
"npm": "^6.10.0",
"react": "16.4.1",
"react-native": "^0.60.0",
"react-native-datepicker": "^1.7.2",
"react-native-device-info": "^0.24.3",
"react-native-elements": "^0.19.1",
"react-native-fetch-blob": "^0.10.8",
"react-native-firebase": "^4.3.8",
"react-native-image-picker": "^0.26.10",
"react-native-material-dropdown": "^0.7.2",
"react-native-push-notification": "^3.1.1",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.12"
},
"devDependencies": {
"babel-jest": "^24.8.0",
"babel-preset-react-native": "^5.0.2",
"eslint-config-google": "^0.9.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.10.0",
"jest": "^24.8.0",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}