-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.26 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
39
40
41
42
43
44
45
{
"name": "memelee",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.2.0"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"axios": "^0.18.0",
"babel-preset-react-native-stage-0": "^1.0.1",
"jsog": "^1.0.7",
"linkify-it": "^2.0.3",
"mobx": "^4.1.1",
"mobx-persist": "^0.4.1",
"mobx-react": "^5.0.0",
"moment": "^2.21.0",
"prop-types": "^15.6.1",
"react": "16.2.0",
"react-controllables": "^0.6.0",
"react-native": "0.52.0",
"react-native-elements": "^0.19.0",
"react-native-hyperlink": "0.0.12",
"react-native-maps": "^0.21.0",
"react-native-markdown-renderer": "^3.1.0",
"react-native-navigation": "^1.1.426",
"react-native-open-maps": "^0.1.4",
"react-native-segmented-control-tab": "^3.2.2",
"react-native-settings-list": "^1.8.0",
"react-native-svg": "^6.3.1",
"react-native-vector-icons": "^4.6.0",
"underscore": "^1.8.3",
"uuid": "^3.2.1"
}
}