-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "event--organizer-wesbite-react",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@iconscout/react-unicons": "^1.1.6",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.8.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/user-event": "^14.2.0",
"apexcharts": "^3.35.3",
"axios": "^1.3.4",
"bootstrap": "^5.1.3",
"chart.js": "^3.7.1",
"firebase": "^9.17.2",
"framer-motion": "^6.3.4",
"gsap": "^3.10.2",
"polished": "^4.2.2",
"react": "^17.0.2",
"react-apexcharts": "^1.4.0",
"react-bootstrap": "^2.2.2",
"react-chartjs-2": "^4.1.0",
"react-circular-progressbar": "^2.0.4",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.3.1",
"react-responsive": "^9.0.0-beta.6",
"react-router-dom": "^6.3.0",
"react-scripts": "^5.0.1",
"react-toastify": "^9.0.1",
"styled-components": "^5.3.5",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@vitejs/plugin-react": "^1.0.7",
"vite": "^2.9.0"
}
}