34 lines
777 B
JSON
34 lines
777 B
JSON
{
|
|
"name": "payment-iq",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"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.1",
|
|
"@mui/x-data-grid": "^8.5.2",
|
|
"file-saver": "^2.0.5",
|
|
"next": "15.3.3",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"xlsx": "^0.18.5"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "15.3.3",
|
|
"typescript": "^5"
|
|
}
|
|
}
|