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",
|
2024-05-01 21:26:56 +02:00
|
|
|
"react": "18.3.1",
|
|
|
|
"react-dom": "18.3.1",
|
2024-05-02 04:37:58 +02:00
|
|
|
"react-redux": "9.1.2"
|
2022-10-20 21:46:33 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-03 08:30:25 +02:00
|
|
|
"@testing-library/jest-dom": "6.4.3",
|
2024-05-01 20:48:04 +02:00
|
|
|
"@testing-library/react": "15.0.6",
|
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-05-01 20:48:04 +02:00
|
|
|
"@types/node": "20.12.8",
|
2024-05-01 21:26:56 +02:00
|
|
|
"@types/react": "18.3.1",
|
|
|
|
"@types/react-dom": "18.3.0",
|
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
|
|
|
}
|
|
|
|
}
|