-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
151 lines (151 loc) · 4.82 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
142
143
144
145
146
147
148
149
150
151
{
"name": "localfirstapp",
"version": "0.0.1",
"private": true,
"homepage": "https://www.onagon.com/frontend",
"scripts": {
"start-dev": "env-cmd -e dev react-scripts start",
"build-dev": "env-cmd -e dev react-scripts build && npx cap sync",
"start:android": "env-cmd -e dev ionic capacitor run android -l --external address=192.168.1.36",
"start:ios": "env-cmd -e dev ionic capacitor run ios --livereload --external --debug",
"start-devbeta": "env-cmd -e devbeta react-scripts start",
"build-devbeta": "env-cmd -e devbeta react-scripts build && npx cap sync",
"start-devlive": "env-cmd -e devlive react-scripts start",
"build-devlive": "env-cmd -e devlive react-scripts build && npx cap sync",
"start-beta": "env-cmd -e beta react-scripts start",
"build-beta": "env-cmd -e beta react-scripts build && npx cap sync",
"start-prod": "env-cmd -e prod react-scripts start",
"build-prod": "env-cmd -e prod react-scripts build && npx cap sync",
"test": "react-scripts test",
"eject": "react-scripts eject",
"ios": "npx cap add ios",
"android": "npx cap add android",
"ios-open": "npx cap open ios",
"android-open": "npx cap open android",
"android-local": "env-cmd -e dev ionic capacitor run android -address=http://192.168.1.33:8100/"
},
"dependencies": {
"@awesome-cordova-plugins/core": "^5.44.0",
"@awesome-cordova-plugins/media-capture": "^5.44.0",
"@awesome-cordova-plugins/native-audio": "^5.44.0",
"@capacitor-community/react-hooks": "^0.0.11",
"@capacitor/android": "^3.6.0",
"@capacitor/app": "^1.1.1",
"@capacitor/camera": "^1.3.1",
"@capacitor/core": "^4.0.0-beta.1",
"@capacitor/filesystem": "^1.1.0",
"@capacitor/haptics": "^1.1.4",
"@capacitor/ios": "^3.6.0",
"@capacitor/keyboard": "^1.2.3",
"@capacitor/status-bar": "^1.0.8",
"@hookform/error-message": "^2.0.0",
"@ionic-native/core": "^5.30.0",
"@ionic-native/file": "^5.36.0",
"@ionic-native/geolocation": "^5.28.0",
"@ionic-native/media-capture": "^5.36.0",
"@ionic/pwa-elements": "^3.1.1",
"@ionic/react": "^6.1.12",
"@ionic/react-hooks": "^0.0.8",
"@ionic/react-router": "^6.1.12",
"@react-google-maps/api": "^1.9.7",
"@reduxjs/toolkit": "^1.4.0",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.15.1",
"@tinymce/tinymce-react": "^3.6.0",
"@types/lodash": "^4.14.162",
"@types/react-image-crop": "^8.1.2",
"@types/react-redux": "^7.1.9",
"axios": "^0.21.1",
"bootstrap": "^5.0.1",
"capacitor-voice-recorder": "^2.1.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-media-capture": "^3.0.3",
"cordova-plugin-nativeaudio": "^3.0.9",
"date-fns": "^2.15.0",
"env-cmd": "^10.1.0",
"font-awesome": "^4.7.0",
"immer": "^8.0.1",
"ionicons": "^5.5.1",
"jodit-react": "^1.0.66",
"php-serialize": "^4.0.2",
"precise-ui": "^1.5.1",
"react": "^18.2.0",
"react-audio-player": "^0.13.0",
"react-cropper": "^2.1.7",
"react-dom": "^18.2.0",
"react-hook-form": "^7.18.1",
"react-image-crop": "^8.6.4",
"react-media-recorder": "^1.6.4",
"react-pdf": "^5.3.2",
"react-redux": "^7.2.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-select": "^3.2.0",
"react-view-pdf": "0.0.10",
"react-zoom-pan-pinch": "^2.1.3",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"rxjs": "^6.5.5",
"sass": "^1.49.0",
"styled-components": "^5.3.3",
"video.js": "^7.8.4",
"videojs-record": "^4.5.0"
},
"devDependencies": {
"@capacitor/cli": "^4.0.0-beta.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.1",
"@types/node": "^15.12.5",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-pdf": "^5.0.5",
"@types/react-router": "^5.1.4",
"@types/react-router-dom": "^5.1.3",
"@types/video.js": "^7.3.10",
"eslint-plugin-react-hooks": "^4.2.0",
"postcss-import": "^14.1.0",
"react-error-overlay": "6.0.9",
"react-scripts": "^4.0.3",
"redux-logger": "^3.0.6",
"typescript": "^4.2.4"
},
"eslintConfig": {
"extends": [
"react-app"
],
"rules": {
"no-unused-vars": "warn"
},
"overrides": [
{
"files": [
"**/*.ts?(x)"
],
"rules": {
"max-len": [
"error",
400
]
}
}
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "An Ionic project",
"resolutions": {
"react-error-overlay": "6.0.9"
}
}