vidow/vidow-front/package.json
Kasper Juul Hermansen 66c129ade8
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @testing-library/react to v14.2.2
2024-03-19 23:38:04 +00:00

33 lines
775 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "2.2.1",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.1.0"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.2.2",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.11.30",
"@types/react": "18.2.67",
"@types/react-dom": "18.2.22",
"@types/react-redux": "7.1.33",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "29.1.2",
"ts-node": "10.9.2",
"typescript": "5.4.2"
}
}