-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
38
{
"name": "CryptoTracker",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-eslint": "^8.0.3",
"babel-plugin-module-resolver": "^3.0.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.15.0",
"jest-expo": "23.0.0",
"react-test-renderer": "16.0.0"
},
"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": "jest-expo"
},
"dependencies": {
"@shoutem/ui": "^0.22.4",
"axios": "^0.17.1",
"lodash": "^4.17.4",
"mobx": "^3.4.1",
"mobx-decorators": "^2.3.3",
"mobx-react": "^4.3.5",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-linear-gradient": "^2.4.0",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.0.0-beta.22",
"styled-components": "^2.3.3"
}
}