-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.39 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.39 KB
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
{
"name": "eventify",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth-kit/react-router": "^3.1.3",
"@cloudinary/url-gen": "^1.19.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/base": "^5.0.0-beta.40",
"@mui/icons-material": "^5.15.15",
"@mui/joy": "^5.0.0-beta.36",
"@mui/material": "^5.15.15",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@mui/styles": "^5.15.15",
"@mui/system": "^5.15.15",
"@nimahkh/iran_beauty": "^3.0.3",
"@pncodebreaker/react-native-dropdown-select-list": "^5.0.1",
"@react-oauth/google": "^0.12.1",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@uidotdev/usehooks": "^2.4.1",
"animate.css": "^4.1.1",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"chroma-js": "^2.4.2",
"clipboard-copy": "^4.0.1",
"emailjs-com": "^3.2.0",
"emoji-picker-react": "^4.9.4",
"form-data": "^4.0.0",
"formik": "^2.4.5",
"gapi-script": "^1.2.0",
"google-map-react": "^2.2.1",
"jalaali-react-date-picker": "^1.0.17",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet-easybutton": "^2.4.0",
"lodash": "^4.17.21",
"mdb-react-ui-kit": "^8.0.0",
"moment": "^2.30.1",
"moment-jalaali": "^0.10.0",
"moment-timezone": "^0.5.45",
"node-vibrant": "^3.2.1-alpha.1",
"nodemon": "^3.1.0",
"react": "^18.2.0",
"react-alert": "^7.0.3",
"react-apexcharts": "^1.4.1",
"react-auth-kit": "^3.1.3",
"react-bootstrap": "^2.10.2",
"react-chartjs-2": "^5.2.0",
"react-chat-elements": "^12.0.14",
"react-datepicker": "^6.6.0",
"react-dom": "^18.2.0",
"react-gauge-chart": "^0.5.1",
"react-google-login": "^5.2.2",
"react-google-maps": "^9.4.5",
"react-hook-form": "^7.51.2",
"react-image-crop": "^11.0.5",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-lottie": "^1.2.4",
"react-materialize": "^3.10.0",
"react-modal": "^3.16.1",
"react-multi-date-picker": "^4.4.1",
"react-multi-select-component": "^4.3.4",
"react-native-dropdown-select-list": "^2.0.5",
"react-pro-sidebar": "^1.1.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"react-select": "^5.8.0",
"react-sf-building-blocks": "^1.0.87",
"react-switch": "^7.0.0",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"smooth-scroll": "^16.1.3",
"styled-components": "^6.1.8",
"tailwindcss": "^3.4.3",
"web-vitals": "^2.1.4",
"yup": "^1.4.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev": "nodemon server.js"
},
"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"
]
}
}