45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|