-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
183 lines (183 loc) · 7.53 KB
/
Copy pathpackage.json
File metadata and controls
183 lines (183 loc) · 7.53 KB
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
{
"name": "instant-visio",
"version": "2.21.2",
"private": true,
"scripts": {
"start": "react-scripts start",
"start:chrome": "BROWSER=\"google chrome\" react-scripts start",
"start:staging": "env-cmd -f .env.staging npm run start",
"start:prod": "env-cmd -f .env.production npm run start",
"build": "react-scripts build",
"build:staging": "env-cmd -f .env.staging npm run build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:ios": "npm run build && npx cap sync ios && npx cap copy ios && npm run open:ios",
"run:ios:livereload": "npm run build:ios && ionic capacitor run ios --livereload --external",
"run:ios": "env-cmd -f .env.development npm run run:ios:livereload",
"run:ios:staging": "env-cmd -f .env.staging npm run run:ios:livereload",
"open:ios": "npx cap open ios",
"build:android": "npx cap sync android && npx cap copy android && npm run open:android",
"open:android": "npx cap open android",
"run:android:livereload": "npm run build:android && ionic capacitor run android --livereload --external",
"run:android": "env-cmd -f .env.development npm run run:android:livereload",
"build:apk:staging": "env-cmd -f .env.staging npm run build && npx cap sync android && npx cap copy android && bash -c 'cd android && ./gradlew assembleDebug'",
"build:apk:prod": "npm run build && npx cap sync android && npx cap copy android && bash -c 'cd android && ./gradlew clean assembleRelease'",
"build:aab:prod": "npm run build && npx cap sync android && npx cap copy android && bash -c 'cd android && ./gradlew clean bundleRelease'",
"jetifier": "jetifier",
"deploy:all:prod": "npm run build && firebase use instantvisio && firebase deploy",
"deploy:all:dev": "firebase use instantvisio-dev && env-cmd -f .env.development npm run build && firebase deploy",
"release:all:prod": "npm run tag:before:prod && npm run deploy:all:prod && npm run tag:after",
"release:all:dev": "npm run tag:before:dev && npm run deploy:all:dev && npm run tag:after",
"deploy:hosting:prod": "npm run deploy:all:prod -- --only hosting",
"deploy:hosting:dev": "npm run deploy:all:dev -- --only hosting",
"release:hosting:prod": "npm run tag:before:prod && npm run deploy:hosting:prod && npm run tag:after",
"release:hosting:dev": "npm run tag:before:dev && npm run deploy:hosting:dev && npm run tag:after",
"tag:before:prod": "npm version minor",
"tag:before:dev": "npm version prerelease",
"tag:after": "git push && git push --tags",
"lint": "eslint -c .eslintrc.js --ext .ts --ext .tsx src"
},
"dependencies": {
"@capacitor-community/fcm": "^1.0.8",
"@capacitor/android": "2.4.2",
"@capacitor/core": "2.4.2",
"@capacitor/ios": "2.4.2",
"@daily-co/daily-js": "^0.9.996",
"@date-io/date-fns": "^1.3.13",
"@ionic-native/core": "^5.30.0",
"@ionic-native/firebase-crashlytics": "^5.30.0",
"@ionic-native/in-app-browser": "^5.30.0",
"@ionic-native/safari-view-controller": "^5.30.0",
"@ionic/pwa-elements": "^1.5.2",
"@ionic/react": "5.4.0",
"@ionic/react-hooks": "0.0.8",
"@ionic/react-router": "^5.1.1",
"@material-ui/core": "^4.9.14",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.57",
"@material-ui/pickers": "^3.2.10",
"@mdi/js": "^5.1.45",
"@mdi/react": "^1.4.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/d3-timer": "^1.0.9",
"@types/firebase": "^3.2.1",
"@types/fscreen": "^1.0.1",
"@types/jest": "^26.0.15",
"@types/node": "^12.12.26",
"@types/react": "^16.9.56",
"@types/react-bootstrap": "^0.32.24",
"@types/react-dom": "^16.9.9",
"@types/react-router-dom": "^5.1.3",
"@types/styled-components": "^5.1.4",
"@types/twilio-video": "^2.7.0",
"axios": "^0.21.1",
"bootstrap": "^4.4.1",
"classnames": "^2.2.6",
"color": "^3.1.2",
"cordova-plugin-firebase-crashlytics": "^1.2.0",
"cordova-plugin-inappbrowser": "^4.1.0",
"cordova-plugin-safariviewcontroller": "^1.6.0",
"country-flag-icons": "^1.2.7",
"d3-timer": "^1.0.10",
"date-fns": "^2.16.1",
"firebase": "^7.24.0",
"firebaseui": "^4.7.1",
"flag-icon-css": "^3.4.6",
"formik": "^2.1.4",
"formik-material-ui": "^3.0.1",
"formik-material-ui-lab": "0.0.8",
"formik-material-ui-pickers": "0.0.12",
"fscreen": "^1.0.2",
"i18n-iso-countries": "^5.1.0",
"i18next": "^19.3.4",
"i18next-browser-languagedetector": "^4.0.2",
"i18next-xhr-backend": "^3.2.2",
"immer": "^8.0.0",
"jetifier": "^1.6.6",
"libphonenumber-js": "^1.7.49",
"luxon": "^1.22.2",
"nanoid": "^3.1.12",
"node-sass": "^4.13.1",
"react": "^16.13.1",
"react-bootstrap": "^1.0.0-beta.17",
"react-copy-to-clipboard": "^5.0.2",
"react-device-detect": "^1.15.0",
"react-dom": "^16.13.1",
"react-firebaseui": "^4.1.0",
"react-helmet": "^6.1.0",
"react-i18next": "^11.3.4",
"react-redux": "^7.2.2",
"react-remarkable": "^1.1.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-components": "^5.0.1",
"twilio": "3.54.1",
"twilio-video": "2.8.0-beta.2",
"yup": "^0.28.3"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"since 2010",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@capacitor/cli": "2.1.0",
"@ionic/cli": "^6.8.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.2.1",
"@types/enzyme": "^3.10.4",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/prop-types": "^15.7.3",
"babel-eslint": "^10.1.0",
"cordova-res": "^0.14.0",
"cypress": "^5.4.0",
"cypress-multi-reporters": "^1.4.0",
"env-cmd": "^10.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.4.4",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.2.0",
"firebase-tools": "^9.1.0",
"husky": "^4.2.5",
"isomorphic-fetch": "^3.0.0",
"jest-junit": "^9.0.0",
"lint-staged": "^10.1.3",
"mocha": "^6.2.2",
"mocha-junit-reporter": "^1.23.3",
"native-run": "^1.0.0",
"pixelmatch": "^5.1.0",
"prettier": "^2.0.4",
"puppeteer": "^5.3.1",
"react-test-renderer": "^16.12.0",
"ts-jest": "^24.3.0",
"typescript": "^3.8.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{ts,tsx,js,json,css,md}": [
"prettier --write"
]
}
}