-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 2.31 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "bzaar",
"version": "0.0.0",
"description": "Bzaar is a application for smartphones to small markets buying and selling clothes. This is a react-native app for IOS and Android.",
"author": "Daniel André da Silva",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android:apk": "cd android && ./gradlew assembleRelease",
"expo": "exp start",
"test": "jest",
"lint": "./node_modules/.bin/eslint ./js",
"prepush": "npm run lint"
},
"dependencies": {
"@monterosa/react-native-parallax-scroll": "^1.5.3",
"@shoutem/ui": "^0.23.4",
"babel-polyfill": "^6.26.0",
"babel-preset-flow": "^6.23.0",
"intl": "^1.2.5",
"lodash": "^4.17.4",
"moment": "^2.22.1",
"native-base": "^2.6.1",
"native-base-shoutem-theme": "^0.2.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-native": "^0.53.0",
"react-native-animated-dnd": "git+https://github.com/dap1995/react-native-animated-dnd.git",
"react-native-code-push": "^5.2.0-beta",
"react-native-elements": "^0.18.2",
"react-native-fast-image": "^2.2.5",
"react-native-fbsdk": "^0.6.3",
"react-native-fs": "^2.9.11",
"react-native-image-crop-picker": "git+https://github.com/jigaryadav/react-native-image-crop-picker.git",
"react-native-looped-carousel": "git+https://github.com/phil-r/react-native-looped-carousel.git#v0.1.8",
"react-native-onesignal": "^3.2.5",
"react-native-push-notification": "^3.0.2",
"react-native-svg": "^8.0.8",
"react-native-vector-icons": "^4.6.0",
"react-navigation": "^1.5.11",
"react-navigation-redux-helpers": "^1.0.5",
"react-redux": "^5.0.4",
"redux": "^3.6.0",
"redux-logger": "^3.0.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-react-native": "^3.2.1",
"husky": "^0.13.4",
"jest": "^22.4.3",
"react-test-renderer": "^16.2.0"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": []
}
}