estatesfunding/ef-ui/package.json

43 lines
1.0 KiB
JSON
Raw Normal View History

2024-08-26 14:03:54 +00:00
{
"name": "ef-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2024-08-31 07:57:18 +00:00
"@fortawesome/react-fontawesome": "^0.2.2",
2024-09-04 00:52:26 +00:00
"@reduxjs/toolkit": "^2.2.7",
"axios": "^1.7.7",
"dotenv": "^16.4.5",
2024-08-26 14:03:54 +00:00
"ef-ui": "file:",
2024-09-06 15:02:20 +00:00
"jwt-decode": "^4.0.0",
2024-09-04 00:52:26 +00:00
"mdb-react-ui-kit": "^8.0.0",
2024-08-31 05:04:34 +00:00
"primeicons": "^7.0.0",
2024-09-06 15:02:20 +00:00
"prop-types": "^15.8.1",
2024-08-31 05:04:34 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
2024-09-04 00:52:26 +00:00
"react-loading-icons": "^1.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"react-toastify": "^10.0.5"
2024-08-26 14:03:54 +00:00
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"vite": "^5.4.1"
}
}