-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.29 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
{
"name": "meet-cast",
"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",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@dicebear/collection": "^7.0.1",
"@emailjs/browser": "^3.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.7.17",
"@tanstack/react-query": "^4.35.3",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@zegocloud/zego-uikit-prebuilt": "^1.8.10",
"@zegocloud/zimkit-react": "^1.2.1",
"aos": "^3.0.0-beta.6",
"avataaars": "^2.0.0",
"axios": "^1.5.0",
"chart.js": "^4.4.0",
"cors": "^2.8.5",
"emailjs": "^4.0.2",
"express": "^4.18.2",
"firebase": "^10.1.0",
"flowbite-react": "^0.5.0",
"font-awesome": "^4.7.0",
"framer-motion": "^10.15.1",
"install": "^0.13.0",
"jsdom": "^22.1.0",
"lottie-react": "^2.4.0",
"npm": "^10.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.46.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-router-dom": "^6.14.2",
"react-select": "^5.7.4",
"react-spinners": "^0.13.8",
"react-tabs": "^6.0.2",
"react-timezone-select": "^2.1.2",
"recharts": "^2.8.0",
"socket.io-client": "^4.7.2",
"sweetalert2": "^11.6.13",
"swiper": "^10.1.0",
"vitest": "^0.34.4"
},
"devDependencies": {
"@testing-library/dom": "^9.3.3",
"@testing-library/react": "^14.0.0",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.14",
"daisyui": "^3.6.4",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"jest": "^29.7.0",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5",
"vitest": "^0.34.4"
}
}