-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 949 Bytes
/
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
{
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.0",
"@mui/lab": "^5.0.0-alpha.172",
"@mui/material": "^5.16.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"firebase": "^10.12.3",
"framer-motion": "^11.11.9",
"jspdf": "^2.5.2",
"jspdf-autotable": "^3.8.4",
"lucide-react": "^0.453.0",
"react-chatbot-kit": "^2.2.2",
"react-icons": "^5.3.0",
"react-lottie": "^1.2.4",
"react-markdown": "^9.0.1",
"react-scroll": "^1.9.0",
"react-slick": "^0.30.2",
"remark-gfm": "^4.0.0",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/react-lottie": "^1.2.10",
"cypress": "^13.15.0"
}
}