-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.77 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
{
"name": "settl-ftend",
"version": "1.0.0",
"description": "A Repo for an escrow platform who helps create trust between buyers and sellers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "react-scripts start",
"build": "react-scripts build"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.1.0",
"antd": "^5.13.2",
"aos": "^2.3.4",
"axios": "^1.6.7",
"email-validator": "^2.0.4",
"formik": "^2.4.5",
"node-fetch": "^3.3.2",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-datepicker": "^6.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-loader-spinner": "^6.1.6",
"react-modal": "^3.16.1",
"react-otp-input": "^3.1.1",
"react-paystack": "^5.0.0",
"react-redux": "^9.1.0",
"react-router-dom": "6.4",
"react-scripts": "^5.0.1",
"react-scroll": "^1.9.0",
"react-switch": "^7.0.0",
"react-toastify": "^10.0.4",
"react-webcam": "^7.2.0",
"yup": "^1.3.3",
"zxcvbn": "^4.4.2"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11"
}
}