-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 993 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
{
"name": "rmclnr",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"babel-preset-react-native": "^5.0.2",
"class-autobind": "^0.1.4",
"lodash": "^4.17.10",
"native-base": "^2.7.2",
"react": "^16.4.1",
"react-native": "^0.56.0",
"react-native-azure-ad": "^0.2.4",
"react-native-camera": "git+https://[email protected]/deep-guy/react-native-camera",
"react-native-dialog": "^5.4.0",
"react-native-modal": "^6.5.0",
"react-native-popup-dialog": "^0.11.46",
"react-native-qrcode-scanner": "^1.0.1",
"react-native-router-flux": "^4.0.1",
"react-native-stars-rating": "^0.1.7",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.11.2"
},
"devDependencies": {
"babel-jest": "23.4.2",
"jest": "23.5.0",
"react-test-renderer": "16.4.2"
},
"jest": {
"preset": "react-native"
}
}