vidow/vidow-front/package.json
Kasper Juul Hermansen 321bb971ef
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update all dependencies
2024-05-08 12:55:28 +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": "2.2.3",
"next": "latest",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-redux": "9.1.2"
},
"devDependencies": {
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@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.5"
}
}