mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 00:59:54 +03:00
- Run pip-audit and fix CVEs by updating `django>=5.1.7` in `requirements.txt`. - Update `channels>=4.2.0` and `djangorestframework-simplejwt>=5.4.0` in `requirements.txt` to the latest applicable versions per the development plan. - Update `frontend/package.json` dependencies and run `npm audit` (0 vulnerabilities). - Mark Dependency Security Audit sub-tasks as complete in `.jules/development-plan.md`. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
32 lines
713 B
JSON
32 lines
713 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/react": "^2.6.11",
|
|
"axios": "^1.13.6",
|
|
"chart.js": "^4.5.1",
|
|
"framer-motion": "^12.38.0",
|
|
"next": "^16.2.1",
|
|
"react": "19.2.4",
|
|
"react-chartjs-2": "^5.3.1",
|
|
"react-dom": "19.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@types/node": "^25.5.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"eslint": "^10.1.0",
|
|
"eslint-config-next": "16.2.1",
|
|
"tailwindcss": "^4.2.2",
|
|
"typescript": "^6.0.2"
|
|
}
|
|
}
|