Initial commit.

This commit is contained in:
Ryan McGrath 2018-04-05 15:17:53 -04:00
commit 1f90ca2575
No known key found for this signature in database
GPG key ID: 811674B62B666830
63 changed files with 4059 additions and 0 deletions

41
package.json Normal file
View file

@ -0,0 +1,41 @@
{
"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",
"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-markdown-renderer": "^3.1.0",
"react-native-navigation": "^1.1.426",
"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"
}
}