mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 04:24:56 -06:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "AreThereCookies",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "node node_modules/react-native/local-cli/cli.js start",
|
|
"test": "jest",
|
|
"android": "react-native run-android"
|
|
},
|
|
"dependencies": {
|
|
"babel-preset-es2015": "^6.24.0",
|
|
"immutable": "^3.8.1",
|
|
"ramda": "^0.24.0",
|
|
"react": "~15.4.1",
|
|
"react-native": "~0.42.0",
|
|
"react-native-drawer": "^2.3.0",
|
|
"react-native-looped-carousel": "^0.1.5",
|
|
"react-native-material-ui": "^1.7.0",
|
|
"react-native-modal": "^2.2.0",
|
|
"react-native-scrollable-tab-view": "^0.7.4",
|
|
"react-native-vector-icons": "^4.0.0",
|
|
"react-router-native": "^4.0.0",
|
|
"recompose": "^0.23.4",
|
|
"rxjs": "^5.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-jest": "18.0.0",
|
|
"babel-preset-react-native": "1.9.1",
|
|
"eslint": "^3.14.1",
|
|
"eslint-plugin-react": "^6.9.0",
|
|
"eslint-plugin-react-native": "^2.2.1",
|
|
"flow-bin": "^0.38.0",
|
|
"jest": "18.1.0",
|
|
"jshint": "^2.9.4",
|
|
"react-test-renderer": "15.4.2"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native"
|
|
}
|
|
}
|