-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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
{
"name": "technica",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@ercpereda/react-native-accordion": "^2.0.6",
"@react-native-community/async-storage": "^1.6.1",
"generator-rn-toolbox": "^3.3.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"react": "16.3.1",
"react-native": "0.55.4",
"react-native-accordion": "^1.0.1",
"react-native-animated-ellipsis": "^1.1.0",
"react-native-camera": "^1.2.0",
"react-native-checkbox": "^2.0.0",
"react-native-elements": "^1.2.6",
"react-native-firebase": "^4.3.8",
"react-native-gesture-handler": "^1.4.1",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-modal": "^6.1.0",
"react-native-paper": "^1.11.0",
"react-native-permissions": "^1.1.1",
"react-native-phone-input": "^0.2.1",
"react-native-photo-view": "^1.5.2",
"react-native-qrcode": "^0.2.7",
"react-native-qrcode-scanner": "^1.1.0",
"react-native-reanimated": "^1.3.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-simple-toast": "0.0.8",
"react-native-super-grid": "^3.1.1",
"react-native-tab-view": "^2.10.0",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^2.13.0",
"yo": "2.0.3"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "22.4.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.4",
"react-test-renderer": "16.3.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
}
}