-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
99 lines (99 loc) · 3.44 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "isimm-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@nivo/bar": "^0.83.0",
"@nivo/core": "^0.83.0",
"@nivo/line": "^0.83.0",
"@nivo/pie": "^0.83.0",
"@nivo/radial-bar": "^0.83.0",
"@radix-ui/react-accordion": "^1.1.1",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-checkbox": "^1.0.3",
"@radix-ui/react-collapsible": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-hover-card": "^1.0.5",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-menubar": "^1.0.2",
"@radix-ui/react-navigation-menu": "^1.1.2",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-progress": "^1.0.2",
"@radix-ui/react-radio-group": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.0.3",
"@radix-ui/react-select": "^1.2.1",
"@radix-ui/react-separator": "^1.0.2",
"@radix-ui/react-slider": "^1.1.1",
"@radix-ui/react-switch": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-toast": "^1.1.3",
"@radix-ui/react-toggle": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.5",
"@react-pdf/renderer": "^3.1.10",
"@reduxjs/toolkit": "^1.9.3",
"apexcharts": "^3.40.0",
"axios": "^1.4.0",
"class-variance-authority": "^0.4.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"date-fns": "^2.29.3",
"file-saver": "^2.0.5",
"formik": "^2.2.9",
"html2pdf.js": "^0.10.1",
"jspdf": "^2.5.1",
"jspdf-autotable": "^3.5.29",
"lodash": "^4.17.21",
"lucide-react": "^0.128.0",
"papaparse": "^5.4.1",
"qs": "^6.11.1",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-day-picker": "^8.7.1",
"react-dom": "^18.2.0",
"react-joyride": "^2.5.3",
"react-pdf": "^6.2.2",
"react-pro-sidebar": "^1.0.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.9.0",
"react-select": "^5.7.2",
"react-swipeable-views": "^0.14.0",
"react-table": "^7.8.0",
"react-toastify": "^9.1.3",
"styled-components": "^5.3.11",
"tailwind-merge": "^1.10.0",
"tailwindcss-animate": "^1.0.5",
"yup": "^1.0.2"
},
"devDependencies": {
"@types/node": "^18.15.10",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-react-app": "^7.0.1",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.3",
"vite": "^4.2.0",
"vite-plugin-eslint": "^1.8.1"
}
}