-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
35 lines (35 loc) · 1.03 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
{
"name": "ReactWeather",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"native-speech": "^0.1.0",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-button": "^1.8.2",
"react-native-city-select": "^0.1.0",
"react-native-drawer-layout": "^1.3.1",
"react-native-msc-speech": "^1.0.6",
"react-native-smart-keyboard": "git+https://github.com/80percent/react-native-smart-keyboard.git",
"react-native-storage": "^0.2.1",
"react-native-swipeout": "^2.1.1",
"react-native-vector-icons": "4.0.1",
"react-navigation": "^1.0.0-beta.9",
"tbs-webview-module": "^1.0.5"
},
"devDependencies": {
"babel-jest": "20.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "1.9.1",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}