-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 997 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
{
"name": "mttp",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-test-renderer": "16.0.0-alpha.12"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"dependencies": {
"cheerio-without-node-native": "^0.20.2",
"moment": "^2.18.1",
"react": "16.0.0-alpha.12",
"react-native": "^0.46.1",
"react-native-action-button": "^2.7.2",
"react-native-animatable": "^1.2.3",
"react-native-calendar-events": "^1.4.3",
"react-native-calendars": "git://github.com/danibaena/react-native-calendars.git#v.1.5.10",
"react-native-keyboard-aware-scroll-view": "^0.3.0",
"react-native-prompt-android": "^0.3.0",
"react-navigation": "^1.0.0-beta.11",
"styled-components": "^2.1.2"
}
}