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": {
|
2024-04-04 20:16:56 +02:00
|
|
|
"@reduxjs/toolkit": "2.2.3",
|
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-04-14 18:42:34 +02:00
|
|
|
"react-redux": "9.1.1"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-02-17 10:26:43 +01:00
|
|
|
"@testing-library/jest-dom": "6.4.2",
|
2024-04-23 17:51:05 +02:00
|
|
|
"@testing-library/react": "15.0.4",
|
2023-12-29 17:08:48 +01:00
|
|
|
"@testing-library/user-event": "14.5.2",
|
2024-02-01 18:07:46 +01:00
|
|
|
"@types/jest": "29.5.12",
|
2024-04-09 23:09:13 +02:00
|
|
|
"@types/node": "20.12.7",
|
2024-04-16 00:39:24 +02:00
|
|
|
"@types/react": "18.2.79",
|
2024-04-14 19:20:38 +02:00
|
|
|
"@types/react-dom": "18.2.25",
|
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",
|
2024-01-22 11:57:58 +01:00
|
|
|
"ts-jest": "29.1.2",
|
2023-12-08 13:28:09 +01:00
|
|
|
"ts-node": "10.9.2",
|
2024-04-10 17:50:37 +02:00
|
|
|
"typescript": "5.4.5"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|