forked from gtech-mulearn/mulearn
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.97 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
{
"name": "mulearnfrontend",
"private": true,
"version": "0.0.5",
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "tsc && vite build",
"preview": "vite preview",
"visual": " vite-bundle-visualizer",
"lint": "eslint --max-warnings=0 src"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@types/react-tabs": "^5.0.5",
"axios": "^1.3.4",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"framer-motion": "^10.18.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"razorpay": "^2.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-google-charts": "^4.0.0",
"react-helmet": "^6.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.9.0",
"react-select": "^5.7.7",
"react-spinners": "^0.13.8",
"react-tabs": "^6.0.1",
"react-tooltip": "^5.18.1",
"recharts": "^2.10.2",
"sass": "^1.62.1",
"title-case": "^3.0.3",
"vite-plugin-compression": "^0.5.1",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz",
"yup": "^1.2.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/file-saver": "^2.0.5",
"@types/node": "^18.15.13",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/react-helmet": "^6.1.6",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.51.0",
"eslint-config-react-app": "^7.0.1",
"postcss-nesting": "^12.0.0",
"typescript": "^4.9.3",
"vite": "^4.3.8",
"vite-bundle-visualizer": "^0.10.0",
"vite-plugin-eslint": "^1.8.1"
}
}