-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
39 lines (39 loc) · 1007 Bytes
/
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
{
"name": "Nazar",
"version": "1.2.2",
"private": true,
"author": "speks",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"clarifai": "^2.6.0",
"prop-types": "^15.6.1",
"react": "16.4.1",
"react-native": "0.56.0",
"react-native-camera": "git+https://[email protected]/react-native-community/react-native-camera",
"react-native-elements": "1.0.0-beta2",
"react-native-image-picker": "^0.26.7",
"react-native-splash-screen": "^3.0.6",
"react-native-timer": "^1.3.3",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.2.1",
"rn-sliding-up-panel": "^1.2.0"
},
"devDependencies": {
"babel-jest": "22.4.0",
"babel-preset-react-native": "^5.0.2",
"jest": "22.4.0",
"react-native-dotenv": "^0.1.1",
"react-test-renderer": "16.2.0"
},
"jest": {
"preset": "react-native"
},
"rnpm":{
"assets":[
"./assests/fonts/"
]
}
}