-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.36 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.36 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
48
{
"name": "TaskKeeper",
"version": "0.0.1",
"private": true,
"scripts": {
"react-devtools": "react-devtools"
},
"dependencies": {
"@babel/core": "^7.0.0-beta.52",
"@fugood/react-native-call-modal": "0.0.19",
"class-autobind": "^0.1.4",
"flow": "^0.2.3",
"i": "^0.3.6",
"mobx": "^5.0.3",
"mobx-react": "^5.2.3",
"moment": "^2.22.2",
"npm": "^6.1.0",
"rc-time-picker": "^3.4.0",
"react": "16.4.1",
"react-devtools": "^3.2.3",
"react-dom": "^16.4.2",
"react-native": "^0.56.0",
"react-native-datepicker": "^1.7.2",
"react-native-elements": "^0.19.1",
"react-native-ios-notification-actions": "^1.0.1",
"react-native-notifications": "^1.1.20",
"react-native-progress-bar-animated": "^1.0.6",
"react-native-push-notification": "^3.1.1",
"react-native-stars-rating": "^0.1.7",
"react-native-vector-icons": "^5.0.0",
"react-navigation": "^2.6.2",
"realm": "^2.12.0"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.0.0-beta.52",
"babel-cli": "^6.26.0",
"babel-jest": "23.2.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-preset-flow": "^6.23.0",
"babel-preset-mobx": "^1.0.3",
"babel-preset-react-native": "^5.0.2",
"jest": "23.3.0",
"react-test-renderer": "16.4.1"
},
"jest": {
"preset": "react-native"
}
}