vidow/vidow-front/package.json
Kasper Juul Hermansen 1abdcf8584
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @testing-library/jest-dom to v6.1.3
2023-09-06 03:12:37 +00:00

33 lines
773 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "1.9.5",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "8.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "6.1.3",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/jest": "29.5.4",
"@types/node": "18.17.14",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-redux": "7.1.26",
"jest": "29.6.4",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
}
}