-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.12 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
{
"name": "RecipeBox",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"android-local": "ENVFILE=.env react-native run-android",
"android-amazon": "ENVFILE=.env.amazon react-native run-android",
"build-android-amazon": "export ENVFILE=.env.amazon && cd android && ./gradlew assembleRelease && cd ..",
"build-android-pi": "export ENVFILE=.env.pi && cd android && ./gradlew assembleRelease && cd .."
},
"dependencies": {
"babel-plugin-module-resolver": "^2.7.1",
"empty": "^0.10.1",
"eslint-import-resolver-babel-module": "^3.0.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"numeral": "^2.0.6",
"react": "16.0.0-alpha.12",
"react-native": "0.45.1",
"react-native-camera": "^1.3.0",
"react-native-checkbox": "^1.2.0",
"react-native-config": "^0.4.2",
"react-native-fetch-blob": "^0.10.8",
"react-native-fs": "^2.11.18",
"react-native-keyboard-aware-scroll-view": "^0.4.1",
"react-native-modal-dropdown": "^0.4.4",
"react-native-simple-radio-button": "^2.6.1",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.5",
"redux": "^3.7.1"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "20.0.3",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-preset-env": "^1.5.2",
"babel-preset-flow": "^6.23.0",
"babel-preset-react-native": "1.9.2",
"eslint": "^4.2.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-prettier": "^2.3.0",
"eslint-plugin-flowtype": "^2.34.1",
"eslint-plugin-import": "^2.6.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^2.3.2",
"flow-bin": "^0.48.0",
"jest": "^20.0.4",
"jest-cli": "^20.0.4",
"jest-junit": "^2.1.0",
"prettier": "^1.5.2",
"react-test-renderer": "16.0.0-alpha.12"
},
"jest": {
"preset": "react-native"
}
}