forked from Chumbak/Retailstore-Attendance-Monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.06 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
{
"name": "RetailAttendanceMonitor",
"version": "1.5.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.16.1",
"firebase": "^3.9.0",
"react": "^16.0.0-alpha.6",
"react-native": "0.43.4",
"react-native-android-location-services-dialog-box": "^1.2.1",
"react-native-camera": "git+https://github.com/lwansbrough/react-native-camera.git",
"react-native-config": "^0.4.2",
"react-native-fcm": "^6.2.3",
"react-native-geocoder": "^0.4.8",
"react-native-hockeyapp": "^0.5.1",
"react-native-progress": "^3.2.1",
"react-native-router-flux": "^3.38.0",
"react-native-dotenv": "0.0.4",
"redux-thunk": "^2.2.0",
"sha1": "^1.1.1",
"superagent": "^3.5.2"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"eslint-config-rallycoding": "^3.2.0",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}