loan_market_dashboard/package.json

41 lines
1.1 KiB
JSON
Raw Normal View History

2023-08-16 09:09:36 +07:00
{
"name": "loan_market",
"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": {
2023-08-18 07:34:30 +07:00
"@heroicons/react": "v1",
2023-08-16 15:05:02 +07:00
"@reduxjs/toolkit": "^1.9.5",
2023-08-18 07:34:30 +07:00
"moment": "^2.29.4",
2023-08-16 09:09:36 +07:00
"react": "^18.2.0",
2023-08-18 07:34:30 +07:00
"react-charts": "^3.0.0-beta.55",
2023-08-16 09:09:36 +07:00
"react-dom": "^18.2.0",
2023-08-16 15:05:02 +07:00
"react-redux": "^8.1.2",
2023-08-16 13:07:42 +07:00
"react-router-dom": "^6.15.0",
2023-08-18 07:34:30 +07:00
"react-table": "^7.8.0",
2023-08-16 15:05:02 +07:00
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
2023-08-16 13:07:42 +07:00
"validator": "^13.11.0"
2023-08-16 09:09:36 +07:00
},
"devDependencies": {
2023-08-16 13:07:42 +07:00
"@tailwindcss/forms": "^0.5.4",
2023-08-16 09:09:36 +07:00
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.15",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3",
"vite": "^4.4.5"
}
}