-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "technica",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"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-animated-ellipsis": "^1.1.0",
"react-native-camera": "^1.2.0",
"react-native-firebase": "^4.3.8",
"react-native-iphone-x-helper": "^1.2.0",
"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-scrollable-tab-view": "^0.8.0",
"react-native-simple-toast": "0.0.8",
"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/"
]
}
}