2022-10-20 21:46:33 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"type-check": "tsc",
|
|
|
|
"test": "jest"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-04 15:27:46 +01:00
|
|
|
"@reduxjs/toolkit": "2.0.1",
|
2022-10-20 21:46:33 +02:00
|
|
|
"next": "latest",
|
2022-10-26 17:19:33 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
2024-01-12 18:48:18 +01:00
|
|
|
"react-redux": "9.1.0"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-03 20:20:12 +01:00
|
|
|
"@testing-library/jest-dom": "6.2.0",
|
2023-11-17 17:13:14 +01:00
|
|
|
"@testing-library/react": "14.1.2",
|
2023-12-29 17:08:48 +01:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2023-12-06 02:14:55 +01:00
|
|
|
"@types/jest": "29.5.11",
|
2024-01-16 10:26:32 +01:00
|
|
|
"@types/node": "20.11.4",
|
2024-01-15 10:38:59 +01:00
|
|
|
"@types/react": "18.2.48",
|
2023-12-16 01:29:59 +01:00
|
|
|
"@types/react-dom": "18.2.18",
|
2023-12-12 20:23:41 +01:00
|
|
|
"@types/react-redux": "7.1.33",
|
2023-09-12 08:50:39 +02:00
|
|
|
"jest": "29.7.0",
|
2022-10-26 17:19:33 +02:00
|
|
|
"jest-css-modules-transform": "4.4.2",
|
2023-06-30 10:11:30 +02:00
|
|
|
"ts-jest": "29.1.1",
|
2023-12-08 13:28:09 +01:00
|
|
|
"ts-node": "10.9.2",
|
2023-12-06 20:19:16 +01:00
|
|
|
"typescript": "5.3.3"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|