-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.26 KB
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": "myNFCatalog",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios",
"android": "react-native run-android"
},
"rnpm": {
"assets": [
"./assets/fonts/"
]
},
"dependencies": {
"buffer": "^5.2.1",
"react": "16.6.1",
"react-native": "0.57.7",
"react-native-elements": "1.0.0-beta7",
"react-native-firebase": "5.1.1",
"react-native-gesture-handler": "1.0.12",
"react-native-nfc-manager": "1.1.2",
"react-native-simple-picker": "^3.1.1",
"react-native-swiper": "1.5.14",
"react-native-switch": "^1.5.0",
"react-native-uuid": "1.4.9",
"react-native-vector-icons": "6.1.0",
"react-navigation": "3.0.6",
"react-redux": "5.1.1",
"redux": "4.0.1"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"@types/react": "^16.4.7",
"@types/react-native": "^0.56.5",
"@types/react-navigation": "^2.13.7",
"@types/react-test-renderer": "^16.0.1",
"babel-preset-react-native": "^5",
"jest": "23.6.0",
"react-native-typescript-transformer": "^1.2.10",
"remote-redux-devtools": "^0.5.16",
"typescript": "^3.0.1"
},
"jest": {
"preset": "react-native"
}
}