frontend: add community
Change-Id: I929c21d82ddab39d8b210b229ff7559320c1d853
diff --git a/package.json b/package.json
index 8cd2132..c61cf2d 100644
--- a/package.json
+++ b/package.json
@@ -9,17 +9,26 @@
"lint": "next lint"
},
"dependencies": {
+ "@icon-park/react": "^1.4.2",
+ "@react-icons/all-files": "^4.1.0",
+ "axios": "^1.9.0",
+ "lodash": "^4.17.21",
+ "next": "15.2.4",
+ "primeicons": "^7.0.0",
+ "primereact": "^10.9.5",
"react": "^19.0.0",
"react-dom": "^19.0.0",
- "next": "15.2.4"
+ "react-router-dom": "^7.6.0"
},
"devDependencies": {
- "typescript": "^5",
+ "@eslint/eslintrc": "^3",
+ "@types/lodash": "^4.17.17",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
- "@eslint/eslintrc": "^3"
+ "sass": "^1.89.0",
+ "typescript": "^5"
}
}