44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "edc-gis",
|
||
|
"version": "0.1.0",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"dev": "next dev",
|
||
|
"build": "next build && next-image-export-optimizer",
|
||
|
"start": "next start",
|
||
|
"lint": "next lint",
|
||
|
"export": "next build && next-image-export-optimizer"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"react": "^18",
|
||
|
"react-dom": "^18",
|
||
|
"next": "14.2.15",
|
||
|
"@ant-design/icons": "^5.3.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-image-export-optimizer": "^1.12.3",
|
||
|
"next-pwa": "^5.6.0",
|
||
|
"nextjs-toploader": "^1.6.6",
|
||
|
"react-hook-form": "^7.45.4",
|
||
|
"react-query": "^3.39.3",
|
||
|
"sass": "^1.69.5",
|
||
|
"styled-components": "^5.3.9",
|
||
|
"uuid": "^10.0.0",
|
||
|
"zustand": "^4.4.7",
|
||
|
"zingchart": "^2.9.14",
|
||
|
"zingchart-react": "^3.2.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^8",
|
||
|
"eslint-config-next": "14.2.5"
|
||
|
}
|
||
|
}
|