forked from anay-p/solving-for-india
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 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
{
"name": "solving-for-india",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@firebase/firestore": "^3.12.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@kommunicate/kommunicate-chatbot-plugin": "^0.0.6",
"@material-ui/core": "^4.12.4",
"@mediapipe/camera_utils": "^0.3.1675466862",
"@mediapipe/pose": "^0.5.1675469404",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"bootstrap": "^5.2.3",
"chart.js": "^4.2.1",
"firebase": "^9.21.0",
"firebaseui": "^6.0.2",
"mdb-react-ui-kit": "^6.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-router": "^6.10.0",
"react-router-dom": "^6.10.0",
"react-scripts": "^5.0.1",
"react-social-login-buttons": "^3.6.1",
"react-webcam": "^7.0.1",
"styled-components": "^5.3.9"
},
"devDependencies": {
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"vite": "^4.2.0"
}
}