vidow/vidow-front/package.json
Kasper Juul Hermansen f2a2f75693
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Update dependency @types/node to v20.10.4
2023-12-07 07:29:59 +00:00

33 lines
774 B
JSON

{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"test": "jest"
},
"dependencies": {
"@reduxjs/toolkit": "2.0.1",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "9.0.2"
},
"devDependencies": {
"@testing-library/jest-dom": "6.1.5",
"@testing-library/react": "14.1.2",
"@testing-library/user-event": "14.5.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.4",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@types/react-redux": "7.1.32",
"jest": "29.7.0",
"jest-css-modules-transform": "4.4.2",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.3.3"
}
}