-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.53 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
{
"name": "RachandoApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint .",
"dev": "cls && react-native run-android"
},
"dependencies": {
"@react-native-community/async-storage": "^1.5.1",
"jetifier": "^1.6.3",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"numeral": "^2.0.6",
"react": "16.8.6",
"react-native": "0.60.0",
"react-native-camera": "git+https://[email protected]/react-native-community/react-native-camera.git",
"react-native-gesture-handler": "^1.3.0",
"react-native-masked-text": "^1.12.4",
"react-native-multiple-select": "^0.5.3",
"react-native-paper": "^2.16.0",
"react-native-popup-dialog": "^0.18.3",
"react-native-reanimated": "^1.1.0",
"react-native-share": "^2.0.0",
"react-native-simple-slider": "^1.0.2",
"react-native-sqlite-storage": "^3.3.11",
"react-native-tab-view": "^2.9.0",
"react-native-text-input-mask": "^1.0.1",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.11.0",
"react-navigation-material-bottom-tabs": "^1.0.0"
},
"devDependencies": {
"@babel/core": "7.5.4",
"@babel/runtime": "7.5.4",
"@react-native-community/eslint-config": "0.0.3",
"babel-jest": "24.8.0",
"eslint": "6.0.1",
"jest": "24.8.0",
"metro-react-native-babel-preset": "0.54.1",
"react-test-renderer": "16.8.6"
},
"rnpm": {
"assets": [
"./resources/fonts/"
]
},
"jest": {
"preset": "react-native"
}
}