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-08-21 23:47:37 +02:00
|
|
|
"@reduxjs/toolkit": "2.2.7",
|
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-08-22 01:10:53 +02:00
|
|
|
"@testing-library/jest-dom": "6.4.8",
|
|
|
|
"@testing-library/react": "16.0.0",
|
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-08-21 23:47:37 +02:00
|
|
|
"@types/node": "20.16.1",
|
2024-09-18 03:15:07 +02:00
|
|
|
"@types/react": "18.3.7",
|
2024-05-01 21:26:56 +02:00
|
|
|
"@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-08-21 23:47:37 +02:00
|
|
|
"ts-jest": "29.2.4",
|
2023-12-08 13:28:09 +01:00
|
|
|
"ts-node": "10.9.2",
|
2024-08-21 23:47:37 +02:00
|
|
|
"typescript": "5.5.4"
|
2022-10-20 21:46:33 +02:00
|
|
|
}
|
|
|
|
}
|