-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
104 lines (104 loc) · 2.88 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
{
"name": "lodgeek-rental",
"version": "0.1.0",
"private": true,
"dependencies": {
"@draft-js-plugins/editor": "^4.1.3",
"@draft-js-plugins/image": "^4.1.3",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.7",
"@reduxjs/toolkit": "^1.9.1",
"@szhsin/react-menu": "^3.5.2",
"@tailwindcss/line-clamp": "^0.4.2",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"antd": "^5.3.3",
"axios": "^1.3.0",
"base-64": "^1.0.0",
"draft-js": "^0.11.7",
"firebase": "^9.15.0",
"firebase-tools": "^11.19.0",
"firebaseui": "^6.0.2",
"flowbite": "^1.6.4",
"flowbite-react": "^0.4.2",
"font-awesome": "^4.7.0",
"fuzzy-search": "^3.2.1",
"global": "^4.4.0",
"html-to-pdf-js": "^0.9.3",
"html2canvas": "^1.4.1",
"image-downloader": "^4.3.0",
"jspdf": "^2.5.1",
"medium-editor": "^5.23.3",
"moment": "^2.29.4",
"naija-state-local-government": "^1.1.2",
"react": "^18.2.0",
"react-confirm-alert": "^3.0.6",
"react-currency-input-field": "^3.6.9",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-google-autocomplete": "^2.7.1",
"react-highlight-words": "^0.20.0",
"react-icons": "^4.8.0",
"react-paystack": "^4.0.2",
"react-phone-input-2": "^2.15.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.10.0",
"react-scripts": "5.0.1",
"react-search-autocomplete": "^8.2.1",
"react-select": "^5.7.2",
"react-toastify": "^9.1.1",
"reactjs-popup": "^2.0.5",
"redux": "^4.2.0",
"styled-components": "^5.3.9",
"to-words": "^3.5.0",
"typescript": "^4.4.2",
"uuid": "^9.0.0",
"web-vitals": "^2.1.0",
"xlsx": "^0.18.5"
},
"resolutions": {
"styled-components": "^5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint --ext js,ts,tsx src"
},
"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"
]
},
"devDependencies": {
"@types/fuzzy-search": "^2.1.2",
"@types/react-draft-wysiwyg": "^1.13.4",
"@types/react-highlight-words": "^0.16.4",
"@types/styled-components": "^5.1.26",
"autoprefixer": "^10.4.13",
"eslint-config-google": "^0.14.0",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}