Files
gh-christianlouis-inboxconv…/frontend/package.json
T
Christian Krakau-Louis 0012972ed6 Merge pull request #139 from christianlouis/dependabot/npm_and_yarn/frontend/types/node-25.5.0
chore(deps): bump @types/node from 20.19.30 to 25.5.0 in /frontend
2026-04-05 17:03:22 +02:00

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.14.0",
"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": "^25",
"@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"
}
}