-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.16 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
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "MeinObjekt",
"version": "0.0.1",
"private": true,
"engines": {
"node": "10.x"
},
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"postinstall": "npx jetify"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/toolbar-android": "0.1.0-rc.2",
"axios": "^0.19.0",
"prop-types": "^15.7.2",
"react": "16.9.0",
"react-confetti": "^6.0.0",
"react-native": "0.61.2",
"react-native-camera": "^3.8.0",
"react-native-confetti": "^0.1.0",
"react-native-deck-swiper": "^1.6.7",
"react-native-device-info": "^4.0.1",
"react-native-fs": "^2.16.6",
"react-native-geolocation-service": "^5.0.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-image-pan-zoom": "^2.1.11",
"react-native-image-picker": "^1.1.0",
"react-native-image-size": "^1.1.3",
"react-native-linear-gradient": "^2.5.6",
"react-native-localization": "^2.1.6",
"react-native-permissions": "^2.0.2",
"react-native-picker-select": "^6.3.3",
"react-native-reanimated": "^1.7.1",
"react-native-router-flux": "^4.0.6",
"react-native-screens": "^2.4.0",
"react-native-svg": "^9.12.0",
"react-native-tensorflow": "^0.1.8",
"react-native-vector-icons": "^6.6.0",
"react-native-view-overflow": "0.0.4",
"react-redux": "^7.1.1",
"realm": "^3.3.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "7.6.4",
"@babel/runtime": "7.6.3",
"@react-native-community/eslint-config": "0.0.3",
"babel-jest": "24.9.0",
"eslint": "5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-react-native": "^4.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"jest": "24.9.0",
"jetifier": "^1.6.6",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}