-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.42 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
42
43
44
45
46
47
48
{
"name": "qwe",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"axios": "^0.19.0",
"babel-plugin-styled-components": "^1.7.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-react-native": "^5.0.2",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "0.59.8",
"react-native-datepicker": "^1.7.2",
"react-native-effects-view": "^0.4.0",
"react-native-gesture-handler": "^1.3.0",
"react-native-ionicons": "^4.5.6",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^11.0.1",
"react-native-navigation": "^2.21.0",
"react-native-size-matters": "^0.2.1",
"react-native-vector-icons": "^6.4.2",
"react-native-webview": "^5.11.0",
"react-navigation": "^3.11.0",
"react-navigation-redux-helpers": "^3.0.2",
"react-redux": "^7.0.3",
"redux": "^4.0.1",
"redux-act": "^1.7.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
}
}