2024-08-20 08:58:52 +00:00
|
|
|
{
|
|
|
|
"name": "das",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-08-22 04:15:52 +00:00
|
|
|
"@ant-design/icons": "^5.3.0",
|
|
|
|
"@sentry/nextjs": "^8.26.0",
|
|
|
|
"antd": "^5.12.5",
|
|
|
|
"cookies-next": "^4.1.1",
|
|
|
|
"dayjs": "^1.11.10",
|
|
|
|
"docxtemplater": "^3.40.0",
|
|
|
|
"exceljs": "^4.4.0",
|
|
|
|
"file-saver": "^2.0.5",
|
|
|
|
"framer-motion": "^10.16.4",
|
|
|
|
"html2canvas": "^1.4.1",
|
|
|
|
"jspdf": "^2.5.1",
|
|
|
|
"jspdf-autotable": "^3.8.2",
|
|
|
|
"next": "14.2.5",
|
|
|
|
"next-image-export-optimizer": "^1.12.3",
|
|
|
|
"next-pwa": "^5.6.0",
|
|
|
|
"nextjs-toploader": "^1.6.6",
|
2024-08-20 08:58:52 +00:00
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18",
|
2024-08-22 04:15:52 +00:00
|
|
|
"react-hook-form": "^7.45.4",
|
|
|
|
"react-query": "^3.39.3",
|
|
|
|
"sass": "^1.69.5",
|
|
|
|
"styled-components": "^5.3.9",
|
|
|
|
"uuid": "^10.0.0",
|
|
|
|
"zingchart": "^2.9.14",
|
|
|
|
"zingchart-react": "^3.2.0",
|
|
|
|
"zustand": "^4.4.7"
|
2024-08-20 08:58:52 +00:00
|
|
|
}
|
|
|
|
}
|