This repository has been archived by the owner on May 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 5.28 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
{
"name": "phoenix",
"version": "0.0.1",
"private": false,
"homepage": "https://www.orangeloops.com",
"author": {
"name": "Orangeloops"
},
"devDependencies": {
"@babel/cli": "7.5.0",
"@babel/core": "7.5.4",
"@babel/plugin-proposal-class-properties": "7.5.0",
"@babel/plugin-proposal-decorators": "7.4.4",
"@babel/plugin-proposal-optional-catch-binding": "7.2.0",
"@babel/plugin-proposal-optional-chaining": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-transform-react-jsx-source": "7.5.0",
"@babel/plugin-transform-runtime": "7.5.0",
"@babel/preset-env": "7.5.4",
"@babel/preset-react": "7.0.0",
"@babel/preset-typescript": "7.3.3",
"@babel/runtime": "7.5.4",
"@types/apollo-upload-client": "8.1.2",
"@types/async": "3.0.0",
"@types/base-x": "3.0.0",
"@types/enzyme": "3.10.2",
"@types/enzyme-adapter-react-16": "1.0.5",
"@types/lodash": "4.14.136",
"@types/moment-timezone": "0.5.12",
"@types/node": "12.6.2",
"@types/react": "16.8.23",
"@types/react-native": "0.57.60",
"@types/react-native-vector-icons": "6.4.1",
"@types/react-navigation": "3.0.7",
"@types/uuid": "3.4.5",
"@typescript-eslint/eslint-plugin": "1.12.0",
"@typescript-eslint/parser": "1.12.0",
"axios-mock-adapter": "1.17.0",
"babel-plugin-import": "1.12.0",
"babel-plugin-inline-import": "3.0.0",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-module-resolver": "3.2.0",
"babel-plugin-named-asset-import": "0.3.2",
"babel-runtime": "6.26.0",
"chalk": "2.4.2",
"circular-dependency-plugin": "5.0.2",
"dotenv": "8.0.0",
"dotenv-expand": "5.1.0",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"enzyme-to-json": "3.3.5",
"eslint": "6.0.1",
"eslint-config-prettier": "6.0.0",
"eslint-loader": "2.2.1",
"eslint-plugin-import": "2.18.0",
"eslint-plugin-prettier": "3.1.0",
"fs-extra": "8.1.0",
"gulp": "4.0.2",
"gulp-replace": "1.0.0",
"gulp-shell": "0.7.1",
"husky": "3.0.0",
"jsdom": "15.1.1",
"lint-staged": "9.2.0",
"metro-react-native-babel-preset": "0.55.0",
"prettier": "1.18.2",
"react-native-svg-transformer": "0.13.0",
"ts-node": "8.3.0",
"typescript": "3.5.3"
},
"dependencies": {
"@react-native-community/async-storage": "1.5.1",
"apollo-cache-inmemory": "1.6.2",
"apollo-client": "2.6.3",
"apollo-link": "1.2.12",
"apollo-link-error": "1.1.11",
"apollo-link-http": "1.5.5",
"apollo-upload-client": "11.0.0",
"async": "3.1.0",
"autobind-decorator": "2.4.0",
"axios": "0.19.0",
"base-x": "3.0.6",
"buffer": "5.2.1",
"core-js": "3.1.3",
"crc_32_ts": "1.0.13",
"graphql": "14.4.2",
"graphql-tag": "2.10.1",
"ieee754": "1.1.13",
"inversify": "5.0.1",
"inversify-inject-decorators": "3.1.0",
"localforage": "1.7.3",
"lodash": "4.17.14",
"mobx": "5.11.0",
"mobx-react": "6.1.1",
"moment": "2.24.0",
"moment-timezone": "0.5.26",
"polished": "3.4.1",
"react": "16.8.6",
"react-intl-universal": "2.1.2",
"react-native": "0.59.10",
"react-native-config": "0.11.7",
"react-native-device-info": "2.2.2",
"react-native-elements": "1.0.0",
"react-native-gesture-handler": "1.3.0",
"react-native-image-picker": "0.27.1",
"react-native-image-resizer": "1.0.0",
"react-native-image-zoom-viewer": "2.2.24",
"react-native-linear-gradient": "2.5.3",
"react-native-maps": "0.25.0",
"react-native-modal": "11.1.0",
"react-native-modal-translucent": "3.0.1",
"react-native-popover-tooltip": "1.1.4",
"react-native-reanimated": "1.1.0",
"react-native-splash-screen": "3.2.0",
"react-native-svg": "9.5.1",
"react-native-vector-icons": "6.0.2",
"react-navigation": "3.11.0",
"reflect-metadata": "0.1.13",
"regenerator-runtime": "0.13.2",
"rn-viewpager": "1.2.9",
"uuid": "3.3.2"
},
"scripts": {
"start": "rm -rf build/ && react-native start",
"start-reset": "npm start -- --reset-cache",
"load-env": "export ENVFILE=.env.development && node ./config/loadEnv",
"run-android": "export ENVFILE=.env.development && npm run load-env && react-native run-android",
"run-ios": "export ENVFILE=.env.development && npm run load-env && react-native run-ios --scheme Development --simulator=\"iPhone Xs\"",
"build-android:app": "rm -rf build/ && export ENVFILE=.env.production && npm run load-env && cd android && rm -rf app/build/outputs/apk/release && ./gradlew assembleRelease && mkdir -p build && cp app/build/outputs/apk/release/app-release.apk ./build",
"lint:code": "eslint '*/**/*.{js,ts,tsx}'",
"lint:code:fix": "npm run lint:code -- --fix",
"clean": "watchman watch-del-all && rm -rf $TMPDIR/react-* $TMPDIR/metro-bundler-cache $TMPDIR/haste-map-react-native-packager-* node_modules/ package-lock.json ios/build && npm cache verify && npm install",
"npm:clean": "rm -rf node_modules package-lock.json && npm cache clean --force && npm rebuild && npm install --loglevel silly",
"preinstall": "rm -rf node_modules/react-native-safe-area-view/.git/",
"postinstall": "node node_modules/react-native-modal-translucent/scripts/translucent-modal.js"
},
"rnpm": {
"assets": [
"src/ui/assets/fonts"
]
}
}