-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.4 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "prezzo",
"author": "ishmaelthedestroyer",
"description": "The digital menu for restaurants.",
"homepage": "https://prezzo.io",
"bugs": "https://github.com/odotan/prezzo/issues",
"main": "node_modules/expo/AppEntry.js",
"repository": {
"type": "git",
"url": "https://github.com/odotan/prezzo"
},
"version": "1.0.0",
"private": true,
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject",
"bundle:ios": "node ./node_modules/react-native/local-cli/cli.js bundle --platform ios --entry-file App.js --bundle-output ios/Prezzo/main.jsbundle --dev=false --verbose",
"test": "node_modules/.bin/jest",
"lint": "eslint src test",
"coverage": "rimraf coverage && jest --coverage",
"version": "support/version-ios.sh",
"postinstall": "patch-package",
"build-web": "webpack --progress"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"dependencies": {
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.2",
"bluebird": "^3.3.5",
"braintree-web": "^3.38.0",
"buffer": "^5.1.0",
"eslint": "^5.5.0",
"eslint-plugin-babel": "^5.1.0",
"event-emitter": "^0.3.4",
"expo": "^33.0.0",
"expo-asset": "^5.0.1",
"expo-constants": "~5.0.1",
"expo-font": "~5.0.1",
"html-webpack-inline-source-plugin": "0.0.9",
"html-webpack-plugin": "^2.30.1",
"immutable": "^3.7.6",
"lodash": "^4.11.0",
"moment": "^2.12.0",
"native-base": "2.7.1",
"patch-package": "^5.1.1",
"prop-types": "^15.6.0",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz",
"react-native-browser-polyfill": "^0.1.2",
"react-native-credit-card-input": "^0.4.1",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-iphone-x-helper": "^1.2.0",
"react-native-public-ip": "^1.0.1",
"react-native-responsive-screen": "^1.2.2",
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^3.7.2",
"react-native-swiper": "^1.5.13",
"react-native-web": "^0.11.4",
"react-native-webview-messaging": "^1.2.3",
"react-navigation": "2.2.0",
"react-navigation-redux-helpers": "1.1.2",
"react-redux": "^5.0.6",
"redux": "^3.4.0",
"redux-logger": "^2.6.1",
"redux-loop-symbol-ponyfill": "^2.2.0",
"redux-promise": "^0.5.3",
"redux-thunk": "^2.0.1",
"sentry-expo": "^1.13.0",
"shorthash": "0.0.2",
"standard-http-error": "^2.0.1"
},
"devDependencies": {
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-preset-expo": "^5.1.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-expo": "^6.0.0-rc.5",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.7.0",
"fetch-mock": "^5.5.0",
"flow-bin": "^0.72.0",
"flow-typed": "^2.4.0",
"istanbul": "1.0.0-alpha.2",
"jest-expo": "28.0.0",
"plop": "^1.7.4",
"prettier": "^1.14.2",
"react-addons-perf": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^16.0.0",
"react-native-mock": "~0.2.5",
"react-test-renderer": "16.3.1",
"rimraf": "^2.5.2",
"webpack": "^2.7.0"
}
}