36 lines
924 B
JSON
36 lines
924 B
JSON
{
|
|
"name": "payment-admin-panel",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.3.4",
|
|
"lucide-react": "^0.263.1",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.8.1",
|
|
"react-toastify": "^11.0.5",
|
|
"recharts": "^2.5.0",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@vitejs/plugin-react": "^3.1.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"eslint": "^8.38.0",
|
|
"eslint-plugin-react": "^7.32.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.3.4",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^3.2.7",
|
|
"vite": "^4.2.0"
|
|
}
|
|
}
|