52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "payment-iq",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"msw-init": "msw init public/ --save",
|
|
"dev": "next dev --turbopack",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@mui/icons-material": "^7.1.1",
|
|
"@mui/material": "^7.1.2",
|
|
"@mui/x-data-grid": "^8.5.2",
|
|
"@mui/x-date-pickers": "^8.5.3",
|
|
"@reduxjs/toolkit": "^2.8.2",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.13",
|
|
"file-saver": "^2.0.5",
|
|
"next": "15.3.3",
|
|
"react": "^19.0.0",
|
|
"react-date-range": "^2.0.1",
|
|
"react-dom": "^19.0.0",
|
|
"react-redux": "^9.2.0",
|
|
"recharts": "^2.15.3",
|
|
"sass": "^1.89.2",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-date-range": "^1.4.10",
|
|
"@types/react-dom": "^19",
|
|
"@types/react-redux": "^7.1.34",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.3",
|
|
"msw": "^2.10.2",
|
|
"typescript": "^5"
|
|
},
|
|
"msw": {
|
|
"workerDirectory": [
|
|
"public"
|
|
]
|
|
}
|
|
}
|