-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.5 KB
/
Copy pathpackage.json
File metadata and controls
89 lines (89 loc) · 2.5 KB
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
{
"name": "gms-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5600",
"build": "next build",
"start": "next start -p 5800",
"lint": "next lint",
"format": "npx prettier --write ./",
"prepare": "husky",
"clean:next": "rimraf .next",
"development": "next start -p 5800",
"staging": "next start -p 5800"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mantine/core": "^7.13.0",
"@mantine/dates": "^7.11.2",
"@mantine/dropzone": "^7.11.2",
"@mantine/form": "^7.11.2",
"@mantine/hooks": "^7.11.2",
"@mantine/notifications": "^7.11.2",
"@mantine/spotlight": "^7.11.2",
"@mui/material": "^6.1.1",
"@mui/x-charts": "^7.18.0",
"@radix-ui/react-select": "^2.2.6",
"@react-icons/all-files": "^4.1.0",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@redux-devtools/extension": "^3.3.0",
"@reduxjs/toolkit": "^2.2.7",
"@tabler/icons-react": "^3.11.0",
"@tanstack/react-table": "^8.20.5",
"@types/xlsx": "^0.0.35",
"axios": "^1.7.3",
"chart.js": "^4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"clsx": "^2.1.1",
"cookies-next": "^4.2.1",
"date-fns": "^3.6.0",
"dayjs": "^1.11.12",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"husky": "^9.1.6",
"jspdf": "^3.0.1",
"jwt-decode": "^4.0.0",
"lucide-react": "^0.511.0",
"mammoth": "^1.8.0",
"next": "14.2.5",
"next13-progressbar": "^1.2.1",
"pdfjs-dist": "^3.11.174",
"react": "^18",
"react-beautiful-dnd": "^13.1.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-gauge-chart": "^0.5.1",
"react-icons": "^5.3.0",
"react-pdf": "^9.2.1",
"react-redux": "^9.1.2",
"react-spinners": "^0.14.1",
"recharts": "^2.12.7",
"redux": "^5.0.1",
"rwanda": "^2.1.6",
"sharp": "^0.33.5",
"solar-icon-set": "^1.0.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.1",
"use-debounce": "^10.0.6",
"uuid": "^11.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18",
"@types/react-gauge-chart": "^0.4.3",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}