-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
67 lines (67 loc) · 2 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
{
"name": "arkad_app_2018",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.1",
"accordion-collapse-react-native": "^0.1.6",
"ajv": "^6.5.2",
"btoa": "^1.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"prop-types": "^15.6.2",
"react": "16.8.3",
"react-native": "^0.59.0",
"react-native-actionsheet": "^2.4.2",
"react-native-base64": "0.0.2",
"react-native-camera-kit": "^8.0.1",
"react-native-card-flip": "^1.0.4",
"react-native-expo-viewport-units": "0.0.8",
"react-native-fabric": "^0.5.2",
"react-native-flip-card": "^3.5.5",
"react-native-flip-view": "^1.0.5",
"react-native-keyboard-accessory": "^0.1.10",
"react-native-keyboard-done-button": "^1.0.0",
"react-native-modal": "^11.3.1",
"react-native-parallax-header": "^1.1.3",
"react-native-parallax-scroll-view": "^0.21.3",
"react-native-permissions": "^1.2.0",
"react-native-qrcode": "^0.2.7",
"react-native-sectioned-multi-select": "^0.5.2",
"react-native-star-rating": "^1.1.0",
"react-native-svg": "^9.3.3",
"react-native-vector-icons": "^5.0.0",
"react-native-viewport-units": "0.0.5",
"react-navigation": "^2.9.3",
"react-rater": "^5.1.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"string-similarity": "^1.2.1"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/runtime": "^7.3.4",
"babel-eslint": "^8.2.6",
"babel-jest": "^24.4.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.0",
"jest": "^24.4.0",
"metro-react-native-babel-preset": "^0.53.0",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"resources/fonts"
]
}
}