-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "gifta",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@react-oauth/google": "^0.12.1",
"js-cookie": "^3.0.5",
"localforage": "^1.10.0",
"match-sorter": "^6.3.1",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-collapsible": "^2.10.0",
"react-currency-input-field": "^3.6.14",
"react-data-table-component": "^7.6.2",
"react-datepicker": "^6.1.0",
"react-dom": "^18.2.0",
"react-google-login": "^5.2.2",
"react-icons": "^4.12.0",
"react-images-uploading": "^3.1.7",
"react-loading-skeleton": "^3.3.1",
"react-medium-image-zoom": "^5.2.4",
"react-otp-input": "^3.1.1",
"react-paystack": "^4.0.3",
"react-router-dom": "^6.20.0",
"react-share-social": "^0.1.55",
"react-switch": "^7.0.0",
"react-textarea-autosize": "^8.5.3",
"sort-by": "^1.2.0",
"styled-components": "^6.1.8",
"swiper": "^11.0.5"
},
"devDependencies": {
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"vite": "^5.0.0"
}
}