-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 850 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
{
"name": "stockticker",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lodash": "^4.16.6",
"moment": "^2.15.2",
"react": "15.4.1",
"react-native": "0.38.0",
"react-native-chart-android": "^1.0.5",
"react-native-fetch-blob": "^0.10.0",
"react-native-fs": "^2.0.1-rc.2",
"react-native-material-kit": "^0.3.3",
"react-native-orientation": "git+https://github.com/yamill/react-native-orientation.git",
"react-native-zip-archive": "0.0.11"
},
"jest": {
"preset": "jest-react-native"
},
"devDependencies": {
"babel-jest": "17.0.2",
"babel-preset-react-native": "1.9.0",
"jest": "17.0.3",
"jest-react-native": "17.0.3",
"react-test-renderer": "15.4.1"
}
}