937acf5fe8
chore(deps): bump next from 16.1.7 to 16.2.1 in /frontend
39 lines
973 B
JSON
39 lines
973 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint",
|
|
"test": "jest",
|
|
"test:ci": "jest --coverage --coverageReporters=lcov --passWithNoTests"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-query": "^5.95.2",
|
|
"axios": "^1.13.6",
|
|
"lucide-react": "^0.577.0",
|
|
"next": "16.2.1",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"zustand": "^5.0.12"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.2.1",
|
|
"jest": "^30.3.0",
|
|
"jest-environment-jsdom": "^30.3.0",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^6"
|
|
}
|
|
}
|