-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
117 lines (117 loc) · 3.22 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
{
"name": "aandm",
"version": "0.1.0",
"private": true,
"dependencies": {
"@firebase/messaging": "^0.12.4",
"@google-pay/button-react": "^3.0.10",
"@react-pdf/renderer": "^3.1.12",
"@reduxjs/toolkit": "^1.8.5",
"@stripe/react-stripe-js": "^2.1.0",
"@stripe/stripe-js": "^1.54.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"api": "^5.0.8",
"assert": "^2.0.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.2.1",
"buffer": "^6.0.3",
"cashfree-sdk": "^0.1.1",
"ccavenue": "^1.0.2",
"cors": "^2.8.5",
"crypto-browserify": "^3.12.0",
"express": "^4.18.2",
"file-saver": "^2.0.5",
"firebase": "^9.22.1",
"formik": "^2.4.1",
"framer-motion": "^7.3.2",
"fs": "^0.0.1-security",
"http": "^0.0.1-security",
"https-browserify": "^1.0.0",
"instamojo-nodejs": "^0.0.5",
"jsonwebtoken": "^9.0.0",
"jspdf": "^2.5.1",
"lottie-react-web": "^2.2.2",
"mailgun-js": "^0.22.0",
"messagebird": "^4.0.1",
"net": "^1.0.2",
"node-ccavenue": "^1.0.5",
"nodemailer": "^6.9.4",
"os-browserify": "^0.3.0",
"prop-types": "^15.8.1",
"razorpay": "^2.9.2",
"react": "^18.2.0",
"react-async-script-loader": "^0.3.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-helmet-async": "^2.0.4",
"react-lazyload": "^3.2.0",
"react-lottie": "^1.2.3",
"react-native-pg-react-native-sdk": "^2.1.10",
"react-pdf": "^7.1.2",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.2.23",
"react-popupbox": "^2.0.9",
"react-qrcode-logo": "^2.9.0",
"react-razorpay": "^2.0.1",
"react-recaptcha": "^2.3.10",
"react-redux": "^8.0.2",
"react-redux-firebase": "^3.11.0",
"react-router-dom": "^6.14.2",
"react-script-loader": "^0.0.1",
"react-script-tag": "^1.1.2",
"react-scripts": "5.0.1",
"react-simple-image-slider": "^2.4.1",
"react-slick": "^0.29.0",
"react-stripe-checkout": "^2.6.3",
"react-stripe-js": "^1.1.5",
"react-toastify": "^9.1.3",
"react-whatsapp": "^0.3.0",
"reactjs-popup": "^2.0.5",
"reactstrap": "^9.1.4",
"redux-firestore": "^2.0.1",
"remixicon": "^2.5.0",
"slick-carousel": "^1.8.1",
"stream-browserify": "^3.0.0",
"stripe": "^12.9.0",
"sweetalert": "^2.1.2",
"tls": "^0.0.1",
"twilio": "^4.20.0",
"url": "^0.11.0",
"util": "^0.12.5",
"web-vitals": "^2.1.4",
"yup": "^1.2.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}