forked from droiddevgeeks/NextjsCapacitorCashFreeSample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
110 lines (110 loc) · 3.46 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
{
"name": "qtravel",
"version": "2.0.0+2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"static": "next build",
"ios": "npm run static && npx cap sync && npx cap copy",
"android": "npm run static && npx cap sync android && npx cap copy && npx cap run android"
},
"dependencies": {
"@awesome-cordova-plugins/cashfree-pg": "^6.8.0",
"@awesome-cordova-plugins/core": "^6.8.0",
"@capacitor-community/firebase-analytics": "^6.0.0",
"@capacitor-community/safe-area": "^6.0.0-alpha.6",
"@capacitor/android": "^6.1.2",
"@capacitor/app": "^5.0.6",
"@capacitor/browser": "^6.0.1",
"@capacitor/core": "^5.7.8",
"@capacitor/dialog": "^6.0.0",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/ios": "^6.1.2",
"@capacitor/local-notifications": "^6.0.0",
"@capacitor/network": "^6.0.0",
"@capacitor/push-notifications": "^6.0.1",
"@capacitor/status-bar": "^6.0.0",
"@capawesome/capacitor-app-update": "^6.0.0",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.2",
"@fortawesome/free-regular-svg-icons": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.15.5",
"axios": "^1.4.0",
"bootstrap": "^5.3.1",
"bootstrap-datepicker": "^1.10.0",
"capacitor-ios-swipe": "^0.0.1",
"capacitor-swipe-back": "^4.0.5",
"cordova-plugin-cashfree-pg": "^1.0.6",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"dotenv": "^16.3.1",
"emoji-mart": "^5.6.0",
"emoji-picker-react": "^4.10.0",
"eslint": "8.41.0",
"eslint-config-next": "13.4.3",
"file-saver": "^2.0.5",
"firebase": "^10.12.5",
"flatpickr": "^4.6.13",
"html-react-parser": "^4.0.0",
"keen-slider": "^6.8.5",
"lodash": "^4.17.21",
"net": "^1.0.2",
"next": "^14.2.4",
"next-google-fonts": "^2.1.0",
"next-videos": "^1.4.1",
"p-defer": "^4.0.1",
"pako": "^2.1.0",
"pdf-lib": "^1.17.1",
"pusher-js": "^8.4.0-rc2",
"rc-time-picker": "^3.7.3",
"react": "18.2.0",
"react-bootstrap": "^2.8.0",
"react-bootstrap-datetimepicker": "^0.0.22",
"react-bootstrap-time-picker": "^2.0.1",
"react-calendar": "^4.7.0",
"react-datepicker": "^7.2.0",
"react-dom": "18.2.0",
"react-drag-drop-files": "^2.3.10",
"react-dropzone": "^14.2.3",
"react-icons": "^4.10.1",
"react-lazy-load-image-component": "^1.6.0",
"react-loading-skeleton": "^3.4.0",
"react-modal": "^3.16.1",
"react-otp-input": "^3.0.2",
"react-router-dom": "^6.16.0",
"react-select": "^5.8.0",
"react-slider": "^2.0.6",
"react-star-ratings": "^2.3.0",
"react-tabs": "^6.0.2",
"react-time-picker": "^7.0.0",
"react-toastify": "^10.0.5",
"react-tooltip": "^5.21.1",
"react-web-share": "^2.0.2",
"reactjs-popup": "^2.0.5",
"rxjs": "^7.8.1",
"sharp": "^0.33.4",
"simple-react-validator": "^1.6.2",
"sockjs-client": "^1.6.1",
"stomp-websocket": "^2.3.4-next",
"stompjs": "^2.3.3",
"styled-components": "^6.1.12",
"swr": "^2.2.5",
"uuid": "^9.0.0",
"webstomp-client": "^1.2.6"
},
"engines": {
"node": ">=18"
},
"devDependencies": {
"@capacitor/cli": "^6.1.2"
}
}